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 5 Next »


• Configure and monitor OSPF with traffic engineering extensions.

Part 2: Logging in using the CLI
on student desktop

./lab1-setup.sh

(for cRPD enter the password: lab123 )

script
[lab@student-desktop ~]$ more ./lab1-setup.sh 
#!/bin/bash

echo "Loading lab 1 config on vmx-1"
ssh 172.25.11.1 "configure;load override /var/home/lab/msrn/lab1-start.config;co
mmit and-quit"
echo 
echo 
echo "*************************"
echo "Loading lab 1 config on vmx-2"
ssh 172.25.11.2 "configure;load override /var/home/lab/msrn/lab1-start.config;co
mmit and-quit"
echo 
echo 
echo "*************************"
echo "Loading lab 1 config on vmx-3"
ssh 172.25.11.3 "configure;load override /var/home/lab/msrn/lab1-start.config;co
mmit and-quit"
echo 
echo 
echo "*************************"
echo "Loading lab 1 config on vmx-4"
ssh 172.25.11.4 "configure;load override /var/home/lab/msrn/lab1-start.config;co
mmit and-quit"
echo 
echo 
echo "*************************"
echo "Loading lab 1 config on vmx-5"
ssh 172.25.11.5 "configure;load override /var/home/lab/msrn/lab1-start.config;co
mmit and-quit"
echo 
echo 
echo "*************************"
echo "Loading lab 1 config on vmx-6"
ssh 172.25.11.6 "configure;load override /var/home/lab/msrn/lab1-start.config;co
mmit and-quit"
echo 
echo 
echo "*************************"
echo "Loading lab 1 config on cRPD"
ssh -t 172.25.11.100 "sudo docker cp /home/lab/northstar/configs/ crpd:home/"
echo 
echo 
echo "*************************"
echo "Lab 1 setup complete"

[lab@student-desktop ~]$ 

ssh lab@vmx-3 Warning

• Enable admin groups on the network interfaces.Part 3: Enabling MPLS Forwarding, IGP Routing, and the Traffic Engineering Database (TED)

MPLS, RSVP and OSPF config
lab@vmx-1# show interfaces | display set 
set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24
set interfaces ge-0/0/1 unit 0 family inet address 172.22.101.1/24
set interfaces ge-0/0/1 unit 0 family mpls
set interfaces ge-0/0/2 unit 0 family inet address 172.22.102.1/24
set interfaces ge-0/0/2 unit 0 family mpls
set interfaces fxp0 unit 0 family inet address 172.25.11.1/24
set interfaces lo0 unit 0 family inet address 172.20.20.1/32

[edit]
lab@vmx-1# show protocols | display set 
set protocols mpls interface ge-0/0/1.0
set protocols mpls interface ge-0/0/2.0
set protocols ospf traffic-engineering
set protocols ospf area 0.0.0.0 interface ge-0/0/1.0 interface-type p2p
set protocols ospf area 0.0.0.0 interface ge-0/0/2.0 interface-type p2p
set protocols ospf area 0.0.0.0 interface lo0.0
set protocols rsvp interface all

• Configure and monitor MPLS and RSVP.

• Configure and monitor a RSVP LSP signaled for a specific bandwidth and admin group.


• Configure and monitor PCEP.


• Verify initial settings on the NorthStar Controller.










  • No labels