background image
Hands-On Lab
243
9.
Configure the FastEthernet connection to the 5000 series switch to be
full duplex.
1900A(config)#int f0/26
1900A(config-if)#duplex full
1900A(config-if)#int f0/27
1900A(config-if)#duplex full
Configuring the 1900B Switch
1.
Plug into the 1900B switch console port and press k to enter the CLI.
2.
Enter privileged mode by typing enable.
3.
Enter configuration mode and set the hostname.
#config t
(config)#hostname 1900B
4.
Set the usermode and privilege mode passwords.
1900B(config)#enable password level 1 cisco
1900B(config)#enable secret todd
5.
Set the IP address of the switch by using the IP address assigned in Fig-
ure 6.3. Set the default gateway address by using the interface f0/0 of
the 2621 as the gateway.
1900B(config)#ip address 172.16.1.4 255.255.255.0
1900B(config)#ip default-gateway 172.16.1.1
6.
Verify the IP configuration on the switch by typing show ip.
7.
Set the VTP domain to Routersim and then make the switch a VTP cli-
ent so that when you set the VLANs on the 5000 switch, the 1900B
switch will automatically be updated with VLAN information.
1900B(config)#vtp domain SwitchSim
1900B(config)#vtp client
8.
Set the FastEthernet interfaces to trunk on so that all VLAN informa-
tion will be sent down both links from the 5000 series switch.
1900B(config)#int f0/26
1900B(config-if)#trunk on
1900B(config-if)#int f0/27
1900B(config-if)#trunk on
Copyright ©2000 SYBEX , Inc., Alameda, CA
www.sybex.com