CCNP ROUTE Skills Based Assessment Notes - Cisco Notes [PDF]

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

2 downloads 21 Views 22KB Size

Recommend Stories


Risk Assessment Guidance Notes
We can't help everyone, but everyone can help someone. Ronald Reagan

notes notes
When you talk, you are only repeating what you already know. But if you listen, you may learn something

2 Star Assessment Notes
Kindness, like a boomerang, always returns. Unknown

[PDF] Download How to Master CCNP ROUTE
Ask yourself: Is there anything you are running away from? Next

[PDF] Download How to Master CCNP ROUTE
You're not going to master the rest of your life in one day. Just relax. Master the day. Than just keep

[PDF] CCNP ROUTE Lab Manual (2nd Edition)
Just as there is no loss of basic energy in the universe, so no thought or action is without its effects,

Teaching notes Technician notes
You often feel tired, not because you've done too much, but because you've done too little of what sparks

high notes high notes
Knock, And He'll open the door. Vanish, And He'll make you shine like the sun. Fall, And He'll raise

Equality Impact Assessment Guidance Notes
Almost everything will work again if you unplug it for a few minutes, including you. Anne Lamott

Notes
Be grateful for whoever comes, because each has been sent as a guide from beyond. Rumi

Idea Transcript


CCNP ROUTE Skills Based Assessment Notes (/notes/CCNP-ROUTE_SBA_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 foreach var { X.X.X.X Y.Y.Y.Y Z.Z.Z.Z } { ping $var }







! Start the TCL shell ! Begin the foreach loop ! Array element







! action against $var

interface description ... ip address clock rate bandwidth no shutdown



! Loopbacks will automatically go up when initialized ! Optional description for the interface ! The address of the interface, including the subnet mask ! Clock rate in Kb/s ! EIGRP needs bandwidth to do computation ! Open the interface

ipv6 address ivp6 rip enable





! Set an IPV6 address ! Enable RIPv1 via IPV6

tunnel source tunnel destination tunnel mode ipv6ip





! The tunnel source interface ! The tunnel destination IP ! Allow IPV6 through the Tunnel

ip route 0.0.0.0 0.0.0.0



! The the quad zero exit interface

Setting up an interface

Routing Gateway of Last Resort

Floating Static Routes ip route ip route

Create BGP Autonomous System (AS) router bgp no synchronization neigbor remote-as neigbor route-map in no auto-summary network ip route null0 clear ip bgp

! Initialize the BGP AS ! Only announce if local convergence ! Declare neighbor ! Set route-maps for neighbor ! Disable summarization ! Announce a network ! Add the nullroute ! Refresh BGP (Use this if something doesn't update)

route-map set local-preference

Create EIGRP Autonomous System (AS) router eigrp network [wildcard] passive-interface default neighbor no passive-interface no auto-summary interface ip hello-interval eigrp key chain key 1 key-string



! Initialize the EIGRP AS ! Add the networks to be broadcast ! Set all interfaces to suppress ALL EIGRP routing updates ! If passive interface is set, manually setup neigbor ! Re-enable the routing updates on this interface ! Disable summarization ! Enter the interface to set Hello interval ! Hello interval, must be the same in each end ! MD5 on EIGRP ! Create a new keychain in config mode ! First key ! Keystring

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 ! Set the Router-ID (Do this before creating networks) area range ! Optionally setup the Area network [wildcard] area ! Add the networks to broadcast passive-interface default no passive-interface redistribute subnets metric distribute-list default-information originate always interface ip ospf network broadcast ! Set OSPF to broadcast on the interface. ip ospf priority ! Set priority (force DR) ip ospf network point-to-point ! Loopbacks must be point-to-point to broadcast correct mask access-list ! Remember to Deny, then Permit router ospf area stub ! STUB, on ABR area nssa ! NSSA, on ABR area stub no-summary ! Totally STUB, on ABR area nssa no-summary ! Totally NSSA, on ABR router ospf ! All areas must connect to Backbone, otherwise create virtual link area virtual-link ! Transit area (between 0 and X) - also opposite direction

IPv6 Routing ipv6 unicast-routing ipv6 router rip interface ipv6 rip enable





! Initialize routing for IPv6 ! Initialize RIP for the process ! Select interface ! Enable process on interface

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.