show run Building configuration... Current configuration: ! version 12.0 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Switch ! ! ! ! ! ! ! ip subnet-zero ! ! ! interface FastEthernet0/1 switchport trunk encapsulation dot1q --More--   switchport mode trunk ! interface FastEthernet0/2 switchport access vlan 2 spanning-tree portfast ! interface FastEthernet0/3 duplex full speed 100 spanning-tree portfast ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! --More--  interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface VLAN1 ip address 10.10.10.2 255.255.255.0 no ip directed-broadcast no ip route-cache ! ip default-gateway 10.10.10.1 ! line con 0 transport input none stopbits 1 line vty 0 4 login line vty 5 15 login ! end Switch#  png 10.10.11.1 ^ % Invalid input detected at '^' marker. Switch#ping 10.10.11,1  .1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.10.11.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Switch#ping 10.10.10.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Switch#show l vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/3, Fa0/4, Fa0/5, Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11, Fa0/12 2 VLAN0002 active Fa0/2 4 TRUNKMANAGEMENT active 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 1002 1003 2 enet 100002 1500 - - - - - 0 0 4 enet 100004 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 1 1003 1003 tr 101003 1500 1005 0 - - srb 1 1002 1004 fdnet 101004 1500 - - 1 ibm - 0 0 1005 trnet 101005 1500 - - 1 ibm - 0 0 Switch#show vtp domain ^ % Invalid input detected at '^' marker. Switch#show vtp status VTP Version : 2 Configuration Revision : 2 Maximum VLANs supported locally : 68 Number of existing VLANs : 7 VTP Operating Mode : Server VTP Domain Name : WORLD VTP Pruning Mode : Disabled VTP V2 Mode : Disabled VTP Traps Generation : Disabled MD5 digest : 0xF6 0xF1 0xBC 0x5A 0x1E 0x2D 0x8F 0xBB Configuration last modified by 0.0.0.0 at 3-1-93 02:27:59 Switch# User Access Verification Password: Password: Password: RouterB>en Password: RouterB#show run Building configuration... Current configuration : 817 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname RouterB ! boot-start-marker boot-end-marker ! enable password cisco ! no aaa new-model ip subnet-zero ! ! ! ip cef ! ! --More--  ! ! ! ! ! ! ! ! ! ! ! ! ! interface Ethernet0/0 no ip address half-duplex ! interface Ethernet0/0.1 encapsulation dot1Q 1 native ip address 10.10.10.1 255.255.255.0 no snmp trap link-status ! interface Ethernet0/0.2 --More--   encapsulation dot1Q 2 ip address 10.10.11.1 255.255.255.0 no snmp trap link-status ! interface Serial0/0 no ip address ! interface Serial0/1 ip address 192.168.0.2 255.255.255.0 clock rate 500000 ! no ip http server no ip classless ! ! ! ! ! ! ! ! line con 0 password cisco --More--   login line aux 0 line vty 0 4 password cisco login ! ! end RouterB#show int e0/. 0l2  .2 Ethernet0/0.2 is up, line protocol is up Hardware is AmdP2, address is 0008.2163.0cc0 (bia 0008.2163.0cc0) Internet address is 10.10.11.1/24 MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation 802.1Q Virtual LAN, Vlan ID 2. ARP type: ARPA, ARP Timeout 04:00:00 Last clearing of "show interface" counters never RouterB#ping 10..10.    10.11.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.10.11.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms RouterB#pin g10.1      g 10.10.11 % Unrecognized host or address, or protocol not running. RouterB#ping 10.10.11 0.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms RouterB#ping 10.10.10.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.10.10.3, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) RouterB#ping 10.10.10.  1.3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.10.11.3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms RouterB#vlan    vla n  mn  n Virtual LAN ID: 1 (IEEE 802.1Q Encapsulation) vLAN Trunk Interface: Ethernet0/0.1 This is configured as native Vlan for the following interface(s) : Ethernet0/0 Protocols Configured: Address: Received: Transmitted: IP 10.10.10.1 0 10 Virtual LAN ID: 2 (IEEE 802.1Q Encapsulation) vLAN Trunk Interface: Ethernet0/0.2 Protocols Configured: Address: Received: Transmitted: IP 10.10.11.1 9796 49 RouterB#