Scenario 3-1– Cisco IOS command line configuration
(Multiple Simple Networks Providing Redundancy and Link
Aggregation 802.3ad (LACP))
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 10
Scenario 3-1 - Cisco IOS command line configuration
Command
>enable
#configure terminal
#interface gigabitethernet0/1
#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
>enable
#configure terminal
#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
#show vlan brief
#show interface gigabitethernet0/1
status
#copy running-config startup-config
(For permanent changes only)
Shortcut
>en
#config t
#int gi0/1
#sw mo ac
#channel-p l
#channel-g 10 mo ac
#sw ac vl 1
#sp portf tr
#ex
>en
#config t
#int gi0/2
#sw mo ac
#channel-p l
#channel-g 10 mo ac
#sw ac vl 1
#sp portf tr
#ex
#sh vl br
#sh int gi0/1 status
#cop ru st
Appendix A: Scenario-based Cisco command line reference 212
Description
Privilege mode
Configure via terminal
Focus on Port 1
Set Port 1 for Single VLAN mode
Configure Port 1 for 802.3ad LACP
Enable channel group 10
Allow Port 1 access to VLAN 1
Enable portfast on Port 1
Remove focus from Port 1
Privilege mode
Configure via terminal
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
Display all VLANs
Display the status of Port 1
Save the running configuration to
NVRAM. Otherwise, the changes
will be lost on the next reboot.
Need help?
Do you have a question about the Integrity BL890c - i2 Server and is the answer not in the manual?