diff --git a/ntc_templates/templates/cisco_nxos_show_interface_status.textfsm b/ntc_templates/templates/cisco_nxos_show_interface_status.textfsm index 5d142c9b3c..a41c3d00a5 100644 --- a/ntc_templates/templates/cisco_nxos_show_interface_status.textfsm +++ b/ntc_templates/templates/cisco_nxos_show_interface_status.textfsm @@ -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+)*) diff --git a/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.raw b/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.raw index 05eeec8aa8..ce6efa1296 100644 --- a/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.raw +++ b/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.raw @@ -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 diff --git a/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.yml b/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.yml index abc118c072..79cd0b331a 100644 --- a/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.yml +++ b/tests/cisco_nxos/show_interface_status/cisco_nxos_show_interface_status3.yml @@ -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"