
aps authenticate
Configures an authentication string to be used to authenticate communications between APS pair interfaces by APS.
Syntax: aps authenticate string
no aps authenticate
string
A string of up to 8 alphanumeric characters.
Description: A string of up to 8 characters can be configured for the authentication of communications between the working and protection routers by APS. APS is used by both the simple and distributed APS configurations for communications between working and protected interfaces. Authentication must be enabled or changed prior to the APS protection interface becoming operational. Authentication is not required by APS.
Use the aps authenticate command to configure an authentication string for communications between the working and protection routers by APS.
Use the no aps authenticate command to disable authentication for this APS interface pair.
Factory Default: No authentication string configured.
Command Mode: Interface Configuration.
Example 1: In the following example the ATM interface 1/1/1 is:
- Administratively shutdown using the shutdown command
- Assigned to the bostonNYC APS group
- Configured to be the working APS interface
- Assigned an APS authentication string of auth1
- Enabled using the no shutdown command
The ATM interface 1/1/2 is:
- Administratively shutdown using the shutdown command
- Assigned to the bostonNYC APS group
- Configured to be the protection APS interface
- Assigned an APS authentication string of auth1
- Enabled using the no shutdown command
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#interface atm 1/1/1
router(config-if)#shutdown
router(config-if)#aps group bostonNYC
router(config-if)#aps working 1
router(config-if)#aps authenticate auth1
router(config-if)#no shutdown
router(config-if)#exit
router(config)#interface atm 1/1/2
router(config-if)#shutdown
router(config-if)#aps group bostonNYC
router(config-if)#aps protect 0
router(config-if)#aps authenticate auth1
router(config-if)#no shutdown
router(config-if)#end
router#
Example 1: In the following example the ATM interface 1/1/1 is:
- Administratively shutdown using the shutdown command
- The APS authentication string is disabled
- Enabled using the no shutdown command
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#interface atm 1/1/1
router(config-if)#shutdown
router(config-if)#no aps authenticate
router(config-if)#no shutdown
router(config-if)#end
router#
Related Commands: aps protect
aps working
aps group
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: SonetAPS.fm
HTML File Name: SonetAPS2.html
Last Updated: 02/25/05 at 14:30:15