-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update wlc show int detail id for newer formats (#1693)
- Loading branch information
Showing
3 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
...s/cisco_wlc_ssh/show_interface_detailed_id/cisco_wlc_ssh_show_interface_detailed_id_4.raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
9 changes: 9 additions & 0 deletions
9
...s/cisco_wlc_ssh/show_interface_detailed_id/cisco_wlc_ssh_show_interface_detailed_id_4.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |