Skip to content

Commit

Permalink
Alcatel aos show linkagg port (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmonkey19 authored Dec 16, 2024
1 parent 251bf41 commit d5dea0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Value INTERFACE (\S+)
Value AGGREGATE_TYPE (\S+)
Value SNMP_ID (\d+)
Value STATUS (\S+)
Value AGGREGATE (\d+)
Value AGGREGATE (\S+)
Value OPERATIONAL_STATUS (\S+)
Value LINK_STATUS (\S+)
Value PRIMARY (\S+)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Chassis/Slot/Port Aggregate SNMP Id Status Agg Oper Link Prim
-------------------+----------+--------+----------+----+-----+-----+----
1/1/20 Dynamic 1000 ATTACHED 2 UP UP NO
1/1/16 Dynamic 1002 CONFIGURED NONE DOWN DOWN UNK
1/1/21 Dynamic 1001 ATTACHED 2 UP UP YES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ parsed_sample:
primary: "NO"
snmp_id: "1000"
status: "ATTACHED"
- aggregate: "NONE"
aggregate_type: "Dynamic"
interface: "1/1/16"
link_status: "DOWN"
operational_status: "DOWN"
primary: "UNK"
snmp_id: "1002"
status: "CONFIGURED"
- aggregate: "2"
aggregate_type: "Dynamic"
interface: "1/1/21"
Expand Down

0 comments on commit d5dea0f

Please sign in to comment.