12-15-2017 08:14 AM - edited 03-12-2019 04:50 AM
Hello,
I have configured Cisco Catalyst 4500-X as a VSS. It is working fine. When i have connected this VSS to my switch in production via fiber cable, i am not able to ping each other.
When i hit the command "Sh cdp neighbors", i can see the neighbor from both the switches.
I have configured trunk port on both the side and everything looks good.
Do i need to enable icmp protocol on switch ?
12-15-2017 04:53 PM
12-18-2017 04:38 PM
Here is the running configuration for the VSS,
I have taken a one port and configured as a trunk port which is connected to the core switch.
MEM-4500_1#sh run
Building configuration...
Current configuration : 18011 bytes
!
! Last configuration change at 01:54:00 cst Sun Dec 3 2017
!
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname MEM-4500_1
!
boot-start-marker
boot system bootflash:cat4500e-universal.SPA.03.09.00.E.152-5.E.bin
boot-end-marker
!
!
vrf definition mgmtVrf
!
address-family ipv4
exit-address-family
--More-- !
address-family ipv6
exit-address-family
!
enable secret 5 $1$CzrH$YLd3akoYnCgvAz1VM./ma.
!
username it privilege 15 secret 5 $1$STsz$sp.O.v7UbcgpYCGfs.XGt0
aaa new-model
!
!
aaa group server radius PMHC_RADIUS_SERVERS
server-private 192.168.21.28 auth-port 1812 acct-port 1813 key PMHCc1sc0LKF
server-private 192.168.51.64 auth-port 1812 acct-port 1813 key PMHCc1sc0MEM
!
aaa authentication login default group PMHC_RADIUS_SERVERS local
aaa authorization console
aaa authorization exec default group PMHC_RADIUS_SERVERS local if-authenticated
!
!
!
!
!
!
--More-- aaa session-id common
clock timezone cst -6 0
clock summer-time cst recurring
!
switch virtual domain 100
switch mode virtual
switch 1 priority 110
switch 2 priority 120
mac-address use-virtual
!
!
!
!
!
!
!
!
no ip domain-lookup
ip domain-name il.pharmedium.com
!
!
vtp mode transparent
cluster run
--More-- cluster enable Memphis 0
!
power redundancy-mode redundant
!
mac access-list extended VSL-BPDU
permit any 0180.c200.0000 0000.0000.0003
mac access-list extended VSL-CDP
permit any host 0100.0ccc.cccc
mac access-list extended VSL-DOT1x
permit any any 0x888E
mac access-list extended VSL-GARP
permit any host 0180.c200.0020
mac access-list extended VSL-LLDP
permit any host 0180.c200.000e
mac access-list extended VSL-MGMT
permit any 0022.bdcd.d200 0000.0000.00ff
permit 0022.bdcd.d200 0000.0000.00ff any
mac access-list extended VSL-SSTP
permit any host 0100.0ccc.cccd
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
--More-- redundancy
mode sso
!
vlan internal allocation policy ascending
!
track 1 ip sla 21 reachability
delay down 5
!
track 12 ip sla 12 reachability
delay down 5
!
track 21 list threshold weight
object 1 weight 25
object 121 weight 50
object 221 weight 50
threshold weight down 10 up 75
delay down 5
!
track 31 ip sla 31 reachability
delay down 5
!
track 41 ip sla 41 reachability
delay down 5
--More-- !
track 100 ip sla 100 reachability
delay down 5
!
track 121 ip sla 121 reachability
!
track 221 ip sla 221 reachability
!
!
class-map match-any VSL-MGMT-PACKETS
match access-group name VSL-MGMT
class-map match-any VSL-DATA-PACKETS
match any
class-map match-any VSL-L2-CONTROL-PACKETS
match access-group name VSL-DOT1x
match access-group name VSL-BPDU
match access-group name VSL-CDP
match access-group name VSL-LLDP
match access-group name VSL-SSTP
match access-group name VSL-GARP
class-map match-any VSL-L3-CONTROL-PACKETS
match access-group name VSL-IPV4-ROUTING
match access-group name VSL-BFD
--More-- match access-group name VSL-DHCP-CLIENT-TO-SERVER
match access-group name VSL-DHCP-SERVER-TO-CLIENT
match access-group name VSL-DHCP-SERVER-TO-SERVER
match access-group name VSL-IPV6-ROUTING
class-map match-any VSL-MULTIMEDIA-TRAFFIC
match dscp af41
match dscp af42
match dscp af43
match dscp af31
match dscp af32
match dscp af33
match dscp af21
match dscp af22
match dscp af23
class-map match-any VSL-VOICE-VIDEO-TRAFFIC
match dscp ef
match dscp cs4
match dscp cs5
class-map match-any VSL-SIGNALING-NETWORK-MGMT
match dscp cs2
match dscp cs3
match dscp cs6
match dscp cs7
--More-- !
policy-map VSL-Queuing-Policy
class VSL-MGMT-PACKETS
bandwidth percent 5
class VSL-L2-CONTROL-PACKETS
bandwidth percent 5
class VSL-L3-CONTROL-PACKETS
bandwidth percent 5
class VSL-VOICE-VIDEO-TRAFFIC
bandwidth percent 30
class VSL-SIGNALING-NETWORK-MGMT
bandwidth percent 10
class VSL-MULTIMEDIA-TRAFFIC
bandwidth percent 20
class VSL-DATA-PACKETS
bandwidth percent 20
class class-default
bandwidth percent 5
!
!
!
!
!
--More-- !
!
interface Port-channel1
switchport
switchport mode trunk
switchport nonegotiate
switch virtual link 1
!
interface Port-channel2
switchport
switchport mode trunk
switchport nonegotiate
switch virtual link 2
!
interface Port-channel101
switchport
switchport mode trunk
!
interface Port-channel110
switchport
switchport mode trunk
!
interface Port-channel111
--More-- switchport
switchport mode trunk
!
interface Port-channel112
switchport
switchport mode trunk
!
interface Port-channel113
switchport
switchport mode trunk
!
interface Port-channel114
switchport
switchport mode trunk
!
interface Port-channel115
switchport
switchport mode trunk
!
interface Port-channel116
switchport
switchport mode trunk
!
--More-- interface Port-channel117
switchport
switchport mode trunk
!
interface Port-channel118
switchport
switchport mode trunk
!
interface Port-channel119
switchport
switchport mode trunk
!
interface Port-channel120
switchport
switchport mode trunk
!
interface Port-channel201
switchport
switchport mode trunk
!
interface Port-channel202
switchport
!
--More-- interface Port-channel203
switchport
!
interface Port-channel204
switchport
!
interface Port-channel205
switchport
!
interface Port-channel206
switchport
!
interface Port-channel207
switchport
!
interface Port-channel208
switchport
!
interface Port-channel209
switchport
!
interface Port-channel210
switchport
--More-- !
interface Port-channel211
description MEMMDF 192.168.51.10
switchport
switchport trunk native vlan 302
switchport mode trunk
!
interface FastEthernet1
vrf forwarding mgmtVrf
no ip address
speed auto
duplex auto
!
interface TenGigabitEthernet1/1/1
description VSL 1
switchport mode trunk
switchport nonegotiate
no lldp transmit
no lldp receive
channel-group 1 mode on
service-policy output VSL-Queuing-Policy
!
interface TenGigabitEthernet1/1/2
--More-- switchport mode trunk
switchport nonegotiate
no lldp transmit
no lldp receive
channel-group 1 mode on
service-policy output VSL-Queuing-Policy
!
interface TenGigabitEthernet1/1/3
switchport mode trunk
channel-group 110 mode on
!
interface TenGigabitEthernet1/1/4
channel-group 111 mode on
!
interface TenGigabitEthernet1/1/5
channel-group 112 mode on
!
interface TenGigabitEthernet1/1/6
channel-group 113 mode on
!
interface TenGigabitEthernet1/1/7
channel-group 114 mode on
!
--More-- interface TenGigabitEthernet1/1/8
channel-group 115 mode on
!
interface TenGigabitEthernet1/1/9
channel-group 116 mode on
!
interface TenGigabitEthernet1/1/10
channel-group 117 mode on
!
interface TenGigabitEthernet1/1/11
channel-group 118 mode on
!
interface TenGigabitEthernet1/1/12
channel-group 119 mode on
!
interface TenGigabitEthernet1/1/13
switchport mode trunk
channel-group 120 mode on
!
interface TenGigabitEthernet1/1/14
switchport mode trunk
channel-protocol lacp
channel-group 201 mode active
--More-- !
interface TenGigabitEthernet1/1/15
switchport mode trunk
channel-protocol lacp
channel-group 202 mode active
!
interface TenGigabitEthernet1/1/16
switchport mode trunk
channel-protocol lacp
channel-group 203 mode active
!
interface TenGigabitEthernet1/1/17
switchport mode trunk
channel-protocol lacp
channel-group 204 mode active
!
interface TenGigabitEthernet1/1/18
switchport mode trunk
channel-protocol lacp
channel-group 205 mode active
!
interface TenGigabitEthernet1/1/19
switchport mode trunk
--More-- channel-protocol lacp
!
interface TenGigabitEthernet1/1/20
switchport mode trunk
channel-protocol lacp
!
interface TenGigabitEthernet1/1/21
switchport trunk encapsulation dot1q
switchport trunk native vlan 302
switchport trunk allowed vlan 1,6,301,307,401
switchport mode trunk
platform qos trust device cisco-phone
platform qos trust cos
spanning-tree portfast edge
end
!
interface TenGigabitEthernet1/1/22
!
interface TenGigabitEthernet1/1/23
!
interface TenGigabitEthernet1/1/24
!
interface TenGigabitEthernet1/1/25
!
interface TenGigabitEthernet1/1/26
!
interface TenGigabitEthernet1/1/27
!
interface TenGigabitEthernet1/1/28
!
interface TenGigabitEthernet1/1/29
--More-- switchport trunk native vlan 302
switchport mode trunk
channel-protocol lacp
channel-group 211 mode active
!
interface TenGigabitEthernet1/1/30
switchport trunk native vlan 302
switchport mode trunk
channel-protocol lacp
channel-group 211 mode active
!
interface TenGigabitEthernet1/1/31
switchport mode trunk
channel-protocol lacp
channel-group 206 mode active
!
interface TenGigabitEthernet1/1/32
switchport mode trunk
channel-protocol lacp
channel-group 206 mode active
!
interface TenGigabitEthernet2/1/1
switchport mode trunk
--More-- channel-protocol lacp
channel-group 207 mode active
!
interface TenGigabitEthernet2/1/2
switchport mode trunk
channel-protocol lacp
channel-group 207 mode active
!
interface TenGigabitEthernet2/1/3
switchport mode trunk
channel-group 110 mode on
!
interface TenGigabitEthernet2/1/4
channel-group 111 mode on
!
interface TenGigabitEthernet2/1/5
channel-group 112 mode on
!
interface TenGigabitEthernet2/1/6
channel-group 113 mode on
!
interface TenGigabitEthernet2/1/7
channel-group 114 mode on
--More-- !
interface TenGigabitEthernet2/1/8
channel-group 115 mode on
!
interface TenGigabitEthernet2/1/9
channel-group 116 mode on
!
interface TenGigabitEthernet2/1/10
channel-group 117 mode on
!
interface TenGigabitEthernet2/1/11
channel-group 118 mode on
!
interface TenGigabitEthernet2/1/12
channel-group 119 mode on
!
interface TenGigabitEthernet2/1/13
channel-group 120 mode on
!
interface TenGigabitEthernet2/1/14
switchport mode trunk
channel-protocol lacp
channel-group 201 mode active
--More-- !
interface TenGigabitEthernet2/1/15
switchport mode trunk
channel-protocol lacp
channel-group 202 mode active
!
interface TenGigabitEthernet2/1/16
switchport mode trunk
channel-protocol lacp
channel-group 203 mode active
!
interface TenGigabitEthernet2/1/17
switchport mode trunk
channel-protocol lacp
channel-group 204 mode active
!
interface TenGigabitEthernet2/1/18
switchport mode trunk
channel-protocol lacp
channel-group 205 mode active
!
interface TenGigabitEthernet2/1/19
switchport mode trunk
--More-- channel-protocol lacp
!
interface TenGigabitEthernet2/1/20
switchport mode trunk
channel-protocol lacp
!
interface TenGigabitEthernet2/1/21
switchport trunk encapsulation dot1q
switchport trunk native vlan 302
switchport trunk allowed vlan 1,6,301,307,401
switchport mode trunk
platform qos trust device cisco-phone
platform qos trust cos
spanning-tree portfast edge
end
!
interface TenGigabitEthernet2/1/22
!
interface TenGigabitEthernet2/1/23
!
interface TenGigabitEthernet2/1/24
!
interface TenGigabitEthernet2/1/25
!
interface TenGigabitEthernet2/1/26
!
interface TenGigabitEthernet2/1/27
!
interface TenGigabitEthernet2/1/28
!
interface TenGigabitEthernet2/1/29
--More-- switchport trunk native vlan 302
switchport mode trunk
channel-protocol lacp
channel-group 211 mode active
!
interface TenGigabitEthernet2/1/30
switchport trunk native vlan 302
switchport mode trunk
channel-protocol lacp
channel-group 211 mode active
!
interface TenGigabitEthernet2/1/31
switchport mode trunk
switchport nonegotiate
no lldp transmit
no lldp receive
channel-group 2 mode on
service-policy output VSL-Queuing-Policy
!
interface TenGigabitEthernet2/1/32
switchport mode trunk
switchport nonegotiate
no lldp transmit
--More-- no lldp receive
channel-group 2 mode on
service-policy output VSL-Queuing-Policy
!
interface Vlan1
no ip address
shutdown
!
interface Vlan2
description MEM DATA Vlan
no ip address
!
interface Vlan3
description MEM VOIP
no ip address
!
interface Vlan4
description MEM PMHC WI-FI
no ip address
!
interface Vlan5
description SCANNER WiFi
no ip address
--More-- !
interface Vlan6
description MEM NVR
no ip address
!
interface Vlan7
description Guest WiFi
no ip address
shutdown
!
interface Vlan8
description PMHC DR
no ip address
!
interface Vlan9
description Prod VLAN
no ip address
!
interface Vlan10
no ip address
!
interface Vlan20
description Security VLAN
--More-- no ip address
!
interface Vlan101
description Employee WiFi
no ip address
!
interface Vlan102
description Guest WiFi
no ip address
!
interface Vlan202
description PMHC VPN VLAN
no ip address
!
interface Vlan301
description DATA
no ip address
!
interface Vlan302
description Management Vlan
ip address 10.33.8.140 255.255.255.192
ip helper-address 10.33.8.31
!
--More-- interface Vlan303
description SERVR Vlan
no ip address
!
interface Vlan304
description PULSE Vlan
no ip address
!
interface Vlan305
description LAB Vlan
no ip address
!
interface Vlan306
description Scanner Vlan
no ip address
!
interface Vlan307
description Office Printers
no ip address
!
interface Vlan308
description DR Vlan
no ip address
--More-- !
interface Vlan401
description Voice Vlan
no ip address
!
interface Vlan701
description Hood Vlan 1
no ip address
!
interface Vlan702
description Hood Vlan 2
no ip address
!
interface Vlan703
description Hood Vlan 3
no ip address
!
interface Vlan704
description Hood Vlan 4
no ip address
!
interface Vlan705
description Hood Vlan 5
--More-- no ip address
!
interface Vlan706
description Hood Vlan 6
no ip address
!
interface Vlan707
description Hood Vlan 7
no ip address
!
interface Vlan708
description Hood Vlan 8
no ip address
!
interface Vlan735
no ip address
!
interface Vlan750
no ip address
!
interface Vlan751
no ip address
!
--More-- ip forward-protocol nd
no ip http server
ip http authentication aaa
ip route profile
ip route 192.168.11.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.12.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.13.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.14.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.19.0 255.255.255.0 192.168.51.1 track 12
ip route 10.33.24.0 255.255.248.0 192.168.51.1 track 12
ip route 192.168.0.0 255.255.0.0 192.168.51.1 track 21
ip route 10.33.0.0 255.255.248.0 192.168.51.1 track 21
ip route 192.168.31.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.32.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.33.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.34.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.39.0 255.255.255.0 192.168.51.1 track 31
ip route 10.33.16.0 255.255.248.0 192.168.51.1 track 31
ip route 192.168.41.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.42.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.43.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.44.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.49.0 255.255.255.0 192.168.51.1 track 41
--More-- ip route 10.33.32.0 255.255.248.0 192.168.51.1 track 41
ip route 0.0.0.0 0.0.0.0 192.168.51.2 track 100
ip route 0.0.0.0 0.0.0.0 192.168.51.2
ip route 0.0.0.0 0.0.0.0 192.168.51.10
ip route 0.0.0.0 0.0.0.0 192.168.51.8
ip route 0.0.0.0 0.0.0.0 192.168.51.9
ip route 0.0.0.0 0.0.0.0 192.168.51.12
ip route 0.0.0.0 0.0.0.0 192.168.51.4 254
ip route 10.10.1.0 255.255.255.0 192.168.51.1
ip route 10.10.2.0 255.255.255.0 192.168.51.2
ip route 10.33.0.0 255.255.248.0 192.168.51.4 254
ip route 10.33.8.192 255.255.255.192 192.168.51.1
ip route 10.33.14.0 255.255.255.0 192.168.51.1
ip route 10.33.16.0 255.255.248.0 192.168.51.4 254
ip route 10.33.24.0 255.255.248.0 192.168.51.4 254
ip route 10.33.32.0 255.255.248.0 192.168.51.4 254
ip route 10.101.0.0 255.255.0.0 192.168.51.1
ip route 10.205.0.0 255.255.0.0 192.168.51.1
ip route 10.209.0.0 255.255.128.0 192.168.51.1
ip route 10.210.0.0 255.255.0.0 192.168.51.1
ip route 10.211.0.0 255.255.0.0 192.168.51.1
ip route 10.212.0.0 255.255.192.0 192.168.51.1
ip route 10.214.0.0 255.255.0.0 192.168.51.1
--More-- ip route 10.228.0.0 255.255.0.0 192.168.51.1
ip route 10.250.0.0 255.254.0.0 192.168.51.1
ip route 12.92.208.94 255.255.255.255 192.168.51.1
ip route 12.112.161.170 255.255.255.255 192.168.51.1
ip route 12.112.221.138 255.255.255.255 192.168.51.1
ip route 12.112.232.197 255.255.255.255 192.168.51.1
ip route 12.113.38.122 255.255.255.255 192.168.51.1
ip route 12.216.154.132 255.255.255.255 192.168.51.2
ip route 32.2.98.50 255.255.255.255 192.168.51.1
ip route 32.6.237.234 255.255.255.255 192.168.51.1
ip route 32.6.237.238 255.255.255.255 192.168.51.1
ip route 192.168.0.0 255.255.0.0 192.168.51.4 254
ip route 192.168.11.0 255.255.255.0 192.168.51.4 254
ip route 192.168.12.0 255.255.255.0 192.168.51.4 254
ip route 192.168.13.0 255.255.255.0 192.168.51.4 254
ip route 192.168.14.0 255.255.255.0 192.168.51.4 254
ip route 192.168.19.0 255.255.255.0 192.168.51.4 254
ip route 192.168.41.0 255.255.255.0 192.168.51.4 254
ip route 192.168.42.0 255.255.255.0 192.168.51.4 254
ip route 192.168.43.0 255.255.255.0 192.168.51.4 254
ip route 192.168.44.0 255.255.255.0 192.168.51.4 254
ip route 192.168.49.0 255.255.255.0 192.168.51.4 254
ip route 192.168.51.0 255.255.255.0 192.168.51.4 254
--More-- ip route 192.168.52.0 255.255.255.0 192.168.51.4 254
ip route 192.168.53.0 255.255.255.0 192.168.51.4 254
ip route 192.168.54.0 255.255.255.0 192.168.51.4 254
ip route 192.168.56.0 255.255.255.0 192.168.51.4 254
ip route 192.168.110.0 255.255.255.0 192.168.51.2
ip route 192.168.121.0 255.255.255.0 192.168.51.4
ip route 209.182.160.0 255.255.240.0 192.168.51.1
ip route 209.182.160.11 255.255.255.255 192.168.51.1
ip route 209.182.160.12 255.255.255.255 192.168.51.1
!
ip access-list extended VSL-BFD
permit udp any any eq 3784
ip access-list extended VSL-DHCP-CLIENT-TO-SERVER
permit udp any eq bootpc any eq bootps
ip access-list extended VSL-DHCP-SERVER-TO-CLIENT
permit udp any eq bootps any eq bootpc
ip access-list extended VSL-DHCP-SERVER-TO-SERVER
permit udp any eq bootps any eq bootps
ip access-list extended VSL-IPV4-ROUTING
permit ip any 224.0.0.0 0.0.0.255
!
logging source-interface Vlan2
logging host 192.168.21.128
--More-- !
snmp-server community CiscoPubMEM RO
snmp-server community public@es0 RO
!
!
!
ipv6 access-list VSL-IPV6-ROUTING
permit ipv6 any FF02::/124
!
privilege exec level 3 show running-config
privilege exec level 3 show configuration
privilege exec level 3 show
!
line con 0
password c1sc0
stopbits 1
line vty 0 4
password c1sc0
length 0
transport input all
line vty 5 15
privilege level 15
password c1sc0
--More-- transport input all
transport output all
!
!
module provision switch 1
chassis-type 72 base-mac 6CB2.AE1F.2700
slot 1 slot-type 402 base-mac 6CB2.AE1F.2700
!
module provision switch 2
chassis-type 72 base-mac 6CB2.AE1F.2140
slot 1 slot-type 402 base-mac 6CB2.AE1F.2140
!
ntp source Vlan2
ntp server 192.168.52.12
!
end
12-18-2017 05:31 PM
01-04-2018 01:24 PM
Here is the running config of my Cisco 4500-x
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2018.01.04 15:13:36 =~=~=~=~=~=~=~=~=~=~=~=
sh run
Building configuration...
Current configuration : 17910 bytes
!
! Last configuration change at 08:12:29 cst Thu Jan 4 2018 by it
!
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname MEM-4500_1
!
boot-start-marker
boot system bootflash:cat4500e-universal.SPA.03.09.00.E.152-5.E.bin
boot-end-marker
!
!
vrf definition mgmtVrf
!
address-family ipv4
exit-address-family
address-family ipv6
exit-address-family
!
enable secret 5 $1$CzrH$YLd3akoYnCgvAz1VM./ma.
!
username it privilege 15 secret 5 $1$STsz$sp.O.v7UbcgpYCGfs.XGt0
!
!
!
!
!
!
!
!
switch virtual domain 100
switch mode virtual
switch 1 priority 110
switch 2 priority 120
mac-address use-virtual
!
!
!
!
!
!
!
!
!
!
vtp mode transparent
cluster run
--More-- cluster enable Memphis 0
!
power redundancy-mode redundant
!
mac access-list extended VSL-BPDU
permit any 0180.c200.0000 0000.0000.0003
mac access-list extended VSL-CDP
permit any host 0100.0ccc.cccc
mac access-list extended VSL-DOT1x
permit any any 0x888E
mac access-list extended VSL-GARP
permit any host 0180.c200.0020
mac access-list extended VSL-LLDP
permit any host 0180.c200.000e
mac access-list extended VSL-MGMT
permit any 0022.bdcd.d200 0000.0000.00ff
permit 0022.bdcd.d200 0000.0000.00ff any
mac access-list extended VSL-SSTP
permit any host 0100.0ccc.cccd
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
--More-- redundancy
mode sso
!
vlan internal allocation policy ascending
!
vlan 302
!
track 1 ip sla 21 reachability
delay down 5
!
track 12 ip sla 12 reachability
delay down 5
!
track 21 list threshold weight
object 1 weight 25
object 121 weight 50
object 221 weight 50
threshold weight down 10 up 75
delay down 5
!
track 31 ip sla 31 reachability
delay down 5
!
--More-- track 41 ip sla 41 reachability
delay down 5
!
track 100 ip sla 100 reachability
delay down 5
!
track 121 ip sla 121 reachability
!
track 221 ip sla 221 reachability
!
!
!
interface Port-channel1
switchport
switchport mode trunk
switchport nonegotiate
switch virtual link 1
!
interface Port-channel2
switchport
switchport mode trunk
switchport nonegotiate
switch virtual link 2
!
interface Port-channel101
switchport
switchport mode trunk
!
interface Port-channel110
switchport
switchport mode trunk
--More-- !
interface Port-channel111
switchport
switchport mode trunk
!
interface Port-channel112
switchport
switchport mode trunk
!
interface Port-channel113
switchport
switchport mode trunk
!
interface Port-channel114
switchport
switchport mode trunk
!
interface Port-channel115
switchport
switchport mode trunk
!
interface Port-channel116
switchport
--More-- switchport mode trunk
!
interface Port-channel117
switchport
switchport mode trunk
!
interface Port-channel118
switchport
switchport mode trunk
!
interface Port-channel119
switchport
switchport mode trunk
!
interface Port-channel120
switchport
switchport mode trunk
!
interface Port-channel201
switchport
switchport mode trunk
!
interface Port-channel202
--More-- switchport
!
interface Port-channel203
switchport
!
interface Port-channel204
switchport
!
interface Port-channel205
switchport
!
interface Port-channel206
switchport
!
interface Port-channel207
switchport
!
interface Port-channel208
switchport
!
interface Port-channel209
switchport
!
--More-- interface Port-channel210
switchport
!
interface Port-channel211
description MEMMDF 192.168.51.10
switchport
switchport trunk native vlan 302
switchport mode trunk
!
interface FastEthernet1
vrf forwarding mgmtVrf
no ip address
speed auto
duplex auto
!
interface TenGigabitEthernet1/1/1
description VSL 1
switchport mode trunk
switchport nonegotiate
no lldp transmit
no lldp receive
channel-group 1 mode on
service-policy output VSL-Queuing-Policy
--More-- !
interface TenGigabitEthernet1/1/2
switchport mode trunk
switchport nonegotiate
no lldp transmit
no lldp receive
channel-group 1 mode on
service-policy output VSL-Queuing-Policy
!
interface TenGigabitEthernet1/1/3
switchport mode trunk
channel-group 110 mode on
!
interface TenGigabitEthernet1/1/4
channel-group 111 mode on
!
interface TenGigabitEthernet1/1/5
channel-group 112 mode on
!
interface TenGigabitEthernet1/1/6
channel-group 113 mode on
!
interface TenGigabitEthernet1/1/7
--More-- channel-group 114 mode on
!
interface TenGigabitEthernet1/1/8
channel-group 115 mode on
!
interface TenGigabitEthernet1/1/9
channel-group 116 mode on
!
interface TenGigabitEthernet1/1/10
channel-group 117 mode on
!
interface TenGigabitEthernet1/1/11
channel-group 118 mode on
!
interface TenGigabitEthernet1/1/12
channel-group 119 mode on
!
interface TenGigabitEthernet1/1/13
switchport mode trunk
channel-group 120 mode on
!
interface TenGigabitEthernet1/1/14
switchport mode trunk
--More-- channel-protocol lacp
channel-group 201 mode active
!
interface TenGigabitEthernet1/1/15
switchport mode trunk
channel-protocol lacp
channel-group 202 mode active
!
interface TenGigabitEthernet1/1/16
switchport mode trunk
channel-protocol lacp
channel-group 203 mode active
!
interface TenGigabitEthernet1/1/17
switchport mode trunk
channel-protocol lacp
channel-group 204 mode active
!
interface TenGigabitEthernet1/1/18
switchport mode trunk
channel-protocol lacp
channel-group 205 mode active
!
--More-- interface TenGigabitEthernet1/1/19
switchport mode trunk
channel-protocol lacp
!
interface TenGigabitEthernet1/1/20
switchport mode trunk
channel-protocol lacp
!
interface TenGigabitEthernet1/1/21
!
interface TenGigabitEthernet1/1/22
!
interface TenGigabitEthernet1/1/23
!
interface TenGigabitEthernet1/1/24
!
interface TenGigabitEthernet1/1/25
!
interface TenGigabitEthernet1/1/26
!
interface TenGigabitEthernet1/1/27
!
interface TenGigabitEthernet1/1/28
--More-- !
interface TenGigabitEthernet1/1/29
switchport trunk native vlan 302
switchport mode trunk
channel-protocol lacp
channel-group 211 mode active
!
interface TenGigabitEthernet1/1/30
switchport trunk allowed vlan 2-9,302,303,401
switchport mode trunk
!
interface TenGigabitEthernet1/1/31
switchport mode trunk
channel-protocol lacp
!
interface TenGigabitEthernet1/1/32
switchport mode trunk
channel-protocol lacp
channel-group 206 mode active
!
interface TenGigabitEthernet2/1/1
switchport mode trunk
channel-protocol lacp
--More-- channel-group 207 mode active
!
interface TenGigabitEthernet2/1/2
switchport mode trunk
channel-protocol lacp
channel-group 207 mode active
!
interface TenGigabitEthernet2/1/3
switchport mode trunk
channel-group 110 mode on
!
interface TenGigabitEthernet2/1/4
channel-group 111 mode on
!
interface TenGigabitEthernet2/1/5
channel-group 112 mode on
!
interface TenGigabitEthernet2/1/6
channel-group 113 mode on
!
interface TenGigabitEthernet2/1/7
channel-group 114 mode on
!
--More-- interface TenGigabitEthernet2/1/8
channel-group 115 mode on
!
interface TenGigabitEthernet2/1/9
channel-group 116 mode on
!
interface TenGigabitEthernet2/1/10
channel-group 117 mode on
!
interface TenGigabitEthernet2/1/11
channel-group 118 mode on
!
interface TenGigabitEthernet2/1/12
channel-group 119 mode on
!
interface TenGigabitEthernet2/1/13
channel-group 120 mode on
!
interface TenGigabitEthernet2/1/14
switchport mode trunk
channel-protocol lacp
channel-group 201 mode active
!
--More-- interface TenGigabitEthernet2/1/15
switchport mode trunk
channel-protocol lacp
channel-group 202 mode active
!
interface TenGigabitEthernet2/1/16
switchport mode trunk
channel-protocol lacp
channel-group 203 mode active
!
interface TenGigabitEthernet2/1/17
switchport mode trunk
channel-protocol lacp
channel-group 204 mode active
!
interface TenGigabitEthernet2/1/18
switchport mode trunk
channel-protocol lacp
channel-group 205 mode active
!
interface TenGigabitEthernet2/1/19
switchport mode trunk
channel-protocol lacp
--More-- !
interface TenGigabitEthernet2/1/20
switchport mode trunk
channel-protocol lacp
!
interface TenGigabitEthernet2/1/21
!
interface TenGigabitEthernet2/1/22
!
interface TenGigabitEthernet2/1/23
!
interface TenGigabitEthernet2/1/24
!
interface TenGigabitEthernet2/1/25
!
interface TenGigabitEthernet2/1/26
!
interface TenGigabitEthernet2/1/27
!
interface TenGigabitEthernet2/1/28
!
interface TenGigabitEthernet2/1/29
switchport trunk native vlan 302
--More-- switchport mode trunk
channel-protocol lacp
channel-group 211 mode active
!
interface TenGigabitEthernet2/1/30
switchport trunk allowed vlan 2-9,302,303,401
switchport mode trunk
!
interface TenGigabitEthernet2/1/31
switchport mode trunk
switchport nonegotiate
no lldp transmit
no lldp receive
channel-group 2 mode on
service-policy output VSL-Queuing-Policy
!
interface TenGigabitEthernet2/1/32
switchport mode trunk
switchport nonegotiate
no lldp transmit
no lldp receive
channel-group 2 mode on
service-policy output VSL-Queuing-Policy
--More-- !
interface Vlan1
no ip address
shutdown
!
interface Vlan2
no ip address
!
interface Vlan3
no ip address
!
interface Vlan4
no ip address
!
interface Vlan5
no ip address
!
interface Vlan6
--More-- no ip address
!
interface Vlan7
no ip address
shutdown
!
interface Vlan8
no ip address
!
interface Vlan9
no ip address
!
interface Vlan10
no ip address
!
interface Vlan20
no ip address
!
interface Vlan101
--More--
no ip address
!
interface Vlan102
no ip address
!
interface Vlan202
no ip address
!
interface Vlan301
no ip address
!
interface Vlan302
ip address 10.33.8.140 255.255.255.192
ip helper-address 10.33.8.31
!
interface Vlan303
no ip address
--More-- !
interface Vlan304
no ip address
!
interface Vlan305
no ip address
!
interface Vlan306
no ip address
!
interface Vlan307
!
interface Vlan401
--More-- no ip address
!
no ip address
!
ip forward-protocol nd
no ip http server
ip http authentication aaa
--More-- ip default-network 192.168.51.10
ip route profile
ip route 192.168.11.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.12.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.13.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.14.0 255.255.255.0 192.168.51.1 track 12
ip route 192.168.19.0 255.255.255.0 192.168.51.1 track 12
ip route 10.33.24.0 255.255.248.0 192.168.51.1 track 12
ip route 192.168.0.0 255.255.0.0 192.168.51.1 track 21
ip route 10.33.0.0 255.255.248.0 192.168.51.1 track 21
ip route 192.168.31.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.32.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.33.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.34.0 255.255.255.0 192.168.51.1 track 31
ip route 192.168.39.0 255.255.255.0 192.168.51.1 track 31
ip route 10.33.16.0 255.255.248.0 192.168.51.1 track 31
ip route 192.168.41.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.42.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.43.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.44.0 255.255.255.0 192.168.51.1 track 41
ip route 192.168.49.0 255.255.255.0 192.168.51.1 track 41
ip route 10.33.32.0 255.255.248.0 192.168.51.1 track 41
ip route 0.0.0.0 0.0.0.0 192.168.51.2 track 100
--More-- ip route 0.0.0.0 0.0.0.0 192.168.51.2
ip route 0.0.0.0 0.0.0.0 192.168.51.8
ip route 0.0.0.0 0.0.0.0 192.168.51.9
ip route 0.0.0.0 0.0.0.0 192.168.51.12
ip route 0.0.0.0 0.0.0.0 192.168.51.4 254
ip route 10.10.1.0 255.255.255.0 192.168.51.1
ip route 10.10.2.0 255.255.255.0 192.168.51.2
ip route 10.33.0.0 255.255.248.0 192.168.51.4 254
ip route 10.33.8.192 255.255.255.192 192.168.51.1
ip route 10.33.14.0 255.255.255.0 192.168.51.1
ip route 10.33.16.0 255.255.248.0 192.168.51.4 254
ip route 10.33.24.0 255.255.248.0 192.168.51.4 254
ip route 10.33.32.0 255.255.248.0 192.168.51.4 254
ip route 10.101.0.0 255.255.0.0 192.168.51.1
ip route 10.205.0.0 255.255.0.0 192.168.51.1
ip route 10.209.0.0 255.255.128.0 192.168.51.1
ip route 10.210.0.0 255.255.0.0 192.168.51.1
ip route 10.211.0.0 255.255.0.0 192.168.51.1
ip route 10.212.0.0 255.255.192.0 192.168.51.1
ip route 10.214.0.0 255.255.0.0 192.168.51.1
ip route 10.228.0.0 255.255.0.0 192.168.51.1
ip route 10.250.0.0 255.254.0.0 192.168.51.1
ip route 12.92.208.94 255.255.255.255 192.168.51.1
--More-- ip route 12.112.161.170 255.255.255.255 192.168.51.1
ip route 12.112.221.138 255.255.255.255 192.168.51.1
ip route 12.112.232.197 255.255.255.255 192.168.51.1
ip route 12.113.38.122 255.255.255.255 192.168.51.1
ip route 12.216.154.132 255.255.255.255 192.168.51.2
ip route 32.2.98.50 255.255.255.255 192.168.51.1
ip route 32.6.237.234 255.255.255.255 192.168.51.1
ip route 32.6.237.238 255.255.255.255 192.168.51.1
ip route 192.168.0.0 255.255.0.0 192.168.51.4 254
ip route 192.168.11.0 255.255.255.0 192.168.51.4 254
ip route 192.168.12.0 255.255.255.0 192.168.51.4 254
ip route 192.168.13.0 255.255.255.0 192.168.51.4 254
ip route 192.168.14.0 255.255.255.0 192.168.51.4 254
ip route 192.168.19.0 255.255.255.0 192.168.51.4 254
ip route 192.168.41.0 255.255.255.0 192.168.51.4 254
ip route 192.168.42.0 255.255.255.0 192.168.51.4 254
ip route 192.168.43.0 255.255.255.0 192.168.51.4 254
ip route 192.168.44.0 255.255.255.0 192.168.51.4 254
ip route 192.168.49.0 255.255.255.0 192.168.51.4 254
ip route 192.168.51.0 255.255.255.0 192.168.51.4 254
ip route 192.168.52.0 255.255.255.0 192.168.51.4 254
ip route 192.168.53.0 255.255.255.0 192.168.51.4 254
ip route 192.168.54.0 255.255.255.0 192.168.51.4 254
--More-- ip route 192.168.56.0 255.255.255.0 192.168.51.4 254
ip route 192.168.110.0 255.255.255.0 192.168.51.2
ip route 192.168.121.0 255.255.255.0 192.168.51.4
ip route 209.182.160.0 255.255.240.0 192.168.51.1
ip route 209.182.160.11 255.255.255.255 192.168.51.1
ip route 209.182.160.12 255.255.255.255 192.168.51.1
!
ip access-list extended VSL-BFD
permit udp any any eq 3784
ip access-list extended VSL-DHCP-CLIENT-TO-SERVER
permit udp any eq bootpc any eq bootps
ip access-list extended VSL-DHCP-SERVER-TO-CLIENT
permit udp any eq bootps any eq bootpc
ip access-list extended VSL-DHCP-SERVER-TO-SERVER
permit udp any eq bootps any eq bootps
ip access-list extended VSL-IPV4-ROUTING
permit ip any 224.0.0.0 0.0.0.255
!
!
--More-- !
!
!
ipv6 access-list VSL-IPV6-ROUTING
permit ipv6 any FF02::/124
!
!
--More-- !
module provision switch 1
c
module provision switch 2
!
!
end
MEM-4500_1# e
===================================================================
Here is the config of the interface where this 4500-x is connected via fiber cable.
Current configuration : 151 bytes
!
interface GigabitEthernet4/0/52
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 2-9,301-303,306,401
switchport mode trunk
end
Current configuration : 151 bytes
!
interface GigabitEthernet5/0/52
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 2-9,301-303,306,401
switchport mode trunk
end
======================================================================
when i hit the "Sh cdp neighbours" command i can see both switch from both the way but not able to ping each other.
D anyone has any suggestion ?
01-05-2018 01:48 AM
01-05-2018 06:03 AM
NO they are in different Vlan.
Source IP: 192.168.51.10 ...........core switch
Destination IP : 10.33.8.140.............new connected switch
I wan to ping between these two IP addresses.
I have one more question, my new switch is in VTP transparent mode and my core switch is in Server mode (obviously). In the transparent mode, can we get the ping from that switch ?
01-05-2018 01:59 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide