Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alcatel aos show linkagg port #1937

Merged
Merged
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 @@ -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