[Contents] [Prev] [Next] [Index] [Report an Error]


Overview

On JUNOSe routers, the SAE manages interfaces on VRs. On JUNOS routing platforms, the SAE manages interfaces on the JUNOS routing platform. To allow the SAE to manage interfaces on both JUNOSe VRs and JUNOS routing platforms, the SDX software associates a VR called default with each JUNOS routing platform.

For JUNOSe routers, each JUNOSe router in the SDX network and its VRs must appear in the directory. For JUNOS routing platforms, each JUNOS routing platform in the SDX network and its associated VR called default must appear in the directory. This VR is not actually configured on the JUNOS routing platform; the VR in the directory provides a way for the SAE to manage the interfaces on the JUNOS routing platform.

Directory Model for Router Objects

The router objects in the directory are stored in the network folder, o=network,o=umc. The router objects define:

The physical aspect of a router is modeled by the DMTF object class dlm1Chassis. You can also attach local parameters to router objects by using the parameterAuxClass.

Virtual router objects are modeled in the directory by the class umcVirtualRouter, and they define:

For detailed information about the SDX LDAP schema and graphics of the object models, see the documentation on the SDX software CD in the folder /SDK/doc/ldap.

Local IP Address Pools on JUNOSe VRs

You can specify an unlimited number of ranges of local IP address pools for JUNOSe VRs. You can specify either the first and last addresses in a range or the first IP address and a factor that indicates the start of the range. You can also specify IP addresses to exclude.

The IP pool syntax has the following format:

([<ipAddressStart> <ipAddressEnd>] |
{<ipBaseAddress>/(<mask> | <digitNumber>)(,<ipAddressExclude>)*})

where:

Example

This example shows four ranges for the IP address pool.

([10.10.10.5 10.10.10.250]
{10.20.20.0/24}
{10.21.0.0/255.255.0.0}
{10.20.30.0/24,10.20.30.1})


[Contents] [Prev] [Next] [Index] [Report an Error]