This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:switch:cisco_4948 [2018/01/15 12:52] gcooper |
networking:switch:cisco_4948 [2022/08/11 10:07] (current) gcooper |
||
---|---|---|---|
Line 71: | Line 71: | ||
Example MGMT addresses: | Example MGMT addresses: | ||
- | VLAN 10 - network 10.10.10.0/24 | + | VLAN 10 - network 10.0.10.0/24 |
Switch 1: IP 10.0.10.2/ | Switch 1: IP 10.0.10.2/ | ||
Line 299: | Line 299: | ||
show interfaces | include output err | show interfaces | include output err | ||
show interfaces status | include connected | show interfaces status | include connected | ||
+ | show run | b username | ||
show standby brief | show standby brief | ||
show etherchannel summary | show etherchannel summary | ||
Line 328: | Line 328: | ||
exit | exit | ||
exit | exit | ||
+ | </ | ||
+ | |||
+ | ===== LACP Port Bonding ===== | ||
+ | |||
+ | Configure the channel group (channel group 1 example shown here): | ||
+ | |||
+ | < | ||
+ | Router> enable | ||
+ | Router# configure terminal | ||
+ | Router(config)# | ||
+ | Router(config-if)# | ||
+ | Router(config-if)# | ||
+ | Router(config-if)# | ||
+ | Router(config-if)# | ||
+ | </ | ||
+ | |||
+ | Configure the ports (gigabit ports 33 and 34 in this example): | ||
+ | |||
+ | < | ||
+ | Router(config)# | ||
+ | Router(config-if-range)# | ||
+ | Router(config-if-range)# | ||
+ | Router(config-if-range)# | ||
+ | Router(config-if)# | ||
+ | Router# show lacp internal | ||
</ | </ | ||
Line 414: | Line 439: | ||
</ | </ | ||
+ | ===== Backup and Restore ===== | ||
+ | https:// |