Simple vNet with Active/Standby Uplinks and Link Aggregation 802.3ad
(LACP) - Windows
Connect to the Cisco switch servicing the VC-Enet uplink ports and enter the following IOS commands.
NOTE: If t w o s w it ch es a r e b ein g u s ed , is s u e t h e s a m e com m a n d s on t h e s econ d s w it ch .
Table 1b
Scenario 1 (Part 2) - Cisco IOS command line configuration
Command
>enable
#configure terminal
#interface gigabitethernet0/1
#switchport mode access
#switchport access vlan 1
#channel-protocol lacp
#channel-group 10 mode active
#spanning-tree portfast trunk
# this is an access port, is this
required?
#exit
#interface gigabitethernet0/2
#switchport mode access
#channel-protocol lacp
#channel-group 10 mode active
#switchport access vlan 1
#spanning-tree portfast trunk
# this is an access port, is this
required?
#exit
#exit
#show lacp 10 internal
#show etherchannel summary
#show interface port-channel10
trunk
#show vlan brief
#show interface gigabitethernet0/2
status
Shortcut
>en
#config t
#int gi1/0/1
#sw mo ac
#sw ac vl 1
#channel-p l
#channel-g 10 mo ac
#sp portf tr
#ex
#int gi0/2
#sw mo ac
#channel-p l
#channel-g 10 mo ac
#sw ac vl 1
#sp portf tr
#exit
#exit
#sh la 10 i
#sh eth sum
#sh int port-channel 10 tr
#sh vl br
#sh int gi1/0/2 status
Appendix A: Scenario-based Cisco command line reference 204
Description
Privilege mode
Configure via terminal
Focus on Port 1
Set Port 1 for Single VLAN mode
Allow Port 1 access to VLAN 1
Configure Port 1 for 802.3ad LACP
Enable channel group 10
Enable portfast on Port 1
Remove focus from Port 1
Focus on Port 2
Set port 2 for Single VLAN mode
Configure Port 2 for 802.3ad LACP
Enable channel group 10
Allow Port 2 access to VLAN 1
Enable portfast on Port 2
Remove focus from Port 2
Exit config mode
Show the LACP group 10
configuration
Show the etherchannel configuration
Show the Port channel 10 trunk
configuration
Display all VLANs
Display the status of Port 2
Need help?
Do you have a question about the Integrity BL890c - i2 Server and is the answer not in the manual?