Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Professional Edition
-
None
Description
LINA instance of an FX-OS chassis (ftd mode) uses different port labels
Examples:
Adaptive Security Appliance 'outside' interface
Adaptive Security Appliance 'Ethernet1/13
Adaptive Security Appliance 'Port-Channel13' interface
for physical interfaces the ' interface is cut off (i guess a bug), hence the exclusion of ' in the match
Parsing:
$os = "cisco-firepower";
$config['os'][$os]['port_label'][] = '/Adaptive Security Appliance \'([^\']+)/i'; // Adaptive Security Appliance 'Port-Channel13' interface
tested & can confirm it works