CCNP: Building Cisco Multilayer Switched Networks Study Guide (642-811)
Write the answers to the following questions:
1. | Write the commands to configure ISL routing for VLAN 1 with an IP address of 172.16.10.1 with a 24-bit mask, on FastEthernet interface 0/0. | |
2. | Write the command to view the different types of cards in a 4000 series switch. | |
3. | Write the command to connect to an RSM module in slot 3. | |
4. | Write the commands to configure two VLANs on an IOS-based switch. VLAN 1 has an IP address of 172.16.1.1 and VLAN 2 has an IP address of 172.16.2.1. Both addresses use a 24-bit mask. | |
5. | Write the command to set a hardware address on the VLAN 2 interface of 4004.0144.0011. | |
6. | What type of link is needed to run ISL routing on a FastEthernet interface? | |
7. | What is the IEEE alternative to ISL? | |
8. | True/False: You can assign a MAC address to a VLAN ISL interface. | |
9. | How many VLANs can you create with subinterfaces on a FastEthernet interface? | |
10. | What command would you use to see the configuration on a Catalyst 3550 switch? | |
Answers
1. | Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fa 0/0.1 Router(config-subif)#encapsulation isl 1 Router(config-subif)#ip address 172.16.10.1 255.255.255.0 |
2. | show module |
3. | session 3 |
4. | Terry_L3SM#configure terminal Terry_L3SM(config)#interface vlan 1 Terry_L3SM(config-if)#ip address 172.16.1.1 255.255.255.0 Terry_L3SM(config-if)#no shutdown Terry_L3SM(config-if)#interface vlan 2 Terry_L3SM(config-if)#ip address 172.16.2.1 255.255.255.0 Terry_L3SM(config-if)#no shutdown |
5. | Terry_L3SM#configure terminal Terry_L3SM(config)#interface vlan 2 Terry_L3SM(config-if)#mac-address 4004.0144.0011 |
6. | A trunk link |
7. | 802.1Q |
8. | True |
9. | 1000 |
10. | show running-config |