Configure MPLS access lists
MPLS access lists enable filtering of MPLS packets based on MPLS label and sending filtered packets to configured redirect interfaces.
Procedure
|
Step 1 |
Enter global configuration mode using the configure terminal command. Example:
|
|
Step 2 |
Enable parsing of MPLS packets using the [no]install feature-set mpls command. This is mandatory to filter MPLS packets based on MPLS label. Example:
|
|
Step 3 |
Configure mpls-access list with filtering based on incoming outer MPLS label using the mpls access list mpls-acl command. In the example, MPLS packets with incoming label 1600 are matched and redirected to Ethernet1/15. Example:
|
|
Step 4 |
(Optional) Copy the running configuration to the startup configuration using the copy running-config startup-config command. Example:
|
Feedback