Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cisco:switch [2009/03/11 18:12]
a
cisco:switch [2010/04/16 23:56]
a
Line 20: Line 20:
  
 for each interface for each interface
 +
 +===== Make Catalyst switch silent (The Invisible Catalyst Switch) =====
 +
 +<note tip>
 +If you've ever looked at a packet capture from a Cisco Catalyst switch with a default configuration, you know they produce a good amount of ambient noise out of the box. CDP, STP, DTP, keepalives - these are all turned on by default and, combined, generate a significant amount of traffic. \\
 +
 +
 +
 +**Original notes: http://packetlife.net/blog/2010/apr/15/invisible-catalyst-switch/ (10x Jeremy Stretch)**
 +</note>
 +
 +**Turning off CDP**
 +   S1(config)# no cdp run
 +**Turning off DTP**
 +   S1(config)# interface range f0/1 -24
 +   S1(config-if-range)# switchport mode access
 +   S1(config-if-range)# switchport nonegotiate
 +**Turning off STP**
 +   S1(config)# no spanning-tree vlan 1
 +**Turning off Ethernet Keepalives**
 +   S1(config)# interface range f0/1 -24
 +   S1(config-if-range)# no keepalive
 +
 +
 +
 +
 +
  
 ===== Security on L2 based equipment ===== ===== Security on L2 based equipment =====
cisco/switch.txt ยท Last modified: 2011/11/24 13:34 by greebo
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready