Skip to content

Commit

Permalink
update wlc show int detail id for newer formats (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala authored Apr 18, 2024
1 parent 2ce380b commit eaf2266
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ Start
^\s*External\s+NAT\s+IP\s+Address.*$$
^\s*Link\s+Local\s+IPv6\s+Address.*$$
^\s*STATE.*$$
^\s*Primary\s+IPv6\s+Address.*$$
^\s*IPv6\s+Address.*$$
^\s*Primary\s+IPv6\s+Gateway.*$$
^\s*IPv6\s+Gateway.*$$
^\s*Primary\s+IPv6\s+Gateway\s+Mac\s+Address.*$$
^\s*IPv6\s+Gateway\s+Mac\s+Address.*$$
^\s*VLAN.*$$
^\s*Quarantine-vlan.*$$
Expand All @@ -29,14 +32,15 @@ Start
^\s*Backup\s+Physical\s+Port.*$$
^\s*DHCP\s+Proxy\s+Mode.*$$
^\s*DHCP\s+Option\s+82.*$$
^\s*DHCP\s+Option\s+82\s+bridge\s+mode\s+insertion.*$$
^\s*DHCP\s+Option\s+82\s+bridge.*$$
^\s*DHCP\s+Option\s+6\s+Opendns\s+Override.*$$
^\s*IPv4\s+ACL.*$$
^\s*URL\s+ACL.*$$
^\s*mDNS\s+Profile\s+Name.*$$
^\s*AP\s+Manager.*$$
^\s*Guest\s+Interface.*$$
^\s*3G\s+VLAN.*$$
^\s*L2\s+Multicast.*$$
^\s*URL\s+ACL.*$$
^\s*IPv6\s+ACL.*$$
^\s*$$
^. -> Error
^.* -> Error
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Interface Name................................... management
MAC Address...................................... 00:5d:73:da:e3:2b
IP Address....................................... 10.36.4.194
IP Netmask....................................... 255.255.255.240
IP Gateway....................................... 10.36.4.193
External NAT IP State............................ Disabled
External NAT IP Address.......................... 0.0.0.0
Link Local IPv6 Address.......................... fe80::25d:73ff:feda:e32b/64
STATE ........................................... REACHABLE
Primary IPv6 Address............................. ::/128
STATE ........................................... NONE
Primary IPv6 Gateway............................. ::
Primary IPv6 Gateway Mac Address................. 00:00:00:00:00:00
STATE ........................................... INCOMPLETE
VLAN............................................. 65
Quarantine-vlan.................................. 0
Active Physical Port............................. LAG (8)
Primary Physical Port............................ LAG (8)
Backup Physical Port............................. Unconfigured
DHCP Proxy Mode.................................. Global
Primary DHCP Server.............................. 10.36.82.34
Secondary DHCP Server............................ 10.36.80.34
DHCP Option 82................................... Disabled
DHCP Option 82 bridge
DHCP Option 6 Opendns Override................... Disabled
IPv4 ACL......................................... Unconfigured
URL ACL.......................................... Unconfigured
IPv6 ACL......................................... Unconfigured
mDNS Profile Name................................ Unconfigured
AP Manager....................................... Yes
Guest Interface.................................. No
L2 Multicast..................................... Enabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
parsed_sample:
- gateway: "10.36.4.193"
interface_name: "management"
ip_address: "10.36.4.194"
mac_address: "00:5d:73:da:e3:2b"
netmask: "255.255.255.240"
primary_dhcp_server: "10.36.82.34"
secondary_dhcp_server: "10.36.80.34"

0 comments on commit eaf2266

Please sign in to comment.