Options

Cisco SG300-10 pinging problem

jschreckjschreck Member Posts: 63 ■■□□□□□□□□
Good afternoon,
I am currently building a layer 3 switch. It has been almost 4 years since I touched a Cisco switch/router, so any help would greatly be appreciated. The following is my current running config.

GWPCoreSW1#show running-config
config-file-header
GWPCoreSW1
v1.4.0.88 / R800_NIK_1_4_194_194
CLI v1.0
set system mode router


file SSD indicator encrypted

ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
!
vlan database
default-vlan vlan 10
exit
vlan database
vlan 1,20-22
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
ip dhcp server
ip dhcp excluded-address 10.20.0.1 10.20.0.255
ip dhcp pool network GWP End User
address low 10.20.0.1 high 10.20.1.254 255.255.254.0
lease 3
exit
bonjour interface range vlan 1
hostname GWPCoreSW1
username cisco password encrypted 6ea5f52a203b0da735f69d072e642b54f79d1057 privilege 15
ip ssh server
snmp-server location *********
snmp-server contact **********
ip domain name *********
ip telnet server
!
interface vlan 1
ip address 192.168.1.254 255.255.255.0
no ip address dhcp
!
interface vlan 10
name "GWP Admin"
ip address 192.168.75.11 255.255.255.0
!
interface vlan 20
name "GWP Administration"
ip address 10.20.0.1 255.255.255.0
!
interface vlan 21
name "GWP End User Network"
ip address 10.20.2.1 255.255.255.0
!
interface vlan 22
name "Vendor Utility"
ip address 10.20.255.1 255.255.255.0
!
interface gigabitethernet1
description "Trunk to KTN"
switchport default-vlan tagged
!
interface gigabitethernet2
description "Configuration Port"
!
interface gigabitethernet3
description "GWP Admin"
switchport trunk native vlan 20
!
interface gigabitethernet4
description "GWP Admin"
switchport trunk native vlan 20
!
interface gigabitethernet5
description "GWP End User"
switchport trunk native vlan 21
!
interface gigabitethernet6
description "GWP End User"
switchport trunk native vlan 21
!
interface gigabitethernet7
description "Vendor Utility"
switchport trunk native vlan 22
!
interface gigabitethernet8
description "Vendor Utility"
switchport trunk native vlan 22
!
interface gigabitethernet9
switchport trunk native vlan 22
!
interface gigabitethernet10
switchport trunk native vlan 22
!
exit


My problem is vlan 20, pcs on port ge3 and ge 4 are not able to ping vlan 21 ge 5 and 6.

I was able to ping from 10.20.0.1 to 10.20.0.2, 10.20.2.1 to 10.20.0.2, 10.20.2.1 to 10.20.2.2. How ever anything leaving from vlan 20, 10.20.0.1, going to 21, 10.20.2.X gets dropped. There are no other switches in the chain, this switch and pcs directly connected are labbed at this time. I need to get this switch up for November. Any Ideas and thank you!

Comments

Sign In or Register to comment.