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
Expand Up @@ -4,8 +4,10 @@ Value DESCRIPTION (.+)
Start
^=+\s*$$
^\s*$$
^Port\s+Descriptions\s+on\s\S+\s+\S+\s*$$
^Port\s+Descriptions\s+on\s\S+\s+\S+(\s*\S*\s*\S*)\s*$$
^Port\s+Id\s+Description\s*$$
^${PORT_ID}\s+${DESCRIPTION}\s*$$ -> Record
^${PORT_ID}$$
^\s+${DESCRIPTION}$$ -> Record
^-+\s*$$
^. -> Error
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

===============================================================================
Port Descriptions on Satellite esat-11
===============================================================================
Port Id Description
-------------------------------------------------------------------------------
esat-11/1/1 OC_YOOI_yQRJZCQUYJ-RY-65-OFL5
esat-11/1/4 YOOI-SL0566-65-lep0
esat-11/1/14 1-Gig/10-Gig Ethernet
esat-11/1/64 1-Gig/10-Gig Ethernet
esat-11/1/c65 QSFP28 Connector
esat-11/1/c65/u1
100-Gig Ethernet
esat-11/1/c66 QSFP28 Connector
esat-11/1/c66/u1
100-Gig Ethernet
===============================================================================

===============================================================================
Port Descriptions on Port Cross Connect 1
===============================================================================
Port Id Description
-------------------------------------------------------------------------------
pxc-1.a Port cross-connect
===============================================================================
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
parsed_sample:
- description: "OC_YOOI_yQRJZCQUYJ-RY-65-OFL5"
port_id: "esat-11/1/1"
- description: "YOOI-SL0566-65-lep0"
port_id: "esat-11/1/4"
- description: "1-Gig/10-Gig Ethernet "
port_id: "esat-11/1/14"
- description: "1-Gig/10-Gig Ethernet"
port_id: "esat-11/1/64"
- description: "QSFP28 Connector"
port_id: "esat-11/1/c65"
- description: "100-Gig Ethernet"
port_id: "esat-11/1/c65/u1"
- description: "QSFP28 Connector"
port_id: "esat-11/1/c66"
- description: "100-Gig Ethernet"
port_id: "esat-11/1/c66/u1"
- description: "Port cross-connect"
port_id: "pxc-1.a"
Loading