Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Value Required INTERFACE_NAME (\S+)
Value Required INTERFACE_NAME (\S.+\S)
Value Required ADMIN_STATE (Up|Down)
Value Required OPER_STATE_V4 (Up|Down)
Value Required OPER_STATE_V6 (Up|Down)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
==============================================================================
Interface Table
==============================================================================
Interface-Name Adm Opr(v4/v6) Type Port/SapId
IP-Address PfxState
------------------------------------------------------------------------------
Gigaesat-1/1/4:1502.18 Up Up/Up VPRN esat-1/1/4:15*
10.28.76.185/30 n/a
fe80:a8:2:280::2245/126 PREFERRED
fe80::fa:77ad:f065:b928/64 PREFERRED
loopback10 Up Up/Down VPRN loopback
10.218.0.41/32 n/a
Loopback 10 loop 2 Up Down/Down VPRN loopback
- -
loopback why are you like this? Up Up/Down VPRN loopback
10.218.128.43/32 n/a
------------------------------------------------------------------------------
Interfaces : 4
==============================================================================
* indicates that the corresponding row element may have been truncated.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
parsed_sample:
- admin_state: "Up"
interface_name: "Gigaesat-1/1/4:1502.18"
ip_address:
- "10.28.76.185/30"
- "fe80:a8:2:280::2245/126"
- "fe80::fa:77ad:f065:b928/64"
oper_state_v4: "Up"
oper_state_v6: "Up"
pfx_state:
- "n/a"
- "PREFERRED"
- "PREFERRED"
port_sap_id: "esat-1/1/4:15*"
type: "VPRN"
- admin_state: "Up"
interface_name: "loopback10"
ip_address:
- "10.218.0.41/32"
oper_state_v4: "Up"
oper_state_v6: "Down"
pfx_state:
- "n/a"
port_sap_id: "loopback"
type: "VPRN"
- admin_state: "Up"
interface_name: "Loopback 10 loop 2"
ip_address:
- "-"
oper_state_v4: "Down"
oper_state_v6: "Down"
pfx_state:
- "-"
port_sap_id: "loopback"
type: "VPRN"
- admin_state: "Up"
interface_name: "loopback why are you like this?"
ip_address:
- "10.218.128.43/32"
oper_state_v4: "Up"
oper_state_v6: "Down"
pfx_state:
- "n/a"
port_sap_id: "loopback"
type: "VPRN"
Loading