Egy nagyon hasznos parancsot találtam itt.
Eddig a show run | in parancsot használtam, ha a running-config-ból szerettem volna információt szűrni. Most jöttem rá, hogy lehet section-re is szűrni, és ez nagyban megkönnyítheti az életünket. Pl:
Let’s see only the BGP process from the running-configuation:
r1#show run | sec bgp
router bgp 12
no synchronization
bgp log-neighbor-changes
network 137.1.200.0 mask 255.255.255.0
neighbor 137.1.200.2 remote-as 12
no auto-summary
r1#
r1#sh run | sec rip
description -> VLAN11 137.1.1.0/24
description ->r2 FR dlci 102
router rip
network 137.1.0.0
no auto-summary
r1#
Popularity: 7% [?]
Related posts:

























None
Leave a reply