From: Carlos Trujillo Jimenez (nergal888@hotmail.com)
Date: Fri Nov 30 2007 - 00:19:25 ART
Hi group.
Dont know, whats going on here, but I can succesfully ping between Router 5
and switch 2, without using the answer from the solution workbook. This taks
is specially created for the demonstration of the use of the command
:"switchport trunk pruning vlan remove xx"
The task states:
configure vtp domain cisco between sw1,sw2,sw3,sw4.
sw3 should be in vtp transparent mode.
all other switches should be in the default vtp mode.
vtp pruning should be enabled within the domain.
So I correctly configure all what is asked for, and then I try to ping from
R5 to SW2 (one configured to the server one, and the other one to the
transparent one), And I succesfully recibe replies after the ping..
the solution guide states to use the following command for the ping between
R5 and SW2 to be succesful, but for me it works without the solution:
sw4:
interface FastEthernet0/19
switchport trunk pruning vlan 2-24,26-1001
Let me paste My config:
sw3#show int trunk
Port Mode Encapsulation Status Native vlan
Fa0/19 on 802.1q trunking 11
Port Vlans allowed on trunk
Fa0/19 1-4094
Port Vlans allowed and active in management domain
Fa0/19 1,11,25
Port Vlans in spanning tree forwarding state and not pruned
Fa0/19 11,25
sw4#show int trunk
Port Mode Encapsulation Status Native vlan
Fa0/19 on 802.1q trunking 11
Port Vlans allowed on trunk
Fa0/15 1-4094
Port Vlans allowed and active in management domain
Fa0/19 1,11,25
Port Vlans in spanning tree forwarding state and not pruned
Fa0/19 1,11,25
sw3#show run int fastEthernet 0/19
Building configuration...
Current configuration : 128 bytes
!
interface FastEthernet0/19
switchport trunk encapsulation dot1q
switchport trunk native vlan 11
switchport mode trunk
sw4#show run int fastEthernet 0/19
Building configuration...
Current configuration : 128 bytes
!
interface FastEthernet0/19
switchport trunk encapsulation dot1q
switchport trunk native vlan 11
switchport mode trunk
sw3#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 1005
Number of existing VLANs : 7
VTP Operating Mode : Transparent
VTP Domain Name : CISCO
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x30 0x64 0x2B 0xC1 0x4C 0x80 0x44 0xEC
Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00
sw4#show vtp status
VTP Version : 2
Configuration Revision : 3
Maximum VLANs supported locally : 1005
Number of existing VLANs : 7
VTP Operating Mode : Server
VTP Domain Name : CISCO
VTP Pruning Mode : Enabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xDD 0x56 0x45 0xB5 0xF2 0x79 0x15 0xC9
Configuration last modified by 0.0.0.0 at 3-2-93 04:10:14
Local updater ID is 0.0.0.0 (no valid interface found)
R5_#show run int fastEthernet 0/1
Building configuration...
Current configuration : 95 bytes
!
interface FastEthernet0/1
ip address 139.1.58.5 255.255.255.0
duplex auto
speed auto
end
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 139.1.58.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
R5_#
This archive was generated by hypermail 2.1.4 : Sat Dec 01 2007 - 06:37:32 ART