How To: Simulate LDP protocol Adjacency and send MPLS Label Routes to any Router using RT-Bricks

Published: 10 October 2024
on channel: Network Tips and Topics - Plexinor
19
1

"Want more expert insights and updates? Follow us on LinkedIn and explore our company page to connect with us directly. Don’t miss out - click the link and join the conversation!"

Follow us on LinkedIn:   / plexinor  
Company Website: https://www.plexinor.com


reference:

https://rtbrick.github.io/bngblaster/...

root@rtbrick:/home/lab#
root@rtbrick:/home/lab# cat LDP
{
"interfaces": {
"network": [
{
"interface": "ens20",
"address": "200.200.200.3/24",
"ldp-instance-id": 1,
"gateway": "200.200.200.1"
}
]
},
"ldp": [
{
"instance-id": 1,
"lsr-id": "200.200.200.3",
"raw-update-file": "LDPA1"
}
],
"streams": [
{
"name": "118.188.188.120",
"direction": "downstream",
"pps": 1000.0,
"type": "ipv4",
"source-port": 999,
"destination-port": 888,
"length": 1000,
"destination-ipv4-address": "118.188.188.120"
}
]
}

root@rtbrick:/home/lab# cat LC
**** Command to create ldp database

ldpupdate -h
ldpupdate -l 200.200.200.3 -p 118.188.188.118/32 -P 5 -m 1000 -M 100 -f LDPA1
**** Command to run LDP session from RT Bricks

bngblaster -C LDP -S run.sock -I


**** Command to check LDP status

sudo bngblaster-cli run.sock ldp-adjacencies
sudo bngblaster-cli run.sock ldp-sessions

*** Command to check streams summary
bngblaster-cli run.sock stream-summary


Watch video How To: Simulate LDP protocol Adjacency and send MPLS Label Routes to any Router using RT-Bricks online without registration, duration hours minute second in high quality. This video was added by user Network Tips and Topics - Plexinor 10 October 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 19 once and liked it 1 people.