Configuration Tasks
To use ACP in the SDX network you must:
- Configure SAE plug-in properties.
- Configure ACP properties.
- (Edge and dual mode only) Configure ACP to manage the edge network.
- (Backbone and dual mode only) Configure ACP to manage the backbone network.
See the following sections for details about these procedures.
Configuring the SAE
You must configure the SAE to recognize ACP by adding some information about ACP to the SAE properties. To do so:
- Configure ACP as an external plug-in for the SAE.
- Configure event publishers.
- (Backbone and dual mode only) Optionally, configure a hosted plug-in that monitors the state of interfaces on VRS.
Configuring ACP as an External Plug-In
To configure an external plug-in for the SAE, see SDX Components Guide, Vol. 1, Chapter 5, Configuring Authorization and Tracking Plug-Ins. Use the following values for the plug-in attributes:
- Value for edge and dual modes—PA_UPSTREAM_BANDWIDTH, PA_DOWNSTREAM_BANDWIDTH, PA_SERVICE_NAME, PA_ROUTER_NAME, PA_LOGIN_NAME, PA_USER_DN, PA_PORT_ID, PA_SESSION_ID, PA_USER_IP_ADDRESS, PA_NAS_IP, PA_USER_SESSION_ID, PA_EVENT_TIME
- Value for backbone mode—PA_UPSTREAM_BANDWIDTH, PA_DOWNSTREAM_BANDWIDTH, PA_SERVICE_NAME, PA_ROUTER_NAME, PA_SESSION_ID, PA_NAS_IP, PA_EVENT_TIME
Configuring Event Publishers
You must configure the SAE to publish the following types of events to ACP:
For information about configuring event publishers, see SDX Components Guide, Vol. 1, Chapter 5, Configuring Authorization and Tracking Plug-Ins. Identify the instance of ACP by the name of the host on which you configured it.
Examples
- User.tracking.plugins = radiusAcct, bostonACP
- Service.auth.plugins = bostonACP
- Service.tracking.plugins = radiusAcct, bostonACP
Configuring the SAE to Monitor Interfaces for Congestion Points
NOTE: Configure this feature only if ACP is in backbone or dual mode.
The SAE uses a hosted internal plug-in to monitor the state of interfaces on a VR for backbone congestion points. If a subscriber tries to activate a service on an interface that is unavailable, the SAE denies the request. The plug-in also monitors the directory for new backbone congestion points. To configure an internal plug-in for the SAE, use the property descriptions below and see SDX Components Guide, Vol. 1, Chapter 5, Configuring Authorization and Tracking Plug-Ins.
When this plug-in initializes, it reads all the backbone services from the directory and generates a list of the DNs (network interfaces) of the backbone congestion points. The SAE sends interface tracking events, which contain the names of the interfaces, VRs, and routers to this plug-in. For this feature to work correctly, the interface, VR, and router must appear in o=AdmissionControl, o=umc (see Configuring Network Interfaces in the Directory).
Plug-in Class
Plugin.acpIntfListener.host
- Specifies IP address or name of host that supports the directory that contains backbone service definitions and network interfaces.
- Value—Plugin.acpIntfListener.host = <host>:<port>
Plugin.acpIntfListener.bindDN
- Specifies DN of directory entry that defines the username with which the plug-in accesses the directory.
- Value—DN
- Default—Plugin.acpIntfListener.bindDN = cn=umcadmin,<base>
Plugin.acpIntfListener.bindPW
- Specifies password with which the plug-in accesses the directory.
- Value—Text string
- Example—Plugin.acpIntfListener.bindPW = secret
Plugin.acpIntfListener.baseDN
- Specifies the DN at which ACP stores backbone congestion points.
- Value—DN
- Default—Plugin.acpIntfListener.baseDN = o=CongestionPoints,<base>
Plugin.acpIntfListener.acpBaseDN
- Specifies the DN at which ACP stores edge congestion points.
- Value—DN
- Default—Plugin.acpIntfListener.acpBaseDN = o=AdmissionControl,<base>
Plugin.acpIntfListener.timeout
- Specifies maximum time in milliseconds that the plug-in waits for the router to respond.
- Value—Integer in the range 0-2147483648
Plugin.acpIntfListener.objectref = objectref
- Specifies the object reference for the ACP plug-in, as defined in the field ACP CORBA Reference in the ACP's CORBA properties (see Configuring ACP Properties).
Plugin.acpIntfListener.<standardJNDISuffix>
Plugin.acpIntfListener.des.net.juniper.smgt.des.<property suffix>
- Specifies the standard JNDI and DES properties. For complete information about these properties, see SDX Software Basics Guide, Chapter 13, Configuring the Directory Eventing System. The following list shows the properties you should include, with suggested values.
- Plugin.acpIntfListener.securityProtocol = ldaps
- Plugin.acpIntfListener.des.net.juniper.smgt.des.event_baseDN = o=CongestionPoints,<base>
- Plugin.acpIntfListener.des.net.juniper.smgt.des.enable_sysman = true
- Plugin.acpIntfListener.des.net.juniper.smgt.des.polling_interval = 30
- Plugin.acpIntfListener.des.net.juniper.smgt.des.connect.timeout = 10
- Plugin.acpIntfListener.des.net.juniper.smgt.des.retry_interval = 60
- Plugin.acpIntfListener.des.net.juniper.smgt.des.connectioncheck_interval = 60
- Plugin.acpIntfListener.des.net.juniper.smgt.des.signatureDN = <base>
- Plugin.acpIntfListener.des.net.juniper.smgt.lib.config.polling_timeout = 10
- Plugin.acpIntfListener.des.net.juniper.smgt.des.enable_eventing = true
- Plugin.acpIntfListener.des.net.juniper.smgt.des.share_connection = false
- Plugin.acpIntfListener.des.net.juniper.smgt.des.connection_manager_id = ACPIntfListener
Configuring ACP Properties
Use SDX Configuration Editor to configure ACP properties. To access the sample data:
For information about using SDX Configuration Editor, see SDX Software Basics Guide, Chapter 15, Using SDX Configuration Editor.
- Import the SDX system configuration from the directory.
- Open the config.xml file in the ACP folder.
NOTE: You can also use SDX Admin to modify ACP properties in I=ACP, ou=staticConfiguration, ou=Configuration, o=Management, o=umc. Each field description includes a property name for SDX Admin.
Configuring Logging
To configure logging, click the logging tab in the config.xml file. You can see default settings for logging in this file. For information about configuring logging, see SDX Components Guide, Vol. 1, Chapter 12, Configuring Logging.
Configuring ACP Operation
To configure how the ACP operates, click the General tab in the config.xml file, and complete the fields.
![]()
ACP backup directory
- Specifies the folder that stores backup information about subscribers, services, and congestion points.
- Value—Absolute path or a path relative to opt/UMC/acp
- Default—Backup
Mode
- Edge—ACP operates in edge region of network only
- Backbone—ACP operates in backbone region of network only
- Dual—ACP operates in both edge and backbone regions of network
ACP event cache size
- Specifies the number of plug-in events from the SAE that the ACP can store in its cache. Specifying a large number increases the efficiency of the ACP, and minimizes the use of CPU resources; however, the amount of memory available for the cache will depend on the host's resources.
- Value—Integer in the range 0-4294967295
- Default—10000
- Property name—ACP.backup.cacheSize
Congestion point overload control method
- Specifies how ACP deals with situations where the components exceed the allocated bandwidth because the service was activated after the authorization was granted.
- Value—Integer in the range -1-4294967295
- -1—ACP ignores overload
- Integer greater than or equal to 0 - bandwidth (in bps) by which the maximum may be exceeded
Enable user interface auto completion
- Specifies whether ACP uses the information acquired from the router to determine the congestion points (see Deriving Edge Congestion Points).
- Value—Yes | No
Background Bandwidth Tuning Factors
- Specifies factors that compensate for actual use of bandwidth, as opposed to allocated bandwidth.
- Value—List of tuning factors, separated by commas; each tuning factor is a floating number in the range 0-1
- Default—None
- Example—0.8, 0.9
- Property Name—ACP.BackgroundBandwidthTuningFactors
User bandwidth exceed message
- Specifies error message that ACP sends when the subscriber exceeds the allocated bandwidth.
- Value—Text string
- Example—User bandwidth exceeded
- Property Name—UserBandwidthExceed.message
Network bandwidth exceed message
- Specifies error message that ACP sends when traffic flow exceeds the allocated bandwidth on an interface between the subscriber and the router.
- Value—Text string
- Default—Network bandwidth exceeded
- Property Name—networkBandwidthExceed.message
Backup db reorganization threshold incremental size
- Specifies the value by which the sum of the sizes of the files that contain ACP data can increment before ACP reorganizes the files. Reorganizing the files reduces their size.
- Value—Text string in the format <number>m or <number>g
- Default—100MB
- Example—1GB
- Guidelines—Choose a value that is significantly lower than the capacity of the machine's hard disk.
- Property Name—ACP.backupDb.reorganizationSize
Configuring CORBA Interfaces
To configure CORBA interfaces for ACP, click the CORBA tab in the config.xml file, and complete the fields.
![]()
ORB Class
- Specifies the set of methods and data types that control the ORB. By default, the software uses the Orbacus product.
- Value—Standard name for the library's ORB class. See the documentation for the ORB to obtain the standard name.
- Default—com.ooc.CORBA.ORB
ORB Singleton Class
- Specifies the design pattern that allows you to create only one class for the ORB.
- Value—Standard name for the library's ORB singleton class. See the documentation for the ORB to obtain the standard name.
- Default—com.ooc.CORBA.ORBSingleton
ACP CORBA Reference
- Exports the object reference for ACP through either a local file or a class of service (CoS) naming service.
- Values—One of the following references
- <cosNameServer>—IP address or Domain Name System (DNS) name of CoS naming server
- <KEY>—Object reference of ACP
- corbaname:rir#<KEY>—Exports object reference through CoS naming service; resolve-initial-references (rir) function finds DNS name of CoS naming server
ACP remote sync rate update adaptor CORBA reference
- Specifies the object reference for the ACP external interface.
- Value—See value for the field ACP CORBA Reference.
- Default—file:///var/acp/sra.ior
Configuring ACP Redundancy
To configure ACP redundancy, click the Redundancy tab in the config.xml file, and complete the fields in the Redundancy area.
![]()
Enable ACP redundancy
ACP redundancy local interface CORBA reference
- In a redundant ACP configuration, exports the object reference for this ACP through a local file or CoS naming service.
- Value—See value for the field ACP CORBA Reference.
- Default—None
- Example—corbaname::cosHost#0000000000000035...
- Property Name—ACP.redundancy.local.ior
ACP redundancy remote interface CORBA reference
- In a redundant ACP configuration, exports the object reference for the other ACP through a local file or CoS naming service.
- Value—See value for the field ACP CORBA Reference.
- Default—None
- Example—corbaname:rir#0000000000000035...
- Property Name—ACP.redundancy.remote.ior
ACP redundancy ping interval in millisecond
- Specifies the time interval in milliseconds at which the redundant ACP polls the active ACP.
- Value—0-4294967295
- Default—15000
Configuring Connections to the Subscribers' Directory
To configure how the ACP connects to the directory that contains subscriber's information:
- Click the Data Manager tab in the config.xml file.
- Scroll to the heading called User Data and expand it.
![]()
- Complete the fields under this heading.
NOTE: The following descriptions include property names that you can use to modify the properties in SDX Admin. Use the property name with the Global prefix if one directory supports all the components in the network. Use the property name with the <vrGroupName> prefix if you have partitioned the directory to provide information for different parts of the network through different VRs. For more information, see Working with Partitioned Directories.
Server Address
- Specifies list of primary and redundant servers that manage data for subscribers.
- Value—List of IP addresses or hostnames separated by spaces
- Example—10.227.7.153
- Property names—GlobalUserDatabase.server.address or <vrGroupName>.server.address
Server Port
- Specifies TCP port for the directory.
- Value—Valid TCP port number
- Default—389
- Property names—GlobalUserDatabase.server.port or <vrGroupName>.server.port
Search Base
- Specifies the DN of the root of the directory.
- Value—List of attribute = value pairs separated by commas
- Example—o=users,o=umc
- Property names—GlobalUserDatabase.server.baseDN or <vrGroupName>.server.baseDN
Authentication DN
- Specifies DN used to identify that directory.
- Value—List of attribute = value pairs separated by commas
- Example—cn=umcadmin,o=umc
- Property names—GlobalUserDatabase.server.authDN or ix.server.authDN
Password
- Specifies password for authentication for the directory.
- Example—admin123
- Value—Text string
- Property names—GlobalUserDatabase.server.password or <vrGroupName>.server.password
Event Base
- Specifies DN of the directory that contains event information.
- Value—DN
- Example—o=umc
- Property names—GlobalUserDatabase.server.event_baseDN or <vrGroupName>.server.event_baseDN
Enable Directory Eventing
- Default—No
- Property names—GlobalUserDatabase.server.enable_eventing or <vrGroupName>.server.enable_eventing
Directory Polling Interval
- Specifies the time interval (in seconds) at which the SDX component polls the directory.
- Value—Positive integer in the range 15-2147483648 seconds
- Default—30
- Property names—GlobalUserDatabase.server.pollinginterval or <vrGroupName>.server.pollinginterval
Configuring Connections to the Services' Directory
To configure how ACP connects to the directory that contains information about services:
- Click the Data Manager tab in the config.xml file.
- Scroll to the heading called Service Data and expand it.
![]()
- Complete the fields under this heading.
NOTE: The following descriptions include property names that you can use to modify the properties in SDX Admin. Use the property name with the Global prefix if one directory supports all the components in the network. Use the property name with the <vrGroupName> prefix if you have partitioned the directory to provide information for different parts of the network through different VRs. For more information, see Working with Partitioned Directories.
Server Address
- Specifies list of primary and redundant servers that manage data for services.
- Value—List of IP addresses or hostnames separated by spaces
- Example—10.227.7.153 10.227.7.125
- Property names—GlobalServiceDatabase.server.address or <vrGroupName>.server.address
Server Port
- Specifies TCP port for the directory.
- Value—Valid TCP port number
- Default—389
- Property names—GlobalServiceDatabase.server.port or <vrGroupName>.server.port
Search Base
- Specifies the DN of the root of the directory that stores data about services.
- Value—List of attribute = value pairs separated by commas
- Example—o=users,o=umc
- Property names—GlobalServiceDatabase.server.baseDN or <vrGroupName>.server.baseDN
Authentication DN
- Specifies DN that ACP uses to authorize connections to the directory that stores data about services.
- Value—List of attribute = value pairs separated by commas
- Example—cn=umcadmin,o=umc
- Property names—GlobalServiceDatabase.server.authDN or <vrGroupName>.server.authDN
Password
- Specifies password that ACP uses to authorize connections to the directory that stores data about services.
- Example—admin123
- Value—Text string
- Property names—GlobalServiceDatabase.server.password or <vrGroupName>.server.password
Event Base
- Specifies DN of the directory that contains event information for services.
- Value—DN
- Example—o=umc
- Property names—GlobalServiceDatabase.server.event_baseDN or <vrGroupName>.server.event_baseDN
Enable Directory Eventing
- Default—No
- Property names—GlobalServiceDatabase.server.enable_eventing or <vrGroupName>.server.enable_eventing
Directory Polling Interval
- Specifies the time interval (in seconds) at which ACP polls the directory.
- Value—Positive integer in the range 15-2147483648 seconds
- Default—30
- Property names—GlobalServiceDatabase.server.pollinginterval or <vrGroupName>.server.pollinginterval
Congestion Points Base
- Specifies DN of the directory that contains information about network interfaces for edge congestion points.
- Value—DN
- Default—o=AdmissionControl,o=umc
- Property names—GlobalServiceDatabase.server.intfBaseDN or <vrGroupName>.server.intfBaseDN
Reload Congestion Points
- Specifies whether ACP detects changes in the backbone congestion point for a service while ACP is operative.
- Value—Yes | No
- Yes—ACP uses new information for the backbone congestion point as soon as ACP detects a change to the data in the directory.
- No—ACP uses new information for the backbone congestion point only after you stop and restart ACP.
- Guidelines—Set this field to Yes only when you want to modify a congestion point (see Modifying Congestion Points). When you have modified the congestion point, reset this field to No.
- Default—No
- Property names—GlobalServiceDatabase.eventing.reloadCongestionPoints or <VR group name>.eventing.reloadCongestionPoints
Configuring Eventing Properties for Databases
You can configure a few directory eventing properties with SDX Configuration Editor for the subscriber and service databases. If you want to configure other directory eventing properties, you must use SDX Admin rather than SDX Configuration Editor. For information about configuring directory eventing properties, see SDX Components Guide, Vol. 1, Chapter 13, Configuring the Directory Eventing System. If one directory supports all the components in the network, use the following constructions for the properties:
If, however, you have partitioned the directory, see Working with Partitioned Directories.
NOTE: For ACP, always set the value of the des.dispatcher_pool_size property to 1.
Working with Partitioned Directories
If you have partitioned the directory to provide information for different parts of the network through different VRs, you must define the Data Manager properties with SDX Admin rather than with SDX Configuration Editor. To do so:
- Access I=ACP, ou=staticConfiguration, ou=Configuration, o=Management, o=umc.
- In the properties list, define the name of the VR group for each directory by using the following formats.
<vrGroupName> is an arbitrary name that identifies the group of VRs in the partition.
- Define the VRs in the group by defining the property <vrGroupName>.vrs.
- Define the properties for connecting to the subscribers' directory and the services' directory by using the following format:
<vrGroupName><property>=<value>
For information about these properties, see Configuring Connections to the Subscribers' Directory and Configuring Connections to the Services' Directory.
- Define directory eventing properties for the subscriber's directory and the services' directory by using the format
<vrGroupName>.<des.Name>.des.<property>=<value>
For more information, see Configuring Eventing Properties for Databases.
<vrGroupName>.vrs
- Specifies list of VRs that support the user database or the service database.
- Value—List of VRs separated by spaces in the format: <vrName>@<routerName>
- <vrName>—Name of VR configured on the router
- <routerName>—Name of router on which the VR is configured
Example
In this example the name of the VR group is vr1, and the group contains one VR called bigfoot@erx1
VrUserDatabase.vr1vr1.factory.class.name = net.juniper.smgt.acp.UserLdapDataManagerFactoryvr1.server.address = 127.0.0.1vr1.server.port = 389vr1.server.baseDN = o=users,o=umcvr1.server.authDN = cn=umcadmin,o=umcvr1.server.password = admin123vr1.server.event_baseDN = o=umcvr1.server.signatureDN = o=umcvr1.des.enable_eventing = truevr1.des.pollinginterval = 30vr1.des.delegate_factory_initial = com.sun.jndi.ldap.LdapCtxFactoryvr1.des.connection_pool_size = 1vr1.des.dispatcher_pool_size = 1vr1.des.fake_delete = falsevr1.des.show_fake_delete = falsevr1.vrs = bigfoot@defaultConfiguring ACP to Manage the Edge Network
To configure ACP to manage the edge network you must:
- Configure network interfaces that represent locations of congestion points in the directory.
- Configure guaranteed bandwidths for subscribers.
- Assign network interfaces to subscribers.
- Configure guaranteed bandwidths for services.
See the following sections for details about these procedures.
You can configure objects in the directory by means of an LDAP client or by means of a network management database. These sections provide information about the LDAP attributes you must configure and their positions in the LDAP schema, as well as details on how to configure objects with SDX Admin. For detailed information about the SDX LDAP schema, see the documentation on the SDX software CD in the folder /SDK/doc/ldap.
Configuring Network Interfaces in the Directory
You must add network interfaces to the SDX directory. For the edge network, you do so by specifying in the DN o=Admission Control, o=umc the network interfaces of the routers and the switches in the access network between subscribers and the SDX network. Table 50 shows the object class for network interfaces and the associated attributes.
Optional (For information about background bandwidths, see Allocating Bandwidth to Applications Not Controlled by ACP.)
Optional (For information about background bandwidths, see Allocating Bandwidth to Applications Not Controlled by ACP.)
To configure a network interface with SDX Admin:
- Access SDX Admin.
- In the navigation pane, highlight the entry o=Admission Control, o=umc, and right-click.
- Select New > NetworkDevice.
The New Network Device dialog box appears.
An object for the new network device appears in the navigation pane, and basic details for the new network device appear in the Main tab of the NetworkDevice pane.
- (Optional) Enter a description for the network device in the Description field, and click Save in the NetworkDevice pane.
- In the navigation pane, highlight the network device, and right-click.
- Select New > Network Interface.
The New Network Interface dialog box appears.
An object for the new network interface appears in the navigation pane, and basic details for the new network interface appear in the Main tab of the NetworkInterface pane.
![]()
- Complete the bandwidths in the Main tab of the NetworkInterface pane.
- Click Save in the NetworkInterface pane.
Configuring Bandwidths for Subscribers
You must configure bandwidths for subscribers that ACP manages in the edge region of the network.
If the access network between the subscriber and the router uses ATM, and all the traffic coming from one DSLAM travels on a single virtual path, you do not need to provision bandwidths for each subscriber. In this case, ACP can derive the congestion points from the router (see Deriving Edge Congestion Points.)
However, if the access network uses a protocol other than ATM, you must provide the information shown in Table 51 for each subscriber.
List of distinguished names (DNs) of interfaces associated with congestion points
To configure bandwidths for subscribers with SDX Admin:
- Access SDX Admin.
- In the navigation pane, highlight the entry for the residential subscriber in o=users, o=umc.
- Click the Admission Control tab in the User pane.
- Enter the values for the Prov. Rate and Sync Rate fields.
- Click Save in the User pane.
![]()
Assigning Network Interfaces to Subscribers
You must assign to the subscriber object interfaces (including the router interfaces) for all congestion points between the subscriber and the router. Table 52 shows the LDAP attribute for this type of network interface.
List of distinguished names (DNs) of interfaces associated with edge congestion points
NOTE: You must define the interface in the directory before you can assign it to a residential subscriber (see Configuring Network Interfaces in the Directory).
To assign an interface with SDX Admin:
- Start at the Admission Control pane for the subscriber (see Figure 44).
- Click the
icon below the Interfaces field.
The Select Object dialog box appears.
You can shift-click or control-click network devices to select multiple options.
The network devices appear in the User pane.
The network devices appear in the Scopes field of the pane.
- Highlight a network device.
- Modify the DN of the network device to include the interface location.
- Click Modify.
Repeat Steps 6 to 8 for each interface associated with a congestion point for this subscriber.
Configuring Bandwidths for Services
Upstream and downstream bandwidths must be specified for services that ACP manages. There are two ways to obtain bandwidths for services:
- Provide static values through the directory.
- Allow the values to be provided through the SAE core API.
For example, a business partner may need to specify the required values for a particular piece of content through the SAE core API.
Table 53 shows the LDAP attributes for these services.
To configure values for services with SDX Admin:
- Access SDX Admin.
- In the navigation pane, highlight the entry for the service in o=Services, o=umc.
- Click the Admission Control tab in the SSP Service pane.
![]()
- Enter the values for the Required Downstream Bandwidth and the Required Upstream Bandwidth fields.
- Click Save in the SSP Service pane.
Configuring ACP to Manage the Backbone Network
To configure ACP to manage the backbone network, you must:
- Configure network interfaces that represent locations of congestion points in the directory.
- Configure guaranteed bandwidths for services.
- Assign network interfaces to services.
- Create congestion points in the directory.
- Assign network interfaces to congestion points.
Refer to the following sections for details about these procedures.
Configuring Network Interfaces in the Directory
You configure network interfaces in the directory in the same way for edge and backbone congestion points. However, for backbone congestion points, you can only add VRs and their interfaces. For information about this procedure, see Configuring Network Interfaces in the Directory.
Configuring Bandwidths for Services
You configure bandwidths for services in the same way for edge and backbone congestion points. For information about this procedure, see Configuring Bandwidths for Services.
Configuring Congestion Points for Services
You must assign a congestion point to each service that ACP manages. Table 54 shows the LDAP attributes for a backbone congestion point.
To configure values for services with SDX Admin:
- Access SDX Admin.
- In the navigation pane, highlight the entry for the service in o=Services, o=umc.
- Click the Admission Control tab in the SSP Service pane.
- In the entry box below the Congestion Points field, enter the name of one congestion point; see Table 54 for information about the format of this entry.
- Click the Add button.
The entry appears in the Congestion Points field.
Configuring Congestion Points in the Directory
You must add backbone congestion points to the directory in o=CongestionPoints, o=umc. Table 54 shows the LDAP attribute for a backbone congestion point.
To configure an individual backbone congestion point in the directory with SDX Admin:
- Access SDX Admin.
- In the navigation pane, highlight the entry o=CongestionPoints, o=umc, and right-click.
- Select New > Congestion Point.
The New Congestion Point dialog box appears.
The new object appears in the navigation pane, and basic details for the object appear in the Main tab of the Congestion Point pane.
- (Optional) Enter a description for the VR in the Description field, and click Save in the NetworkDevice pane.
- In the navigation pane, highlight the VR, and right-click.
- Select New > Congestion Point.
The New Congestion Point dialog box appears.
The new object appears in the navigation pane, and basic details for the object appear in the Main tab of the Congestion Point pane.
To add all backbone congestion points for all VRs in the directory:
- Access SDX Admin.
- In the navigation pane, highlight the entry o=CongestionPoints, o=umc, and right-click.
- Select New > Create CongestionPoints.
The VRs and the services they support appear in the folder.
Assigning Interfaces to Congestion Points
You must assign interfaces either to VRs or to individual services under the VRs in o=CongestionPoints, o=umc. Services inherit interface assignments from the associated VR unless you assign an interface to the individual service. Table 55 shows the LDAP attribute for this network interface.
List of distinguished names (DNs) of interfaces associated with backbone congestion points
To assign interfaces to congestion points with SDX Admin:
- Access SDX Admin.
- In the navigation pane, highlight the entry in o=CongestionPoints, o=umc to which you want to assign the congestion point.
- Click the
icon below the Interfaces field.
The Select Object dialog box appears.
You can shift-click or control-click network devices to select multiple options.
The network devices appear in the User pane.
The network devices appear in the Scopes field of the pane.
Repeat Steps 3 to 8 for each interface associated with a congestion point for this subscriber.