NOS Router Training

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:23 AM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

40 Terms

1
New cards

sets timer to roll back in 10 minutes, does not affect traffic

config terminal revert timer 10

2
New cards

confirms implemented changes when using revert timer

config confirm

3
New cards

reboots the router in 10 minutes, disrupts traffic

reload in 10

4
New cards

shows the FIB table

show ip cef

5
New cards

uses FIB and LIB tables to decide where to send MPLS packets

show mpls forwarding table

6
New cards

lists VRF’s with associated RDs and interfaces, the global routing table will not be listed in this output

show vrf

7
New cards

shows route table of a specified VRF

show ip route vrf <vrf>

8
New cards

shows all route tables (global and VRFs)

show ip route vrf *

9
New cards

shows all configuration of specified VRF

show run | sec vrf <vrf>

10
New cards

specifies local router’s AS

router bgp <as>

11
New cards

shows neighbors, AS, up/down, status, and number of prefixes learned

show ip bgp all summary

12
New cards

shows what local router is sending to remote router

show ip bgp all neighbor <ip> advertised

13
New cards

shows what local router is learning from a remote router- routes that can be put into route table, after it has been filtered by an inbound prefix-list on the local router

show ip bgp all neighbor <ip> route

14
New cards

shows all routes the remote router is sending, before it has been filtered by an inbound prefix-list on the local router

show ip bgp all neigh <ip> received-route

15
New cards

displays information about all VPN Network Layer Reachability Information (NLRI)

sh ip bgp vpnv4 all <subnet>

16
New cards

displays the VPN NLRI for a VPN Routing/Forwarding instance

show ip bgp vpnv4 vrf <name> <subnet>

17
New cards

changes TTL in BGP packets

ebgp multi-hop <#>

18
New cards

configured on the RR to define clients

neighbor <ip> route-reflector-client

19
New cards

define the list name with the value

ip community-list standard <name> permit <value>

20
New cards

shows all configured community lists

show ip community-list

21
New cards

SIPRNet C2 gateway

sh ip route vrf  AFNET 0.0.0.0

22
New cards

Any VRFs

sh ip route vrf * 0.0.0.0

23
New cards

NIPRNet route reflectors and gateway if not  JRSS migrated

sh ip route vrf AFNET 0.0.0.0

24
New cards

how to ping a vrf 1000 times, with a size of 1500 and not allowed to fragment

ping vrf <vrfname> <destip> source <sourceint> repeat 1000 size 1500 df

25
New cards

shows router ARP table, IP to MAC resolution

show arp vrf <vrf>

26
New cards

shows the CEF entries for a specific VRF

show ip cef vrf <vrf>

27
New cards

shows traffic

show flow mon AFNET_FLOW cache format table

28
New cards

shows summary of SLA

show ip sla summary

29
New cards

shows detailed information of SLA

show ip sla statistics

30
New cards

shows history of events

show event manager history events

31
New cards

shows EEM configuration

show run | se event

32
New cards

shows configuration of tracked object

show track <#>

33
New cards

On SIPR a route will show that it is learned from a private address in the 10.100.x.x range.  How would you find the corresponding public IP

show run | in 10.100.x.x

34
New cards

shows items in object group

show object-group name <name>

35
New cards

shows all or specified route map

show route-map <name>

36
New cards

shows all route maps configured on neighbor

show run | in <ip>

37
New cards

shows all configuration of a specific route map

show run | sec <name>

38
New cards

shows CoPP configuration

sh run | se CoPP

39
New cards

shows if a service policy is applied

sh run | se control-plane

40
New cards

causes BGP to evaluate prefix-list and route map changes without tearing down the BGP neighbors.

clear ip bgp * soft