Posts Tagged ‘ cdp

Static Routing & CDP 05 September 2008 at 10:46 pm by admin

Introducing the Topology:

The show controllers command reveals whether the cable is DCE or DTE.

#show controllers serial 0/0/0

Interface serial0/0/0
Hardware is powerQUICC MPC860
DCE v.35, no clock

Interfaces:
By default all Serial and Ethernet interfaces are down.
The routing table will be empty.

Debugging:

Allows us to watch changes a router performs in real time.
For example, to observe routes being added and removed.

#debug ip routing
#undebug all (disables all debug commands). or
#no debug all. or
#un a. (short form)

Read the rest of this entry →

Tags: 802.1q, study, vlan, switch, vtp, wan

+ Switch security & common attacks By admin 18 June 2008 at 5:13 pm and have Comments Off

Security on a switch

eMac address flooding or overflow attacks
Switches learn a source MAC address from the MAC address table
If a frame enters a switch and it does not find the destination MAC address in the table, the switch acts like a hub and floods it out all ports. Mac address tables have a limited size.
MAC address flooding uses this limitation to bombard the switch with fake addresses until the table is full. The switch then enters fail-open mode and will act like a hub.
As a result, an attacker can see all of the frames passing through the switch.

Read the rest of this entry →