06-02-2025
01:08 PM
- last edited on
06-02-2025
04:21 PM
by
frsierra
I have few WLC having configured as :
%IP_SNMP-4-NOTRAPIP: SNMP trap source GigabitEthernet0 has no ip address errors on WLC logging and it was working fine before, actually there are similar WLC with same config are also working fine.
I have configured Gig 0 as:
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
shutdown
negotiation auto
end
and I have vlan configured as:
Current configuration : 112 bytes
!
interface Vlanx00x
ip address 1x.XXX.X.XX /24 secondary
ip address 1x.xxx.x.xx /24
and got a error as recently and others WLC are working fine.
my show ip int br ouput as:
GigabitEthernet0 unassigned YES NVRAM administratively down down
but similar config is working on other WLC.
what might be the issues for this?
06-02-2025 02:14 PM
Hello @santoshrijala12,
your post raises a couple of questions:
There are known limitations for SNMP as the WLC will default to the management interface if the management station is not in the same network as the configured interface Vlanx00x.
HTH!
06-02-2025 02:49 PM
conf t
snmp-server trap-source vlan x00x
end
06-08-2025 08:48 AM
%IP_SNMP-4-NOTRAPIP: SNMP trap source GigabitEthernet0 has no ip address means you have
snmp-server trap-source GigabitEthernet0
configured in your config, which obviously is not valid.
Make sure it's configured as per Leo's suggestion.
If you have already changed it - it sometimes does not update dynamically. The SNMP engine needs to be restarted or the device reloaded to pick up the new config. To restart SNMP remove all SNMP config and disable SNMP, then re-apply the SNMP config.
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