|
62 | 62 | "redistribution": "show running-config section redistribute", |
63 | 63 | "route_maps": "show route-map", |
64 | 64 | "prefix_lists": "show ip prefix-list", |
65 | | - "policy_based_routing": "show ip policy", |
| 65 | + "policy_based_routing": "show policy-map type pbr", |
66 | 66 | "access_lists": "show ip access-lists", |
67 | 67 | }, |
68 | 68 | "interfaces": { |
|
78 | 78 | "neighbors": {"default": "show ospf neighbor", "vrf": "show ospf neighbor instance {vrf}"}, |
79 | 79 | "database": {"default": "show ospf database", "vrf": "show ospf database instance {vrf}"}, |
80 | 80 | "borders": {"default": "show ospf route abr", "vrf": "show ospf route abr instance {vrf}"}, |
81 | | - "config": "show configuration protocols ospf", |
| 81 | + "config": {"default": "show ospf overview", "vrf": "show ospf overview instance {vrf}"}, |
82 | 82 | "interfaces": {"default": "show ospf interface", "vrf": "show ospf interface instance {vrf}"}, |
83 | 83 | "details": {"default": "show ospf overview", "vrf": "show ospf overview instance {vrf}"}, |
84 | 84 | }, |
85 | 85 | "bgp": { |
86 | 86 | "summary": {"default": "show bgp summary", "vrf": "show bgp summary instance {vrf}"}, |
87 | 87 | "table": {"default": "show route protocol bgp", "vrf": "show route protocol bgp table {vrf}.inet.0"}, |
88 | | - "config": "show configuration protocols bgp", |
| 88 | + "config": {"default": "show bgp summary", "vrf": "show bgp summary instance {vrf}"}, |
89 | 89 | "neighbors": {"default": "show bgp neighbor", "vrf": "show bgp neighbor instance {vrf}"}, |
90 | 90 | }, |
91 | 91 | "routing_table": { |
92 | 92 | "ip_route": {"default": "show route", "vrf": "show route table {vrf}.inet.0"}, |
93 | 93 | }, |
94 | 94 | "routing_policies": { |
95 | 95 | "redistribution": "show configuration policy-options", |
96 | | - "route_maps": "show configuration policy-options policy-statement", |
97 | | - "prefix_lists": "show configuration policy-options prefix-list", |
| 96 | + "route_maps": "show configuration policy-options", |
| 97 | + "prefix_lists": "show configuration policy-options", |
98 | 98 | "policy_based_routing": "show configuration routing-options", |
99 | 99 | "access_lists": "show configuration firewall", |
100 | 100 | }, |
|
110 | 110 | "aos": { |
111 | 111 | "ospf": { |
112 | 112 | "neighbors": {"default": "show ip ospf neighbors", "vrf": "show ip ospf neighbors vrf {vrf}"}, |
113 | | - "database": {"default": "show ip ospf database", "vrf": "show ip ospf database vrf {vrf}"}, |
| 113 | + "database": {"default": "show ip ospf lsdb", "vrf": "show ip ospf lsdb vrf {vrf}"}, |
114 | 114 | "borders": {"default": "show ip ospf border-routers", "vrf": "show ip ospf border-routers vrf {vrf}"}, |
115 | | - "config": "show running-config", |
| 115 | + "config": {"default": "show ip ospf", "vrf": "show ip ospf vrf {vrf}"}, |
116 | 116 | "interfaces": {"default": "show ip ospf interface", "vrf": "show ip ospf interface vrf {vrf}"}, |
117 | 117 | "details": {"default": "show ip ospf", "vrf": "show ip ospf vrf {vrf}"}, |
118 | 118 | }, |
119 | 119 | "bgp": { |
120 | 120 | "summary": {"default": "show bgp ipv4 unicast summary", "vrf": "show bgp vrf {vrf} ipv4 unicast summary"}, |
121 | 121 | "table": {"default": "show bgp ipv4 unicast", "vrf": "show bgp vrf {vrf} ipv4 unicast"}, |
122 | | - "config": "show running-config", |
| 122 | + "config": {"default": "show bgp ipv4 unicast", "vrf": "show bgp vrf {vrf} ipv4 unicast"}, |
123 | 123 | "neighbors": {"default": "show bgp ipv4 unicast neighbors", "vrf": "show bgp vrf {vrf} ipv4 unicast neighbors"}, |
124 | 124 | }, |
125 | 125 | "routing_table": { |
|
129 | 129 | "redistribution": "show running-config", |
130 | 130 | "route_maps": "show route-map", |
131 | 131 | "prefix_lists": "show ip prefix-list", |
132 | | - "policy_based_routing": "show running-config", |
133 | | - "access_lists": "show running-config", |
| 132 | + "policy_based_routing": "show pbr summary", |
| 133 | + "access_lists": "show access-list", |
134 | 134 | }, |
135 | 135 | "interfaces": { |
136 | 136 | "interface_status": "show interface brief", |
|
0 commit comments