Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

new me3400, cant ping vlan ip address

Status
Not open for further replies.

KodiakAK

Vendor
Mar 30, 2011
23
US
When I configure my laptop to 10.137.32.146 and plug into int fa0/1, why can I communicate to whatever is plugged into 0/24, but cant ping the vlan ip address of .157?

vlan 999
uni-vlan community
name Management_VLAN
!
!
!
interface FastEthernet0/1
description ADTRAN 10.137.32.145-10.137.32.146
switchport access vlan 999
!
interface FastEthernet0/2
description ADTRAN 10.137.32.147-10.137.32.148
switchport access vlan 999
!
interface FastEthernet0/3
description ADTRAN 10.137.32.149 - 150 - 151
switchport access vlan 999
!
interface FastEthernet0/4
shutdown
!
interface FastEthernet0/5
shutdown
!
interface FastEthernet0/6
shutdown
!
interface FastEthernet0/7
shutdown
!
interface FastEthernet0/8
shutdown
!
interface FastEthernet0/9
shutdown
!
interface FastEthernet0/10
shutdown
!
interface FastEthernet0/11
shutdown
!
interface FastEthernet0/12
shutdown
!
interface FastEthernet0/13
shutdown
!
interface FastEthernet0/14
shutdown
!
interface FastEthernet0/15
shutdown
!
interface FastEthernet0/16
shutdown
!
interface FastEthernet0/17
shutdown
!
interface FastEthernet0/18
shutdown
!
interface FastEthernet0/19
shutdown
!
interface FastEthernet0/20
shutdown
!
interface FastEthernet0/21
shutdown
!
interface FastEthernet0/22
shutdown
!
interface FastEthernet0/23
shutdown
!
interface FastEthernet0/24
description Management upstream to cr1-cdma-willowmt
switchport access vlan 999
!
interface GigabitEthernet0/1
port-type nni
!
interface GigabitEthernet0/2
port-type nni
!
interface Vlan1
no ip address
no ip route-cache
!
interface Vlan999
ip address 10.137.32.157 255.255.255.240
no ip route-cache
!
no ip http server
!
control-plane
 
When you say "Communicate" with any other device on 0/24 do you mean PING (ICMP)?

From what I can see your range of addresses within that VLAN should be 10.137.32.145 - 10.137.32.158 with .159 being the broadcast address. Layer 3 (routing) is enabled? I may be barking up the wrong tree but can you ensure that the VLAN is up.
 
what I can do is plug a synced up DSL modem into port 24, and my laptop into port 1. the laptop is provisioned as 10.137.32.146 255.255.255.240. I can authenticate a PPPOE session from my laptop to the internet and browse, but I cant ping my switch. The end goal here is to serve some microwave equipment in the subnet you describe, and also be able to manage the switch itself.

cs1#show vlan id 999

VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
999 Management_VLAN active Fa0/1, Fa0/2, Fa0/3, Fa0/24

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
999 enet 100999 1500 - - - - - 0 0

Remote SPAN VLAN
----------------
Disabled

Primary Secondary Type Ports
------- --------- ----------------- ------------------------------------------


VLAN Type Ports
---- ----------------- -------------------------------------------------------
999 UNI community Fa0/1, Fa0/2, Fa0/3, Fa0/24

cs1#show mac address-table
Mac Address Table
-------------------------------------------

Vlan Mac Address Type Ports
---- ----------- -------- -----
All 0100.0ccc.cccc STATIC CPU
All 0100.0ccc.cccd STATIC CPU
All 0180.c200.0000 STATIC CPU
All 0180.c200.0001 STATIC CPU
All 0180.c200.0002 STATIC CPU
All 0180.c200.0003 STATIC CPU
All 0180.c200.0004 STATIC CPU
All 0180.c200.0005 STATIC CPU
All 0180.c200.0006 STATIC CPU
All 0180.c200.0007 STATIC CPU
All 0180.c200.0008 STATIC CPU
All 0180.c200.0009 STATIC CPU
All 0180.c200.000a STATIC CPU
All 0180.c200.000b STATIC CPU
All 0180.c200.000c STATIC CPU
All 0180.c200.000d STATIC CPU
All 0180.c200.000e STATIC CPU
All 0180.c200.000f STATIC CPU
All 0180.c200.0010 STATIC CPU
All ffff.ffff.ffff STATIC CPU
999 0021.70f3.d38a DYNAMIC Fa0/1
999 0030.8822.f2c0 DYNAMIC Fa0/24
999 0030.8822.f2c1 DYNAMIC Fa0/24
Total Mac Addresses for this criterion:
 
Changed e0/24 to port-type nni and could ping it with ethernet configured in the subnet range, and still browse the internet with a ppp session on a different network.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top