06-29-2015 06:26 AM - edited 07-05-2021 03:28 AM
Im configuring a 5508 controller on a layer 2 network. Im only able to access the controller through the service port and not through the management interface. I can see the controller on the CDP neighbour table on the switch that it connects too. I have configured another controller in my lab and found that i have the same problem with the second controller.
SDNCTNSW-Century_SW1#show int Gi2/0/1
GigabitEthernet2/0/1 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is 0017.5983.2281 (bia 0017.5983.2281)
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive not set
Full-duplex, 1000Mb/s, link type is auto, media type is 10/100/1000BaseTX SFP
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:09, output 00:00:15, output hang never
Last clearing of "show interface" counters 6d01h
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 2000 bits/sec, 2 packets/sec
8830 packets input, 12805388 bytes, 0 no buffer
Received 8830 broadcasts (0 multicast)
76755 runts, 0 giants, 0 throttles
76755 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 8769 multicast, 0 pause input
0 input packets with dribble condition detected
7859928 packets output, 833702013 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
SDNCTNSW-Century_SW1#
SDNCTNSW-Century_SW1#show run int Gi2/0/1
Building configuration...
Current configuration : 124 bytes
!
interface GigabitEthernet2/0/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 5 mode on
end
SDNCTNSW-Century_SW1#show cdp nei Gi2/0/1 de
-------------------------
Device ID: ZA377-SMHWC-MBCENTURYCITY-WLC01
Entry address(es):
IP address: 53.32.224.15
Platform: AIR-CT5508-K9, Capabilities: Host
Interface: GigabitEthernet2/0/1, Port ID (outgoing port): GigabitEthernet0/0/1
Holdtime : 124 sec
Version :
Manufacturer's Name: Cisco Systems Inc. Product Name: Cisco Controller Product Version: 7.6.130.0 RTOS Version: Erro Bootloader Version: 1.0.1 Build Type: DATA + WPS
advertisement version: 2
Duplex: full
Management address(es):
-------------------------
Device ID: ZA377-SMHWC-MBCENTURYCITY-WLC01
Entry address(es):
IP address: 53.32.224.15
Platform: AIR-CT5508-K9, Capabilities: Host
Interface: GigabitEthernet2/0/1, Port ID (outgoing port): LAGInterface0/3/1
Holdtime : 124 sec
Version :
Manufacturer's Name: Cisco Systems Inc. Product Name: Cisco Controller Product Version: 7.6.130.0 RTOS Version: Erro Bootloader Version: 1.0.1 Build Type: DATA + WPS
advertisement version: 2
Duplex: full
Management address(es):
06-29-2015 06:49 AM
Hi,
Try to allow specific vlan on WLC connected port and try again:
Example:
interface f0/12
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport trunk allowed vlan 1,2,10
switchport mode trunk
Regards
Don't forget to rate helpful posts
06-29-2015 11:12 PM
Hi
This change in vlan configuration didnt help and im still not able to get to the device via the management port.
SDNCTNSW-Century_SW1#sh run int Gi2/0/1
Building configuration...
Current configuration : 195 bytes
!
interface GigabitEthernet2/0/1
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport trunk allowed vlan 1,2,10
switchport mode trunk
channel-group 5 mode on
end
SDNCTNSW-Century_SW1#ping 53.32.224.15
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 53.32.224.15, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
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