diff --git a/templates/cisco_nxos_show_hsrp_all.textfsm b/templates/cisco_nxos_show_hsrp_all.textfsm new file mode 100644 index 0000000000..a4948fda43 --- /dev/null +++ b/templates/cisco_nxos_show_hsrp_all.textfsm @@ -0,0 +1,55 @@ +# Object names are based on pyATS/Genie parser (boolean values are left out) +Value INTERFACE (\S+) +Value VERSION (\d+) +Value GROUP_NUMBER (\d+) +Value PRIORITY (\d+) +Value HSRP_ROUTER_STATE (\S+) +Value CONFIGURED_PRIORITY (\d+) +Value PREEMPT (.*) +Value LOWER_FWD_TRESHOLD (\d+) +Value UPPER_FWD_TRESHOLD (\d+) +# Value TIMERS_HELLO_MSEC_FLAG +# Value TIMERS_HOLD_MSEC_FLAG +Value TIMERS_HELLO_SEC (\d+) +Value TIMERS_HOLD_SEC (\d+) +Value PRIMARY_IPV4_ADDRESS (\S+) +# Value VIRTUAL_IP_LEARN +Value SECONDARY_IPV4_ADDRESS (\S+) +Value ACTIVE_ROUTER (\S+) +Value ACTIVE_EXPIRE (\d+\.\d+) +Value ACTIVE_IP_ADDRESS (\S+) +Value ACTIVE_PRIORITY (\d+) +Value STANDBY_ROUTER (\S+) +Value STANDBY_EXPIRE (\d+\.\d+) +Value STANDBY_IP_ADDRESS (\S+) +Value STANDBY_PRIORITY (\d+) +Value AUTHENTICATION (\S+) +Value VIRTUAL_MAC_ADDRESS (\S+) +Value VIRTUAL_MAC_ADDRESS_STATUS (.*) +Value NUM_STATE_CHANGES (\d+) +Value LAST_STATE_CHANGE (\S+) +Value SESSION_NAME (\S+) + +Start + ^${INTERFACE}\s+-\s+Group\s${GROUP_NUMBER}\s+\(HSRP-V${VERSION}\)\s\(IPv[46]\)\s*$$ + ^\s+Local\s+state\s+is\s+${HSRP_ROUTER_STATE},\s+priority\s+${PRIORITY}\s+\(Cfged\s+${CONFIGURED_PRIORITY}\),\s+${PREEMPT}\s*$$ + ^\s+.*lower:\s+${LOWER_FWD_TRESHOLD}\s+upper:\s+${UPPER_FWD_TRESHOLD}\s*$$ + ^\s+Preemption\s+Delay.*$$ + ^\s+Hellotime\s+${TIMERS_HELLO_SEC}.*holdtime\s+${TIMERS_HOLD_SEC}.*$$ + ^\s+Next\s+hello\s+sent.*$$ + ^\s+Virtual\s+IP\s+address\s+is\s+${PRIMARY_IPV4_ADDRESS}\s+.*$$ + ^\s+Secondary\s+Virtual\s+IP\s+address\s+is\s+${SECONDARY_IPV4_ADDRESS}\s*$$ + ^\s+Active\s+router\s+is\s+${ACTIVE_ROUTER}\s*$$ + ^\s+Active\s+router\s+is\s+${ACTIVE_IP_ADDRESS}\s?,\s+priority\s+${ACTIVE_PRIORITY}\s+expires\s+in\s+${ACTIVE_EXPIRE}.*$$ + ^\s+Standby\s+router\s+is\s+${STANDBY_ROUTER}\s*$$ + ^\s+Standby\s+router\s+is\s+${STANDBY_IP_ADDRESS}\s?,\s+priority\s+${STANDBY_PRIORITY}\s+expires\s+in\s+${STANDBY_EXPIRE}.*$$ + ^\s+Authentication\s+${AUTHENTICATION},.*$$ + ^\s+Virtual\s+mac\s+address\s+is\s+${VIRTUAL_MAC_ADDRESS} \(${VIRTUAL_MAC_ADDRESS_STATUS}\)\s*$$ + ^\s+${NUM_STATE_CHANGES}\s+state\s+changes,\s+last\s+state\s+change\s+${LAST_STATE_CHANGE}\s*$$ + ^\s+IP\s+redundancy\s+name\s+is\s+${SESSION_NAME}\s.*$$ + ^\s+Secondary VIP.*$$ + # Catch secondary VIPs: + ^\s+\d+\.\d+\.\d+\.\d+$$ + # Record data when empty line is found + ^\s*$$ -> Record + ^. -> Error diff --git a/templates/index b/templates/index index 2417fb92e1..5e78e479a0 100644 --- a/templates/index +++ b/templates/index @@ -269,6 +269,7 @@ cisco_nxos_show_interface.textfsm, .*, cisco_nxos, sh[[ow]] inte[[rface]] cisco_nxos_show_inventory.textfsm, .*, cisco_nxos, sh[[ow]] inv[[entory]] cisco_nxos_show_route-map.textfsm, .*, cisco_nxos, sh[[ow]] route-m[[ap]] cisco_nxos_show_hostname.textfsm, .*, cisco_nxos, sh[[ow]] hostn[[ame]] +cisco_nxos_show_hsrp_all.textfsm, .*, cisco_nxos, sh[[ow]] hsrp all cisco_nxos_show_ip_route.textfsm, .*, cisco_nxos, sh[[ow]] ip route cisco_nxos_show_feature.textfsm, .*, cisco_nxos, sh[[ow]] feat[[ure]] cisco_nxos_show_version.textfsm, .*, cisco_nxos, sh[[ow]] ver[[sion]] diff --git a/tests/cisco_nxos/show_hsrp_all/cisco_nxos_show_hsrp_all.raw b/tests/cisco_nxos/show_hsrp_all/cisco_nxos_show_hsrp_all.raw new file mode 100644 index 0000000000..1721fd9651 --- /dev/null +++ b/tests/cisco_nxos/show_hsrp_all/cisco_nxos_show_hsrp_all.raw @@ -0,0 +1,184 @@ +Vlan100 - Group 100 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 3 sec, holdtime 10 sec + Next hello sent in 2.676000 sec(s) + Virtual IP address is 192.168.100.1 (Cfged) + Secondary Virtual IP address is 192.168.100.193 + Active router is local + Standby router is 192.168.100.69 , priority 200 expires in 10.174000 sec(s) + Authentication MD5, key-string "dr-hsrp" + Virtual mac address is 0000.0c9f.f384 (Default MAC) + 2 state changes, last state change 1y27w + IP redundancy name is hsrp-Vlan100-100 (default) + Secondary VIP(s): + 192.168.100.193 + +Vlan200 - Group 200 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.448000 sec(s) + Virtual IP address is 172.11.4.254 (Cfged) + Active router is local + Standby router is 172.11.4.253 , priority 200 expires in 2.551000 sec(s) + Authentication MD5, key-string "hq-hsrp" + Virtual mac address is 0000.0c9f.fd48 (Default MAC) + 2 state changes, last state change 1y0w + IP redundancy name is hsrp-Vlan200-200 (default) + +Vlan201 - Group 201 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.484000 sec(s) + Virtual IP address is 172.11.5.30 (Cfged) + Active router is local + Standby router is 172.11.5.29 , priority 200 expires in 2.551000 sec(s) + Authentication MD5, key-string "hq-hsrp" + Virtual mac address is 0000.0c9f.fd49 (Default MAC) + 2 state changes, last state change 1y0w + IP redundancy name is hsrp-Vlan201-201 (default) + +Vlan210 - Group 210 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.420000 sec(s) + Virtual IP address is 172.12.9.254 (Cfged) + Active router is local + Standby router is 172.12.9.253 , priority 200 expires in 2.873000 sec(s) + Authentication MD5, key-string "hq-hsrp" + Virtual mac address is 0000.0c9f.fdb6 (Default MAC) + 2 state changes, last state change 1y0w + IP redundancy name is hsrp-Vlan210-210 (default) + +Vlan211 - Group 211 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.695000 sec(s) + Virtual IP address is 172.12.10.62 (Cfged) + Active router is local + Standby router is 172.12.10.61 , priority 200 expires in 2.873000 sec(s) + Authentication MD5, key-string "hq-hsrp" + Virtual mac address is 0000.0c9f.fdb7 (Default MAC) + 2 state changes, last state change 1y0w + IP redundancy name is hsrp-Vlan211-211 (default) + +Vlan220 - Group 220 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.484000 sec(s) + Virtual IP address is 172.13.12.254 (Cfged) + Active router is local + Standby router is 172.13.12.253 , priority 200 expires in 2.281000 sec(s) + Authentication MD5, key-string "hq-hsrp" + Virtual mac address is 0000.0c9f.fe24 (Default MAC) + 2 state changes, last state change 1y0w + IP redundancy name is hsrp-Vlan220-220 (default) + +Vlan221 - Group 221 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.614000 sec(s) + Virtual IP address is 172.13.13.30 (Cfged) + Active router is local + Standby router is 172.13.13.29 , priority 200 expires in 2.281000 sec(s) + Authentication MD5, key-string "hq-hsrp" + Virtual mac address is 0000.0c9f.fe25 (Default MAC) + 2 state changes, last state change 1y0w + IP redundancy name is hsrp-Vlan221-221 (default) + +Vlan300 - Group 300 (HSRP-V2) (IPv4) + Local state is Active, priority 250 (Cfged 250), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 250 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.448000 sec(s) + Virtual IP address is 172.16.0.254 (Cfged) + Active router is local + Standby router is 172.16.0.253 , priority 200 expires in 2.551000 sec(s) + Authentication MD5, key-string "dr-hsrp" + Virtual mac address is 0000.0c9f.fed8 (Default MAC) + 14 state changes, last state change 1y2w + IP redundancy name is hsrp-Vlan300-300 (default) + +Vlan416 - Group 416 (HSRP-V2) (IPv4) + Local state is Standby, priority 130 (Cfged 130), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 130 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.231000 sec(s) + Virtual IP address is 172.17.1.1 (Cfged) + Active router is 172.17.1.2, priority 150 expires in 0.661000 sec(s) + Standby router is local + Authentication MD5, key-string "core-hsrp" + Virtual mac address is 0000.0c9f.ff4c (Default MAC) + 105 state changes, last state change 21w5d + IP redundancy name is hsrp-Vlan416-416 (default) + +Vlan417 - Group 417 (HSRP-V2) (IPv4) + Local state is Standby, priority 130 (Cfged 130), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 130 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.610000 sec(s) + Virtual IP address is 172.17.1.17 (Cfged) + Active router is 172.17.1.18, priority 150 expires in 1.531000 sec(s) + Standby router is local + Authentication MD5, key-string "core-hsrp" + Virtual mac address is 0000.0c9f.ff4d (Default MAC) + 418 state changes, last state change 21w5d + IP redundancy name is hsrp-Vlan417-417 (default) + +Vlan418 - Group 418 (HSRP-V2) (IPv4) + Local state is Standby, priority 130 (Cfged 130), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 130 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.422000 sec(s) + Virtual IP address is 172.17.1.33 (Cfged) + Active router is 172.17.1.2, priority 150 expires in 0.081000 sec(s) + Standby router is local + Authentication MD5, key-string "core-hsrp" + Virtual mac address is 0000.0c9f.ff4e (Default MAC) + 102 state changes, last state change 21w5d + IP redundancy name is hsrp-Vlan418-418 (default) + +Vlan419 - Group 419 (HSRP-V2) (IPv4) + Local state is Standby, priority 130 (Cfged 130), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 130 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.886000 sec(s) + Virtual IP address is 172.17.1.49 (Cfged) + Active router is 172.17.1.50, priority 150 expires in 2.281000 sec(s) + Standby router is local + Authentication MD5, key-string "core-hsrp" + Virtual mac address is 0000.0c9f.ff4f (Default MAC) + 448 state changes, last state change 21w5d + IP redundancy name is hsrp-Vlan419-419 (default) + +Vlan420 - Group 420 (HSRP-V2) (IPv4) + Local state is Standby, priority 130 (Cfged 130), may preempt + Forwarding threshold(for vPC), lower: 1 upper: 130 + Preemption Delay (Seconds) Reload:120 Minimum:60 Sync:60 + Hellotime 1 sec, holdtime 3 sec + Next hello sent in 0.301000 sec(s) + Virtual IP address is 172.17.1.65 (Cfged) + Active router is 172.17.1.66, priority 150 expires in 0.081000 sec(s) + Standby router is local + Authentication MD5, key-string "core-hsrp" + Virtual mac address is 0000.0c9f.ff50 (Default MAC) + 103 state changes, last state change 21w5d + IP redundancy name is hsrp-Vlan420-420 (default) diff --git a/tests/cisco_nxos/show_hsrp_all/cisco_nxos_show_hsrp_all.yml b/tests/cisco_nxos/show_hsrp_all/cisco_nxos_show_hsrp_all.yml new file mode 100644 index 0000000000..843ad3d81f --- /dev/null +++ b/tests/cisco_nxos/show_hsrp_all/cisco_nxos_show_hsrp_all.yml @@ -0,0 +1,353 @@ +--- +parsed_sample: + - interface: "Vlan100" + version: "2" + group_number: "100" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "3" + timers_hold_sec: "10" + primary_ipv4_address: "192.168.100.1" + secondary_ipv4_address: "192.168.100.193" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "10.174000" + standby_ip_address: "192.168.100.69" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.f384" + virtual_mac_address_status: "Default MAC" + num_state_changes: "2" + last_state_change: "1y27w" + session_name: "hsrp-Vlan100-100" + - interface: "Vlan200" + version: "2" + group_number: "200" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.11.4.254" + secondary_ipv4_address: "" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "2.551000" + standby_ip_address: "172.11.4.253" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.fd48" + virtual_mac_address_status: "Default MAC" + num_state_changes: "2" + last_state_change: "1y0w" + session_name: "hsrp-Vlan200-200" + - interface: "Vlan201" + version: "2" + group_number: "201" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.11.5.30" + secondary_ipv4_address: "" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "2.551000" + standby_ip_address: "172.11.5.29" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.fd49" + virtual_mac_address_status: "Default MAC" + num_state_changes: "2" + last_state_change: "1y0w" + session_name: "hsrp-Vlan201-201" + - interface: "Vlan210" + version: "2" + group_number: "210" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.12.9.254" + secondary_ipv4_address: "" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "2.873000" + standby_ip_address: "172.12.9.253" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.fdb6" + virtual_mac_address_status: "Default MAC" + num_state_changes: "2" + last_state_change: "1y0w" + session_name: "hsrp-Vlan210-210" + - interface: "Vlan211" + version: "2" + group_number: "211" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.12.10.62" + secondary_ipv4_address: "" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "2.873000" + standby_ip_address: "172.12.10.61" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.fdb7" + virtual_mac_address_status: "Default MAC" + num_state_changes: "2" + last_state_change: "1y0w" + session_name: "hsrp-Vlan211-211" + - interface: "Vlan220" + version: "2" + group_number: "220" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.13.12.254" + secondary_ipv4_address: "" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "2.281000" + standby_ip_address: "172.13.12.253" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.fe24" + virtual_mac_address_status: "Default MAC" + num_state_changes: "2" + last_state_change: "1y0w" + session_name: "hsrp-Vlan220-220" + - interface: "Vlan221" + version: "2" + group_number: "221" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.13.13.30" + secondary_ipv4_address: "" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "2.281000" + standby_ip_address: "172.13.13.29" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.fe25" + virtual_mac_address_status: "Default MAC" + num_state_changes: "2" + last_state_change: "1y0w" + session_name: "hsrp-Vlan221-221" + - interface: "Vlan300" + version: "2" + group_number: "300" + priority: "250" + hsrp_router_state: "Active" + configured_priority: "250" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "250" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.16.0.254" + secondary_ipv4_address: "" + active_router: "local" + active_expire: "" + active_ip_address: "" + active_priority: "" + standby_router: "" + standby_expire: "2.551000" + standby_ip_address: "172.16.0.253" + standby_priority: "200" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.fed8" + virtual_mac_address_status: "Default MAC" + num_state_changes: "14" + last_state_change: "1y2w" + session_name: "hsrp-Vlan300-300" + - interface: "Vlan416" + version: "2" + group_number: "416" + priority: "130" + hsrp_router_state: "Standby" + configured_priority: "130" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "130" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.17.1.1" + secondary_ipv4_address: "" + active_router: "" + active_expire: "0.661000" + active_ip_address: "172.17.1.2" + active_priority: "150" + standby_router: "local" + standby_expire: "" + standby_ip_address: "" + standby_priority: "" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.ff4c" + virtual_mac_address_status: "Default MAC" + num_state_changes: "105" + last_state_change: "21w5d" + session_name: "hsrp-Vlan416-416" + - interface: "Vlan417" + version: "2" + group_number: "417" + priority: "130" + hsrp_router_state: "Standby" + configured_priority: "130" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "130" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.17.1.17" + secondary_ipv4_address: "" + active_router: "" + active_expire: "1.531000" + active_ip_address: "172.17.1.18" + active_priority: "150" + standby_router: "local" + standby_expire: "" + standby_ip_address: "" + standby_priority: "" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.ff4d" + virtual_mac_address_status: "Default MAC" + num_state_changes: "418" + last_state_change: "21w5d" + session_name: "hsrp-Vlan417-417" + - interface: "Vlan418" + version: "2" + group_number: "418" + priority: "130" + hsrp_router_state: "Standby" + configured_priority: "130" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "130" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.17.1.33" + secondary_ipv4_address: "" + active_router: "" + active_expire: "0.081000" + active_ip_address: "172.17.1.2" + active_priority: "150" + standby_router: "local" + standby_expire: "" + standby_ip_address: "" + standby_priority: "" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.ff4e" + virtual_mac_address_status: "Default MAC" + num_state_changes: "102" + last_state_change: "21w5d" + session_name: "hsrp-Vlan418-418" + - interface: "Vlan419" + version: "2" + group_number: "419" + priority: "130" + hsrp_router_state: "Standby" + configured_priority: "130" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "130" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.17.1.49" + secondary_ipv4_address: "" + active_router: "" + active_expire: "2.281000" + active_ip_address: "172.17.1.50" + active_priority: "150" + standby_router: "local" + standby_expire: "" + standby_ip_address: "" + standby_priority: "" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.ff4f" + virtual_mac_address_status: "Default MAC" + num_state_changes: "448" + last_state_change: "21w5d" + session_name: "hsrp-Vlan419-419" + - interface: "Vlan420" + version: "2" + group_number: "420" + priority: "130" + hsrp_router_state: "Standby" + configured_priority: "130" + preempt: "may preempt" + lower_fwd_treshold: "1" + upper_fwd_treshold: "130" + timers_hello_sec: "1" + timers_hold_sec: "3" + primary_ipv4_address: "172.17.1.65" + secondary_ipv4_address: "" + active_router: "" + active_expire: "0.081000" + active_ip_address: "172.17.1.66" + active_priority: "150" + standby_router: "local" + standby_expire: "" + standby_ip_address: "" + standby_priority: "" + authentication: "MD5" + virtual_mac_address: "0000.0c9f.ff50" + virtual_mac_address_status: "Default MAC" + num_state_changes: "103" + last_state_change: "21w5d" + session_name: "hsrp-Vlan420-420"