3Com MSR 50 Network Router User Manual


  Open as PDF
of 2742
 
1714 CHAPTER 98: MPLS L3VPN CONFIGURATION COMMANDS
A tag configured with the route-tag command has the second highest priority.
A tag configured with the default tag command has the lowest priority.
A received Type 5 or Type 7 LSA is neglected in route calculation if its tag is the
same as the local one.
n
A configured route tag takes effect after you issue the reset ospf command.
Related command: import-route (OSPF view) on page 1136.
Example # Configure the route tag for OSPF process 100 as 100.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] route-tag 100
routing-table limit
Syntax routing-table limit number { warn-threshold | simply-alert }
undo routing-table limit
View VPN instance view
Parameter number: Maximum number of routes for the VPN instance to support, in the
range 1 to 1024 for MSR20 and MSR30 series routers and 1 to 2048 for MSR50
series routers.
warn-threshold: Threshold for rejecting new routes. It is expressed in the
percentage of the specified maximum number of routes for the VPN instance. It
ranges from 1 to 100.
simply-alert: Specifies that when the maximum number of routes exceeds the
threshold, the system still accepts routes and generates only a SYSLOG error
message.
Description Use the
routing-table limit command to limit the maximum number of routes
in a VPN instance, preventing too many routes from being accepted a PE.
Use he undo routing-table limit command to restore the default.
The default maximum number of routes that a VPN instance supports varies by
device.
Example # Specify that VPN instance vpn1 can receive up to 1,000 routes, and can receive
new routes after the threshold is exceeded.
<Sysname> system-view
[Sysname] ip vpn-instance vpn1
[Sysname-vpn-instance-vpn1] route-distinguisher 100:1
[Sysname-vpn-instance-vpn1] routing-table limit 1000 simply-alert