- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 08:11 AM
Addendum, not configured by me:) I have my management interface that shows this below.
GigabitEthernet0 unassigned YES TFTP down down, which the operational status is obviously down.
The TFTP piece of this, need it to be DHCP. Is this something that can be configured in cli (I can't seem to locate that config) or is something I can only change when configuring for the first time/Day0 config? Thanks for any help.
Solved! Go to Solution.
- Labels:
-
Wireless LAN Controller
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 01:12 PM
TFTP means configuration for that interface came from the configuration file provided by the TFTP server. If you assign an IP manually it will change to manual and then if you save and restart it will show NVRAM. If you add ip address dhcp under the interface it will show you DHCP.
Now regarding GE0, this is the out of band management port (similar to service port in AireOS WLC's). With the new 9800 platforms IOS-XE became the preferred IOS, so to maintain complete out of band connectivity GE0 resides in it's own VRF called "Mgmt-intf". If you need to get it working I would suggest you do the below.
!
ip route vrf Mgmt-intf 0.0.0.0 0.0.0.0 dhcp
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address dhcp
no shutdown
negotiation auto
!
Services (means NTP, TACACS, Radius etc.) available via this interface changes from IOS to IOS, So I recommend you read the release notes of the IOS-XE code you are running to get more clarity.
TAC recommended codes for AireOS WLC's
Best Practices for AireOS WLC's
TAC recommended codes for 9800 WLC's
Best Practices for 9800 WLC's
Cisco Wireless compatibility matrix
___________________________________________
Arshad Safrulla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2022 07:14 AM
To add further explanation to @Arshad Safrulla's reply - the Mgmt-intf VRF was not fully supported by services in earlier versions of IOS-XE for 9800. The very latest releases have all the basics working now but you'll need to check for any specific things you want to use in that VRF to make sure they're supported. As Arshad said - refer to the release notes (new features and resolved caveats) to confirm which versions added the management VRF support.
Please click Helpful if this post helped you and Select as Solution (drop down menu at top right of this reply) if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's and TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's, Best Practices for 9800 WLC's and Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 08:37 AM
see “Gigabit Ethernet Management Interface Overview” section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 10:07 AM
This is actually not a very helpful document. This goes into all the physical portions of 9800. Going to keep looking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 08:45 AM
Thank you for this doc, reviewing momentarily! Super fast on this and I appreciate that!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 12:09 PM - edited 03-18-2022 12:10 PM
you are welcome that’s why I asked you to look at specific section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 01:12 PM
TFTP means configuration for that interface came from the configuration file provided by the TFTP server. If you assign an IP manually it will change to manual and then if you save and restart it will show NVRAM. If you add ip address dhcp under the interface it will show you DHCP.
Now regarding GE0, this is the out of band management port (similar to service port in AireOS WLC's). With the new 9800 platforms IOS-XE became the preferred IOS, so to maintain complete out of band connectivity GE0 resides in it's own VRF called "Mgmt-intf". If you need to get it working I would suggest you do the below.
!
ip route vrf Mgmt-intf 0.0.0.0 0.0.0.0 dhcp
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address dhcp
no shutdown
negotiation auto
!
Services (means NTP, TACACS, Radius etc.) available via this interface changes from IOS to IOS, So I recommend you read the release notes of the IOS-XE code you are running to get more clarity.
TAC recommended codes for AireOS WLC's
Best Practices for AireOS WLC's
TAC recommended codes for 9800 WLC's
Best Practices for 9800 WLC's
Cisco Wireless compatibility matrix
___________________________________________
Arshad Safrulla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2022 07:14 AM
To add further explanation to @Arshad Safrulla's reply - the Mgmt-intf VRF was not fully supported by services in earlier versions of IOS-XE for 9800. The very latest releases have all the basics working now but you'll need to check for any specific things you want to use in that VRF to make sure they're supported. As Arshad said - refer to the release notes (new features and resolved caveats) to confirm which versions added the management VRF support.
Please click Helpful if this post helped you and Select as Solution (drop down menu at top right of this reply) if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's and TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's, Best Practices for 9800 WLC's and Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390
