diff --git a/ntc_templates/templates/alcatel_sros_show_port_description.textfsm b/ntc_templates/templates/alcatel_sros_show_port_description.textfsm index 130c972186..3c6446ed73 100644 --- a/ntc_templates/templates/alcatel_sros_show_port_description.textfsm +++ b/ntc_templates/templates/alcatel_sros_show_port_description.textfsm @@ -4,7 +4,7 @@ Value DESCRIPTION (.+) Start ^=+\s*$$ ^\s*$$ - ^Port\s+Descriptions\s+on\s+Slot\s+\S+\s*$$ + ^Port\s+Descriptions\s+on\s\S+\s+\S+\s*$$ ^Port\s+Id\s+Description\s*$$ ^${PORT_ID}\s+${DESCRIPTION}\s*$$ -> Record ^-+\s*$$ diff --git a/tests/alcatel_sros/show_port_description/show_port_description.raw b/tests/alcatel_sros/show_port_description/show_port_description.raw index 82af15439a..7fc433841e 100644 --- a/tests/alcatel_sros/show_port_description/show_port_description.raw +++ b/tests/alcatel_sros/show_port_description/show_port_description.raw @@ -33,3 +33,12 @@ Port Id Description ------------------------------------------------------------------------------- A/1 10/100 Ethernet TX =============================================================================== + +=============================================================================== +Port Descriptions on Satellite esat-3 +=============================================================================== +Port Id Description +------------------------------------------------------------------------------- +esat-3/1/21 TNET_RAN_TEST9999 +=============================================================================== + diff --git a/tests/alcatel_sros/show_port_description/show_port_description.yml b/tests/alcatel_sros/show_port_description/show_port_description.yml index e3445f2350..88888d3f9b 100644 --- a/tests/alcatel_sros/show_port_description/show_port_description.yml +++ b/tests/alcatel_sros/show_port_description/show_port_description.yml @@ -46,3 +46,5 @@ parsed_sample: port_id: "1/5/2" - description: "10/100 Ethernet TX" port_id: "A/1" + - description: "TNET_RAN_TEST9999" + port_id: "esat-3/1/21"