heyglen / network_tech

Cisco config syntax and snippets for Sublime Text
http://network-tech.readthedocs.io
Apache License 2.0
89 stars 20 forks source link

Support of new Cisco Catalyst 9800 Series Wireless Controller #36

Open sysoff opened 4 years ago

sysoff commented 4 years ago

"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

heyglen commented 4 years ago

The link you pasted contains ~600 commands.

If you provide a sample with some typical configuration, I can prioritize implementing those commands instead.

sysoff commented 4 years ago

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 1 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 no shutdown ! wlan 2 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 no security wpa akm dot1x security wpa akm psk no shutdown ! wireless tag policy description wlan policy wlan policy wlan policy ! wireless profile policy accounting-list description 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 vlan no shutdown ! wireless profile flex no arp-caching description native-vlan-id vlan-name VLAN4 vlan-id 4 vlan-name VLAN2 vlan-id 2 ! wireless tag site ap-profile description flex-profile no local-site ! ap profile capwap backup primary capwap backup secondary description hyperlocation ble-beacon 0 hyperlocation ble-beacon 1 hyperlocation ble-beacon 2 hyperlocation ble-beacon 3 hyperlocation ble-beacon 4 ntp ip preferred-mode ipv4 ! ap ffff.ffff.ffff policy-tag site-tag !


From: Glen Harmon notifications@github.com Sent: Friday, August 28, 2020 8:07 AM To: heyglen/network_tech network_tech@noreply.github.com Cc: sysoff pjfh4@hotmail.com; Author author@noreply.github.com 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 GitHubhttps://github.com/heyglen/network_tech/issues/36#issuecomment-682366295, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AONUVNDNEQUPQVDUYJ3CBVDSC5JSXANCNFSM4QMK7Y2Q.

heyglen commented 4 years ago

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 :(

sysoff commented 4 years ago

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. Is in place for some time now in Cisco routers and switch's, etc. If it helps, I can share with you a IOS-XE configuration. I'm using IOS syntax to create and analyse IOS-XE configurations.

Best Regards,