Configuring SRC-ACP to Manage the Edge Network
To configure SRC-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.
Configuring Network Interfaces in the Directory for the Edge Network
You must add network interfaces to the directory. For the edge network, you do so by specifying the network interfaces of the routers and the switches in the access network between subscribers and the SRC network.
Use the following configuration statements to configure a network interface:
shared admission-control device name {description description;}shared admission-control device name interface name {description description;upstream-provisioned-rate upstream-provisioned-rate;downstream-provisioned-rate downstream-provisioned-rate;upstream-background-bandwidth upstream-background-bandwidth;downstream-background-bandwidth downstream-background-bandwidth;}To configure the network interfaces of the routers and the switches in the access network:
- From configuration mode, access the configuration statement that configures network interfaces.
user@host# edit shared admission-control device nameEnter the name of the network device.
- (Optional) Specify a description for the network device.
[edit shared admission-control device name]user@host# set description description- Specify the network interface.
user@host# edit shared admission-control device name interface nameEnter the name of the virtual router.
- (Optional) Specify the provisioned bandwidth for the network interface.
[edit shared admission-control device name interface name]user@host# set upstream-provisioned-rate upstream-provisioned-rateuser@host# set downstream-provisioned-rate downstream-provisioned-rate- (Optional) Specify the background bandwidth for the network interface.
[edit shared admission-control device name interface name]user@host# set upstream-background-bandwidth upstream-background-bandwidthuser@host# set downstream-background-bandwidth downstream-background-bandwidthFor information about background bandwidths, see Allocating Bandwidth to Applications Not Controlled by SRC-ACP.
- (Optional) Verify your configuration.
[edit shared admission-control device name interface name]user@host#show
Configuring Bandwidths for Subscribers
You must configure bandwidths for subscribers that SRC-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, SRC-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 following information for each subscriber.
- Provisioned downstream bandwidth
- Provisioned upstream bandwidth
- Actual downstream bandwidth for the current subscriber session
- Actual upstream bandwidth for the current subscriber session
- List of DNs of interfaces associated with congestion points
To configure bandwidths for subscribers:
- From configuration mode, access the configuration statement that configures residential subscribers.
user@host# edit subscribers retailer name subscriber-folder folder-name subscriber name admission-controlFor more information about configuring residential subscribers, see SRC-PE Subscribers and Subscriptions Guide, Chapter 12, Configuring Subscribers and Subscriptions with the SRC CLI.
- (Optional) Specify the provisioned downstream bandwidth. This rate is used if the subscriber bandwidth settings are not provided by remote update (through the API for ACP) or by the
downstream-sync-rate
value.[edit subscribers retailer name subscriber-folder folder-name subscriber name admission-control]user@host# set downstream-provisioned-rate downstream-provisioned-rate- (Optional) Specify the provisioned upstream bandwidth. This rate is used if the subscriber bandwidth settings are not provided by remote update (through the API for ACP) or by the
upstream-sync-rate
value.[edit subscribers retailer name subscriber-folder folder-name subscriber name admission-control]user@host# set upstream-provisioned-rate upstream-provisioned-rate- (Optional) Specify the actual downstream bandwidth for the current subscriber session. If you do not set this value and it is not provided by remote update (through the API for ACP), then the
downstream-provisioned-rate
value is used.[edit subscribers retailer name subscriber-folder folder-name subscriber name admission-control]user@host# set downstream-sync-rate downstream-sync-rate- (Optional) Specify the actual upstream bandwidth for the current subscriber session. If you do not set this value and it is not provided by remote update (through the API for ACP), then the
upstream-provisioned-rate
value is used.[edit subscribers retailer name subscriber-folder folder-name subscriber name admission-control]user@host# set upstream-sync-rate upstream-sync-rateAssigning 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.
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 for the Edge Network).
- From configuration mode, access the configuration statement that configures residential subscribers.
user@host# edit subscribers retailer name subscriber-folder folder-name subscriber name admission-controlFor more information about configuring residential subscribers, see SRC-PE Subscribers and Subscriptions Guide, Chapter 12, Configuring Subscribers and Subscriptions with the SRC CLI.
- (Optional) Specify the DNs of interfaces associated with congestion points for this subscriber.
[edit subscribers retailer name subscriber-folder folder-name subscriber name admission-control]user@host# set congestion-points [congestion-points...]Configuring Bandwidths for Services in the Edge Network
Upstream and downstream bandwidths must be specified for services that SRC-ACP manages. You can obtain bandwidths for services in two ways:
- 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.
To configure values for services:
- From configuration mode, access the configuration statement that configures services.
user@host# edit services global sae-service name admission-controlFor more information about configuring services, see SRC-PE Services and Policies Guide, Chapter 1, Managing Services with the SRC CLI.