search
HomeOperation and MaintenanceSafetyHow to implement MPLS and LDP label distribution

Experimental requirements:

1. Purpose-based LDP session

2. Control label notification through LDP

3. MPLS LDP inbound Tag bundle filtering

Topology environment description:

How to implement MPLS and LDP label distribution

1. All interconnection IPs are as shown in the figure

2. The Loopback0 port address of all devices is X.X. #4. All devices run in the MPLS domain

Basic implementation:

1)OSPF protocol implementation2)MPLS basic implementation

Implementation command:

Globally:

mpls label range 100 199

mpls label protocol ldp

mpls ldp router-id Loopback0 force

Under the interface:

mpls ip

Implementation result:

show mpls ldp neighbor

show mpls ldp bindings

show mpls forwarding-table

Experimental requirement implementation:

1. Implementation method: Configure purpose-based LDP neighbor relationship on R2, configure only receive on R4 A purpose-based LDP session initiated by a specific LDP router, R2. Command implementation:

Configuration on R2:

mplsldp neighbor 4.4.4.4 targeted ldp

Configuration on R4:

mplsldp discovery targeted-hello accept from accpet-ldp

ipaccess-list standard accpet-ldp

permit2.2.2.2

Implementation result:

show mpls ldp neighbor 4.4.4.4 detail

2. Implementation command:

How to implement MPLS and LDP label distributionR3 configuration:

nompls ldp advertise-labels [If If this command is not configured, R3 will still advertise the labels of all prefixes through LDP]

mpls ldp advertise-labels for 1 to 2

access-list1 permit 1.1.1.1

access-list1 permit 2.2.2.2

access-list1 deny any

access-list2 permit 4.4.4.4

access-list2 deny any

Check results Command:

Configuration on R3:

show mpls ldp bindings advertisement-acls

Configuration on R4:

show mpls ldp bindings 3.3.3.3 detail

Implementation results:

How to implement MPLS and LDP label distribution

How to implement MPLS and LDP label distribution##Extension: to other LDP peers Body advertises all bundles for all prefixes

Implementation command:How to implement MPLS and LDP label distribution

Configuration on R3:

mpls ldp advertise-labels for other-prefixes to other-ldp-peers

ip access-list standard other-ldp-peers

deny 4.4.4.4

permit any

ip access-list standard other-prefixes

permit any

3. Implementation command:

Configuration on R4: How to implement MPLS and LDP label distribution

mpls ldp neighbor 5.5.5.5 labels accept 1

access-list1 permit 5.5.5.5

access-list1 permit 2.2.2.2

access-list1 permit 3.3.3.3

access-list1 permit 1.1 .1.1

Achievement results:

The above is the detailed content of How to implement MPLS and LDP label distribution. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:亿速云. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),