Skip to content

Commit

Permalink
cisco_nxos add f-path vlan type (networktocode#937)
Browse files Browse the repository at this point in the history
* Fix missing vlan type in command output
  • Loading branch information
JargeZ authored and cppmonkey committed Oct 25, 2023
1 parent e8850a1 commit e4c221d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Value PORT (\S+)
Value NAME (.*?)
Value STATUS (\S+)
Value VLAN (\d+|routed|trunk|--)
Value VLAN (\d+|routed|trunk|f-path|--)
Value DUPLEX (\S+)
Value SPEED (\S+)
Value TYPE (\S+(\s\S+)*)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Eth1/10 -- channelDo 1 full 10G Fabric Exte
Eth1/11 -- channelDo 1 full 10G Fabric Exte
Eth1/12 -- channelDo 1 full 10G Fabric Exte
Eth1/13 upk N2232PP-651-10 connected 1 full 10G Fabric Exte
Eth1/14 FP-port connected f-path full 10G 10Gbase-SR
Eth1/39 "FEX151" connected 1 full 10G Fabric Extender Transceiver
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ parsed_sample:
duplex: "full"
speed: "10G"
type: "Fabric Exte"
- port: "Eth1/14"
name: "FP-port"
status: "connected"
vlan: "f-path"
duplex: "full"
speed: "10G"
type: "10Gbase-SR"
- port: "Eth1/39"
name: "\"FEX151\""
status: "connected"
Expand Down

0 comments on commit e4c221d

Please sign in to comment.