CCNP ROUTE Skills Based Assessment Notes At my Cisco academy, you are allowed to bring notes/commands to the exam. These notes ensured I got a 100/100 in the SBA for CCNP ROUTE v6. TCL Script Example Router# tclsh
! Start the TCL shell
foreach var {
! Begin the foreach loop
X.X.X.X
! Array element
Y.Y.Y.Y
Z.Z.Z.Z
} {
ping $var }
! action against $var
Setting up an interface interface
when initialized
! Loopbacks will automatically go up
description ...
! Optional description for the interface
ip address
<subnet mask> including the subnet mask
! The address of the interface,
clock rate
! Clock rate in Kb/s
bandwidth
computation
! EIGRP needs bandwidth to do
no shutdown
! Open the interface
! Set an IPV6 address
ivp6 rip
enable
! Enable RIPv1 via IPV6
ipv6 address
tunnel source
tunnel destination
! The tunnel destination IP
tunnel mode ipv6ip
! Allow IPV6 through the Tunnel
! The tunnel source interface
Routing Gateway of Last Resort ip route 0.0.0.0 0.0.0.0
! The the quad zero exit interface
Floating Static Routes ip route
<subnet> <destination ip> ip route
<subnet> <destination ip> <priority> Create BGP Autonomous System (AS) router bgp
no synchronization
! Only announce if local convergence
neigbor
remote-‐as
neigbor
route-‐map
in
! Initialize the BGP AS
! Declare neighbor ! Set route-‐maps for neighbor
no auto-‐summary
! Disable summarization
network <summary>
! Announce a network
ip route
<subnet> null0
! Add the nullroute
clear ip bgp doesn't update)
! Refresh BGP (Use this if something
route-‐map
<no> set local-‐preference <no> Create EIGRP Autonomous System (AS) router eigrp
! Initialize the EIGRP AS
network
[wildcard] broadcast
ive-‐interface default EIGRP routing updates
! Set all interfaces to suppress ALL
neighbor
manually setup neigbor
! Add the networks to be
! If ive interface is set,
no ive-‐interface
interface
! Re-‐enable the routing updates on this
no auto-‐summary
! Disable summarization
interface
interval
! Enter the interface to set Hello
ip hello-‐interval eigrp
<sec> each end
! Hello interval, must be the same in
! MD5 on EIGRP
key chain
config mode
key 1
! First key
key-‐string
! Keystring
! Create a new keychain in
interface
ip authentication mode eigrp
md5
! Setup MD5 for link
ip authentication key-‐chain eigrp
Create OSPF interface
! Select the interface for Point to Point
ip ospf network point-‐to-‐point
! Setup OSPF point-‐to-‐point
router ospf
! Initialize the OSPF AS
router-‐id
creating networks)
! Set the Router-‐ID (Do this before
area <no> range <start-‐ip> <end-‐ip>
network
[wildcard] area <no> broadcast
! Optionally setup the Area ! Add the networks to
ive-‐interface default no ive-‐interface
redistribute
<no> subnets metric <no> distribute-‐list
default-‐information originate always interface
ip ospf network broadcast interface.
! Set OSPF to broadcast on the
ip ospf priority <priority>
! Set priority (force DR)
ip ospf network point-‐to-‐point broadcast correct mask
! Loopbacks must be point-‐to-‐point to
access-‐list <no> <deny|permit>
! to Deny, then Permit router ospf
area <no> stub
! STUB, on ABR
area <no> nssa
! NSSA, on ABR
area <no> stub no-‐summary
! Totally STUB, on ABR
area <no> nssa no-‐summary
! Totally NSSA, on ABR
router ospf
otherwise create virtual link
! All areas must connect to Backbone,
area
virtual-‐link <dest ip> X) -‐ also opposite direction
! Transit area (between 0 and
IPv6 Routing ipv6 unicast-‐routing
! Initialize routing for IPv6
ipv6 router rip <process>
! Initialize RIP for the process
interface
ipv6 rip <process> enable
! Enable process on interface
! Select interface