I admit it. VLANs kick my butt. I've been doing "networking" in some form or fashion snice 1989. Anyone else remember ARCnet or LANtastic?
Anyway, I now have a job where I am the "networking guy." They have VLANs... a lot of them. I am trying to get hold of all this, but I am missing something fundamental.
On switch ABC_TEAHALL_AS1, I have connected a device called MyDevice to port GigabitEthernet 0/12. That device successfully receives a DHCP address from an upstream DHCP server. It gets IP address 10.10.34.47. It can get to the Internet, no problem.
Why can't I ping the IP address of MyDevice from the switch console on the very switch to which MyDevice is connected? I know from documentation here that 10.10.34.0 is part of VLAN_302.
What fundamental concept am I missing? Thank you all... here is my config of that switch.... Please note that Adtran AOS is extremely close to Cisco IOS.
! ADTRAN, Inc. OS version R12.3.1
! Boot ROM version BVS1.0
! Platform: NetVanta 1550-24P, part number 17101524PF1
! Serial number LBADTN1716AC383
!
hostname "ABC_TEAHALL_AS1"
enable password MyPassword09
!
ip subnet-zero
ip classless
ip default-gateway 100.100.32.1
no ip routing
!
!
ip route-cache express
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password "MyPassword09"
!
no dot11ap access-point-control
no dos-protection
no desktop-auditing dhcp
no network-forensics ip dhcp
!
qos cos-map 1 0 1
qos cos-map 2 2 4
qos cos-map 3 3 6
qos cos-map 4 5 7
qos queue-type wrr 25 25 25 expedite
!
vlan 1
name "Default"
!
vlan 82
name "VLAN00082"
!
vlan 84
name "VLAN084"
!
vlan 301
name "VLAN0301"
!
vlan 302
name "VLAN0302"
!
vlan 303
name "VLAN0303"
!
vlan 304
name "VLAN0304"
!
vlan 305
name "VLAN0305"
!
vlan 306
name "VLAN0306"
!
vlan 902
name "VLAN0902"
!
vlan 2016
name "VLAN2016"
!
interface gigabit-switchport 0/1
description Meraki
spanning-tree edgeport
no shutdown
switchport mode trunk
switchport trunk native vlan 301
!
interface gigabit-switchport 0/2
no shutdown
switchport mode trunk
switchport trunk native vlan 301
!
!REMOVED OTHER INTERFACES TO MAKE POST NOT SO HUGE
!
interface gigabit-switchport 0/12
description Connection to MyDevice
spanning-tree edgeport
no shutdown
switchport access vlan 302
switchport voice vlan 304
!
!REMOVED OTHER INTERFACES TO MAKE POST NOT SO HUGE
!
interface gigabit-switchport 0/24
description JAG Room
no shutdown
switchport mode trunk
qos trust cos
!
!
interface xgigabit-switchport 0/1
no shutdown
switchport mode trunk
speed 1000
!
interface xgigabit-switchport 0/2
no shutdown
switchport mode trunk
speed 1000
!
interface xgigabit-switchport 0/3
no shutdown
switchport mode trunk
speed 1000
!
interface xgigabit-switchport 0/4
no shutdown
switchport mode trunk
speed 1000
!
interface vlan 1
no ip address
ip route-cache express
shutdown
!
interface vlan 902
description MGMT VLAN
ip address 100.100.32.55 255.255.255.0
ip route-cache express
no shutdown
!
tftp server
no tftp server overwrite
http server
http secure-server
snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
line con 0
login local-userlist
password MyPassword09
line-timeout 30
!
line telnet 0 4
login local-userlist
password MyPassword09
line-timeout 30
no shutdown
line ssh 0 4
login local-userlist
line-timeout 30
no shutdown
!
sntp server 0.us.pool.ntp.org
!
end
Anyway, I now have a job where I am the "networking guy." They have VLANs... a lot of them. I am trying to get hold of all this, but I am missing something fundamental.
On switch ABC_TEAHALL_AS1, I have connected a device called MyDevice to port GigabitEthernet 0/12. That device successfully receives a DHCP address from an upstream DHCP server. It gets IP address 10.10.34.47. It can get to the Internet, no problem.
Why can't I ping the IP address of MyDevice from the switch console on the very switch to which MyDevice is connected? I know from documentation here that 10.10.34.0 is part of VLAN_302.
What fundamental concept am I missing? Thank you all... here is my config of that switch.... Please note that Adtran AOS is extremely close to Cisco IOS.
! ADTRAN, Inc. OS version R12.3.1
! Boot ROM version BVS1.0
! Platform: NetVanta 1550-24P, part number 17101524PF1
! Serial number LBADTN1716AC383
!
hostname "ABC_TEAHALL_AS1"
enable password MyPassword09
!
ip subnet-zero
ip classless
ip default-gateway 100.100.32.1
no ip routing
!
!
ip route-cache express
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password "MyPassword09"
!
no dot11ap access-point-control
no dos-protection
no desktop-auditing dhcp
no network-forensics ip dhcp
!
qos cos-map 1 0 1
qos cos-map 2 2 4
qos cos-map 3 3 6
qos cos-map 4 5 7
qos queue-type wrr 25 25 25 expedite
!
vlan 1
name "Default"
!
vlan 82
name "VLAN00082"
!
vlan 84
name "VLAN084"
!
vlan 301
name "VLAN0301"
!
vlan 302
name "VLAN0302"
!
vlan 303
name "VLAN0303"
!
vlan 304
name "VLAN0304"
!
vlan 305
name "VLAN0305"
!
vlan 306
name "VLAN0306"
!
vlan 902
name "VLAN0902"
!
vlan 2016
name "VLAN2016"
!
interface gigabit-switchport 0/1
description Meraki
spanning-tree edgeport
no shutdown
switchport mode trunk
switchport trunk native vlan 301
!
interface gigabit-switchport 0/2
no shutdown
switchport mode trunk
switchport trunk native vlan 301
!
!REMOVED OTHER INTERFACES TO MAKE POST NOT SO HUGE
!
interface gigabit-switchport 0/12
description Connection to MyDevice
spanning-tree edgeport
no shutdown
switchport access vlan 302
switchport voice vlan 304
!
!REMOVED OTHER INTERFACES TO MAKE POST NOT SO HUGE
!
interface gigabit-switchport 0/24
description JAG Room
no shutdown
switchport mode trunk
qos trust cos
!
!
interface xgigabit-switchport 0/1
no shutdown
switchport mode trunk
speed 1000
!
interface xgigabit-switchport 0/2
no shutdown
switchport mode trunk
speed 1000
!
interface xgigabit-switchport 0/3
no shutdown
switchport mode trunk
speed 1000
!
interface xgigabit-switchport 0/4
no shutdown
switchport mode trunk
speed 1000
!
interface vlan 1
no ip address
ip route-cache express
shutdown
!
interface vlan 902
description MGMT VLAN
ip address 100.100.32.55 255.255.255.0
ip route-cache express
no shutdown
!
tftp server
no tftp server overwrite
http server
http secure-server
snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
line con 0
login local-userlist
password MyPassword09
line-timeout 30
!
line telnet 0 4
login local-userlist
password MyPassword09
line-timeout 30
no shutdown
line ssh 0 4
login local-userlist
line-timeout 30
no shutdown
!
sntp server 0.us.pool.ntp.org
!
end