05-04-2020 07:38 AM
I've been trying to ping my me3400 from my computer and my computer from my me3400 but it wont work. I googled the problem and saw posts saying that I need to have the interface in a community vlan as the me3400s are designed for use in metropolitan areas so the interfaces don't switch locally by default. However, when I change the Vlan to community it still does not work. As seen below.
2 VLAN0002 active Fa0/1 1002 fddi-default act/unsup 1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 0 0 2 enet 100002 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 tr 101003 1500 - - - - - 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1005 trnet 101005 1500 - - - ibm - 0 0 Remote SPAN VLANs ------------------------------------------------------------------------------ Primary Secondary Type Ports ------- --------- ----------------- ------------------------------------------ VLAN Type Ports ---- ----------------- ------------------------------------------------------- 2 UNI community Fa0/1 Switch#ping 192.168.70.20 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.70.20, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Switch#
However, when I change fa0/1 port-type to NNI, it works.
Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int fa0/1 Switch(config-if)#port-t Switch(config-if)#port-type nni Switch(config-if)# *Mar 1 00:11:35.574: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to down Switch(config-if)# *Mar 1 00:12:05.992: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up Switch(config-if)#^Z *Mar 1 00:12:14.422: %SYS-5-CONFIG_I: Configured from console by console Switch#ping 192.168.70.20 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.70.20, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/203/1006 ms Switch#
I'm not sure why I can't ping the device when the interface is a UNI when UNIs are meant to be able to connect to a host.
My config is below, this is on a completely blank switch apart from the necessary commands to connect to the computer.
Switch#sh run Building configuration... Current configuration : 1755 bytes ! version 12.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Switch ! boot-start-marker boot-end-marker ! ! no aaa new-model system mtu routing 1500 ! ! ! ! ! ! ! ! spanning-tree mode rapid-pvst spanning-tree extend system-id ! ! vlan internal allocation policy ascending ! vlan 2 uni-vlan community ! ! ! interface FastEthernet0 no ip address no ip route-cache ! interface FastEthernet0/1 port-type nni switchport access vlan 2 ! interface FastEthernet0/2 shutdown ! interface FastEthernet0/3 shutdown ! 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 shutdown ! interface GigabitEthernet0/1 port-type nni ! interface GigabitEthernet0/2 port-type nni ! interface Vlan1 no ip address no ip route-cache ! interface Vlan2 ip address 192.168.70.10 255.255.255.0 no ip route-cache ! no ip http server ip http secure-server ! line con 0 logging synchronous line vty 0 4 login line vty 5 15 login ! end
Any help is much appreciated!
Thanks,
Adam
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