Configuring Routing in the Core Network for VPLS
After you configure the transparent bridging, LDP, and MPLS components of the VPLS network, you must configure an IGP, such as OSPF or IS-IS, on the VE to set up routing within the core MPLS network.
This section explains one way to configure OSPF to enable routing in the core network.
Table 53 lists the commands discussed in this section to configure OSPF.
To configure the VE to set up OSPF routing for the core MPLS network:
- Create the OSPF routing process.
host1(config)#router ospf 1- Create the range of IP addresses associated with the routing process and the corresponding OSPF interfaces, and assign an area ID associated with each range of IP addresses.
host1(config-router)#network 10.1.1.1 0.0.0.0 area 0.0.0.0host1(config-router)#network 10.10.10.0 0.0.0.255 area 0.0.0.0This example configures an OSPF routing process with process ID 1, and creates two OSPF interfaces in the backbone area (area 0.0.0.0): one using IP address 10.1.1.1, and one using IP address 10.10.10.0. The network area commands create the two OSPF areas if they do not already exist.
- Configuration Tasks for VPLS with LDP Signaling
- network area command
- router ospf command
- For complete information about configuring and using OSPF, see JUNOSe IP, IPv6, and IGP Configuration Guide, Chapter 5, Configuring OSPF.
- For complete information about configuring and using IS-IS, see JUNOSe IP, IPv6, and IGP Configuration Guide, Chapter 6, Configuring IS-IS.