In This Section |
show cluster bond name <
bond_name>
cphaprob show_bond <
bond_name>
show cluster state
cphaprob state
If any of the Cluster Members has a firewall
State
other than Active,
continue with the cphaprob state
troubleshooting.
In a VSX Cluster Member, reboot is needed after these actions on a bond interface:
Note - Removing a slave interface does not require reboot.
When using certain switches, connectivity delays may occur during some internal bond failovers. With the various features that are now included on some switches, it can take close to a minute for a switch to begin servicing a newly connected interface. These are suggestions for reducing the startup time after link failure.
The PortFast feature should never be used on ports that connect to switches or hubs. It is important that the Spanning Tree complete the initialization procedure in these situations. Otherwise, these connections may cause physical loops where packets are continuously forwarded (or even multiply) in such a way that can cause the network to fail.
The following are the commands necessary to enable PortFast on a Gigabit Ethernet 1/0/15 interface of a Cisco 3750 switch running IOS.
cisco-3750A# conf t
cisco-3750A(config)# interface gigabitethernet1/0/15
cisco-3750A(config-if)# spanning-tree portfast
cisco-3750A(config-if)# end
cisco-3750A# write