Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Exercise 1 Deploy Dallas Branch Router


Step 1Configure Branch Router in Conductor




Step 2Create QuickStart File


Step 3Put QuickStart File on Branch 2 Router


Step 4Verify Connectivity




Exercise 2Routing With BGP


Step 1View Internet Router


Step 2Connect BGP Peers



Step 3Advertise BGP Routes



Step 4Redistribute Services into BGP


Step 5View Internet Router



show bgp summary

show ip route bgp

show bgp routes
internet-router# show bgp summary 

IPv4 Unicast Summary:
BGP router identifier 192.168.7.101, local AS number 6000 vrf-id 0
BGP table version 6
RIB entries 11, using 1672 bytes of memory
Peers 3, using 62 KiB of memory

Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd
1.1.1.128       4        100      24      24        0    0    0 00:09:12            0
2.2.2.128       4        200      21      21        0    0    0 00:07:58            0
3.3.3.128       4        300      30      30        0    0    0 00:12:20            3

Total number of neighbors 3
internet-router# show ip route bgp 
Codes: K - kernel route, C - connected, S - static, R - RIP,
       O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
       T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP,
       F - PBR,
       > - selected route, * - FIB route

B>* 128.128.128.1/32 [20/1000000] via 3.3.3.128, dc, 00:04:27
B>* 128.128.128.128/32 [20/1000000] via 3.3.3.128, dc, 00:04:27
B>* 172.26.128.0/30 [20/0] via 3.3.3.128, dc, 00:05:49
internet-router# 
Exercise 3Routing Filters and Policies


Step 1Add AS Path


Step 2Add Community String


Step 3Reject Community String
Exercise 4BGP Over SVR


Step 1Configure Routing Interface


Step 2Change Router Instance to Routing Interface


Step 3Add BGP Over SVR Peers


Step 4Add BGP Over SVR Peers


Step 5Verify BGP Over SVR


  • No labels