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#

IOS

Popularity: 7% [?]

Related posts:

  1. MPLS VPN Labor Sikerült leadnom végre az önlab doksit, és el is fogadták....
  2. BGP load-balancing serial linken Csináltam egy gyors tesztet a BGP működésével kapcsolatban. Két router...
  3. Szétesett Mysql M-M Replikáció #2 Újabb problémával találkoztam M-M témakörben. A hibaüzenet most ez: (show...
  4. GNS3/dynamips/dynagen: configuration maker Már egyszer írtam az itt található konfiguráció gyártó perl script-ről,...
  5. SLARP Ma egy új feature-t fedeztem fel az MPLS VPN konfigurálása...