Pages

Wednesday, September 7, 2011

Cisco 4500 IOS XE upgrade with ISSU

Checklist:

  • auto-boot must be enabled
  • SSO must be configured and standby supervisor engine in STANDBY HOT state
  • NSF must be configured and working properly
  • Current running IOS XE must support ISSU




For detail, refer this http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/3.1.1SG/configuration/guide/issu.pdf


Sunday, August 28, 2011

User port configuration guideline on Cisco switches

For the best security and service, the following configuration should be applied to switch ports that connect to end users (applicable in most scenario)

switch port-security
switch port-security maximum 1 (3 for port that connects to VoIP phone)
switch port-security violation shutdown
switchport host
spanning-tree bpdufilter enable
no cdp enable
storm-control broadcast include multicast
storm-control broadcast level 0.1
storm-control broadcast shutdown

Saturday, August 27, 2011

Spanning Tree Protocol most noticeable questions

What happens when whole network first boots up?
What happens after network converges?
What happens when new switch is added to network?
What should be done before adding new switch?
What happens when switch port up/down?
What happens when STP configuration on a switch is changed?