Hello,
I've created VLAN 100 and give it the ip 172.16.100.1 255.255.255.0. I assigned port 2/0/15 to VLAN 100. Connected a laptop to the port 2/0/15 and assigned the laptop an ip 72.16.100.100 255.255.255.0 172.16.100.1
I've enabled ip routing.
Now, the problem is there is no ping between the laptop and vlan 100, no ping between vlan 1 and 100.
Show commands:
SWITCH#show vlan
VLAN Name Ports Type
----- --------------- ------------- --------------
1 default Po1-128, Default
Gi1/0/4-13,
Gi1/0/15,
Gi1/0/17-48,
Gi2/0/1-14,
Gi2/0/16-48,
Gi3/0/1-24,
Gi3/0/26,
Gi3/0/28,
Gi3/0/30-48
100 VLAN0100 Gi2/0/15 Static
4000 MGMT Static
SWITCH#show ip interface vlan 100
Routing Interface Status....................... Down
Primary IP Address............................. 172.16.100.1/255.255.255.0
Method......................................... Manual
Routing Mode................................... Enable
Administrative Mode............................ Enable
Forward Net Directed Broadcasts................ Disable
Proxy ARP...................................... Enable
Local Proxy ARP................................ Disable
Active State................................... Inactive
MAC Address.................................... D067.E5B9.011D
Encapsulation Type............................. Ethernet
IP MTU......................................... 1500
Bandwidth...................................... 10000 kbps
Destination Unreachables....................... Enabled
ICMP Redirects................................. Enabled
SWITCH#show interfaces detail gigabitethernet 2/0/15
Port Name Duplex Speed Neg MTU Admin Link
State State
--------- --------------------------- ------ ------- ---- ----- ----- -----
Gi2/0/15 Full 1000 Auto 1518 Up Up
Port Description
-------- ----------------------------------------------------------------------
Gi2/0/15
Flow Control:Enabled
Port: Gi2/0/15
VLAN Membership mode:Access Mode
Operating parameters:
PVID: 100
Ingress Filtering: Enabled
Acceptable Frame Type: Untagged
Default Priority: 0
GVRP status:Disabled
Protected:Disabled
Port Gi2/0/15 is member in:
VLAN Name Egress rule Type
---- --------------------------------- ----------- --------
100 VLAN0100 Untagged Static
Static configuration:
PVID: 100
Ingress Filtering: Enabled
Acceptable Frame Type: Untagged
Port Gi2/0/15 is statically configured to:
VLAN Name Egress rule
---- --------------------------------- -----------
100 VLAN0100 Untagged
Forbidden VLANS:
VLAN Name
---- ---------------------------------
Port Gi2/0/15 Enabled
State: Discarding Role: Designated
Port id: 128.71 Port Cost: 20000
Port Fast: Yes (Configured: yes) Root Protection: No
Designated bridge Priority: 32768 Address: D067.E5B9.011B
Designated port id: 128.71 Designated path cost: 0
CST Regional Root: 80:00:D0:67:E5:B9:01:1B CST Port Cost: 0
BPDU: sent 1552, received 0
SWITCH#show ip interface
Default Gateway................................ 0.0.0.0
L3 MAC Address................................. D067.E5B9.011D
Routing Interfaces:
Interface State IP Address IP Mask Method
---------- ----- --------------- --------------- -------
Vl1 Up 172.16.0.2 255.255.255.0 Manual
Vl100 Down 172.16.100.1 255.255.255.0 Manual
Any Ideas?
Thank you!