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 [2019/01/03 12:27] gcooper |
networking:switch:cisco_4948 [2022/08/11 10:07] (current) gcooper |
||
---|---|---|---|
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 330: | Line 330: | ||
</ | </ | ||
- | ==== LACP Port Bonding ==== | + | ===== LACP Port Bonding |
- | FIXME Verify! | + | Configure the channel group (channel group 1 example shown here): |
< | < | ||
Line 338: | Line 338: | ||
Router# configure terminal | Router# configure terminal | ||
Router(config)# | Router(config)# | ||
- | Router(config)# | + | Router(config-if)# |
- | Router(config-if)# | + | Router(config-if)# |
- | Router(config-if)# | + | Router(config-if)# |
- | Router(config-if)# | + | Router(config-if)# |
- | Router(config)# | + | |
- | 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 | ||
+ | </ | ||
===== VLANs ===== | ===== VLANs ===== | ||
Line 431: | Line 439: | ||
</ | </ | ||
+ | ===== Backup and Restore ===== | ||
+ | https:// |