Cisco
| FileName | Command |
|---|---|
| startup-config | show startup-config |
| running-config | show running-config |
| access-list | show access-list |
| access-list-ipv6 | show ipv6 access-list |
| route | show route |
| route-ipv6 | show ipv6 route |
| checksum | show checksum |
| version | show version |
| names | show names |
| interface | show interface |
| ntp-status | show ntp status |
| failover-state-status | show failover status |
running-config is not strictly required if startup-config is available. If running-config is not found, then startup-config is used instead. If both files are absent, then normalization fails.
| FileName | Command |
|---|---|
| startup-config | show startup-config |
| running-config | show running-config |
| access-list | show access-list |
| access-list-ipv6 | show ipv6 access-list |
| route | show route |
| route-ipv6 | show ipv6 route |
| checksum | show checksum |
| version | show version |
| names | show names |
| interface | show interface |
| ntp-status | show ntp status |
| failover-state-status | show failover status |
running-config is not strictly required if startup-config is available. If running-config is not found, then startup-config is used instead. If both files are absent, then normalization fails.
| FileName | Command |
|---|---|
| startup-config | show startup-config |
| running-config |
show running-config view full show running-config |
| interface | show interface |
| access-list | show access-list |
| route | show ip route |
| version | show version |
If running-config is not found, then startup-config is used instead. If both files are absent, then normalization fails.
The file access-list is only required if access-lists are present in the policy.
| FileName | Command |
|---|---|
| running-config |
show running-config |
| startup-config | show configuration persistent |
| access-list | show access-list afi_all |
| bgp | show bgp |
| route | show route afi-all |
| vrf | show route vrf all |
| version | show version |
For vrf, we modify the output of the ‘show route vrf all’ command before saving the output; we replace all occurrences of “VRF:” by "Routing Table:"
running-config is not strictly required if startup-config is available. If running-config is not found, then startup-config is used instead. If both files are absent, then normalization fails.
| FileName | Command |
|---|---|
| running-config | show running-config | no-more |
| startup-config | show startup-config | no-more |
| access-list | show access-list | no-more |
| access-list-ipv6 | show ipv6 access-list | no-more |
| interface | show interface brief | no-more |
| interface-ipv6 | show ipv6 interface vrf all | no-more |
| vrf-route | show ip route vrf all| no-more |
| vrf-route-ipv6 | show ipv6 route vrf all | no-more |
running-config is not strictly required if startup-config is available. If running-config is not found, then startup-config is used instead. If both files are absent, then normalization fails.