-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of new Cisco Catalyst 9800 Series Wireless Controller #36
Comments
The link you pasted contains ~600 commands. If you provide a sample with some typical configuration, I can prioritize implementing those commands instead. |
Hi heyglen.
This should be the most important/typical set of commands with some variations. If you can add all the options within this ones for now it would be nice:
wlan <Profile_Name> 1 <SSID_NAME>
no bss-transition
channel-scan defer-priority 0
channel-scan defer-priority 1
channel-scan defer-priority 2
channel-scan defer-priority 3
channel-scan defer-priority 4
channel-scan defer-priority 7
channel-scan defer-time 500
radio dot11a
no security ft adaptive
security dot1x authentication-list <RADIUS_Auth_List>
no shutdown
!
wlan <Profile_Name> 2 <SSID_NAME>
no bss-transition
channel-scan defer-priority 0
channel-scan defer-priority 1
channel-scan defer-priority 2
channel-scan defer-priority 3
channel-scan defer-priority 4
channel-scan defer-priority 7
channel-scan defer-time 500
mac-filtering default
radio dot11bg
no security ft adaptive
peer-blocking drop
security wpa psk set-key ascii 0 <PSK>
no security wpa akm dot1x
security wpa akm psk
no shutdown
!
wireless tag policy <NAME>
description <Description>
wlan <WLAN1> policy <Policy1>
wlan <WLAN2> policy <Policyx>
wlan <WLAN3> policy <Policyx>
!
wireless profile policy <NAME>
accounting-list <NAME>
description <Descripiton>
dhcp-tlv-caching
http-tlv-caching
ipv4 dhcp required
ipv4 flow monitor wireless-avc-basic input
ipv4 flow monitor wireless-avc-basic output
mdns-sd service-policy aireos-default-mdns-profile
session-timeout 86400
subscriber-policy-name <NAME>
vlan <interface_or_vlan-id>
no shutdown
!
wireless profile flex <NAME>
no arp-caching
description <Description>
native-vlan-id <vlan-id>
vlan-name VLAN4
vlan-id 4
vlan-name VLAN2
vlan-id 2
!
wireless tag site <NAME>
ap-profile <NAME>
description <Description>
flex-profile <NAME>
no local-site
!
ap profile <NAME>
capwap backup primary <NAME> <IP_ADDRESS>
capwap backup secondary <NAME> <IP_ADDRESS>
description <Description>
hyperlocation ble-beacon 0
hyperlocation ble-beacon 1
hyperlocation ble-beacon 2
hyperlocation ble-beacon 3
hyperlocation ble-beacon 4
ntp ip <IP_ADDRESS>
preferred-mode ipv4
!
ap ffff.ffff.ffff
policy-tag <NAME>
site-tag <NAME>
!
…________________________________
From: Glen Harmon <[email protected]>
Sent: Friday, August 28, 2020 8:07 AM
To: heyglen/network_tech <[email protected]>
Cc: sysoff <[email protected]>; Author <[email protected]>
Subject: Re: [heyglen/network_tech] Support of new Cisco Catalyst 9800 Series Wireless Controller (#36)
The link you pasted contains ~600 commands.
If you provide a sample with some typical configuration, I can prioritize implementing those commands instead.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#36 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AONUVNDNEQUPQVDUYJ3CBVDSC5JSXANCNFSM4QMK7Y2Q>.
|
I don't have a syntax definition for IOS-XE. Before I can start building this I need to implement some basics: config t, interface eth1, etc. Implementing this is a long way off... sorry :( |
Hi heyglen, IOS-XE is very similar to IOS. Best Regards, |
"New Syntax Highlighting"
Which Syntax?
IOS-XE
Link to Command Reference
https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/17-3/cmd-ref/b_wl_17_3_cr.html
The text was updated successfully, but these errors were encountered: