arezazadeh / cisco_config_parser

This library is used for Network Automation involving Cisco Routers and Switch. It will parse Cisco IOS, IOS-XE, IOS-XR, and NXOS configuration file into objects and/or json format
7 stars 1 forks source link

Layer3 interface ip address parsing should be platform agnostic #14

Closed arezazadeh closed 1 month ago

arezazadeh commented 1 month ago

diffrentiate between 1.1.1.1 255.255.255.255 and 1.1.1.1/32

arezazadeh commented 1 month ago

Done