CCIE Flashcards
Memorize CCIE RS Commands (379 cards)
conform-action [set-prec-transmit $int] [transmit]
exceed-action [set-dscp-transmit $int]
violate-action [drop]
Three actions can be done when configuring a QoS policer and also actions such as marking can be linked to eaech of these actions. Mention them.
Configures the switch to automatically recover from a err-disable condition due to a specific reason in the specified time.
err-disable recovery cause $cause
err-disable recovery interval $int
Sets logs or debugs timestamps with the desired specified time format.
service timestamps log/debug uptime/datetime [msec/year]
A route-map matches the originator of a received
prefix.
match ip route-source $ACL/%PrefList
Permit an IGMP enabled interface to permit mcast hosts to join ONLY permitted mcast groups or specific S,G (extended ACLs)
ip igmp access-group $ACL
Selectively manipulate imported or exported NLRIs in order to get installed (or not) into a certain RIB.
export map $RMAP / import map $RMAP
Configures OSPF security as SHA-256 (Highest security encryption)
area $int authentication key-chain $string
A BGP prefix received will be installed from the specified neighbor even if its own AS number is included in the AS_PATH of that prefix.
neighbor x.x.x.x allowas-in
Configures a RIP enabled interface to send or receive specific RIP version packets.
ip rip send/receive version 1/2
Defines AS numbers that are to be considered confederation peerings.
bgp confederation peers $AS1 $AS2 $ASn…
Configures a police rate percent based and burst value
police rate percent % burst $ms
Enables CDP globally or in the interface, and configured CDP timers.
cdp enable/run
cdp timer $int
cdp holdtime $int
Sets the router as an Auto-RP RP candidate for specified groups.
ip pim send-rp announce $if scope $int group-list $ACL
Causes OSPF to form an adjacency with the specified peer but NOT advertise any prefix to it.
neighbor x.x.x.x database-filter all out
Sets the file system that will be used by the router to get the files requested by its HTTP clients.
ip http path $fs
Configures NAT to be applied to traffic ingressing a specific VRF interface.
ip nat inside source list $ACL interface $if [vrf $IngressVRF] [overload]
BGP TCP keepalive interval and timeout configuration.
bgp timers $Keepalives $Hold-time
Configures a vrf ospf instance to set a specific domain id when its prefixes are redistributed into MP-BGP.
domain-id x.x.x.x
Sets the maximum number of active HTTP connections in this router.
ip http max-connections $int
Sets the AD for inter, intra or external OSPF prefixes.
distance ospf inter/intra/external $int
Prune the specified VLANs from the trunk port.
switchport trunk pruning vlan $int….
{BGP} Advertises a set of prefixes to a specific neighbor if a route or a set of routes exist or not exist.
neighbor x.x.x.x advertise-map $RMAP exist-map/non-exist-map $RMAP
Configures a NAT rule to translate a whole network as another network space as in 1-1 translation
ip nat inside source static network $inLocal $inGlobal /xy
Configures the router to authenticate HTTP connections with the local user database.
ip http authentication local