Cisco Cisco IOS Software Release 15.0(1)S

Page de 28
MLDP-Based MVPN
  How to Configure MLDP-Based MVPN
14
Verifying the Configuration of an MLDP-Based MVPN
Perform this task in privileged EXEC mode to verify the configuration of an MLDP-based MVPN.
SUMMARY STEPS
1.
show mpls mldp database [id id] [opaque_type type] [summary]
2.
show ip pim [vrf vrf-nameneighbor [interface-type interface-number]
3.
show ip mroute [vrf vrf-name] [[active [kbps] [interface type number] | bidirectional | count 
[terse] | dense | interface type number | proxy | pruned | sparse | ssm | static | summary] | 
[group-address [source-address]] [count [terse] | interface type number | proxy | pruned | 
summary] | [source-address group-address] [count [terse] | interface type number | proxy | 
pruned | summary] | [group-addressactive [kbps] [interface type number | verbose]]
Step 8
route target export 
route-target-ext-community
Example:
Router(config-vrf)# route target export 100:100
Creates an export route target extended community for the 
specified VRF.
Step 9
route target import 
route-target-ext-community
Example:
Router(config-vrf)# route target import 100:100
Creates an import route target extended community for the 
specified VRF.
Step 10
mdt preference 
{mldp | pim}
Example:
Router(config-vrf)# mdt preference mldp
Specifies a preference for a particular MDT type (MLDP or 
PIM).
Step 11
mdt default mpls mldp 
group-address
Example:
Router(config-vrf)# mdt default mpls mldp 
172.30.20.1
Configures a default MDT group for a VPN VRF instance.
Step 12
mdt data
 mpls mldp number-of-data-mdt
Example:
Router(config-vrf)# mdt data mpls mldp 255
Specifies a range of addresses to be used in the data MDT 
pool.
Step 13
mdt data threshold
 kb/s list access-list
Example:
Router(config-vrf)# mdt data threshold 40 list 
1
Defines the bandwidth threshold value in kilobits per 
second.
Step 14
end
Example:
Router(config)# end
Ends the current configuration session and returns to 
privileged EXEC mode. 
Command or Action
Purpose