Specifications

Table Of Contents
2-275
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
scmp name
scmp name
Adds an SCMP peer device. Use the no form of the command to delete the specified SCMP peer device.
scmp name name radius host-name secret secret [auth-port auth-port# acct-port acct-port# ]
no scmp name name
Syntax Description
Command Default Default: Ports configuration as specified in RFC #2865 and RFC #2866
Authentication port = 1812
Accounting port = 1813
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines After defining an SCMP peer device, you must associate it with one or more unmapped anonymous
groups (see subscriber anonymous-group name scmp name ). This provides the ability to query the
SCMP peer regarding unmapped IP addresses in cases where the SCE platform is not updated when the
subscriber session has started (see scmp subscriber send-session-start ) or in recovery scenarios.
You cannot delete an SCMP device that has anonymous groups assigned to it. Use the no form of the
subscriber anonymous-group name scmp name command to remove all associated anonymous groups
before deleting the device.
Authorization: admin
Examples The following example illustrates how to define an SCMP peer device.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)# scmp name peer_device1 radius radius1 secret abcdef
SCE(config)#
name Name of the SCMP peer device
host-name IP address or name of the RADIUS host
secret RADIUS shared secret
auth-port# authentication port number
acct-port# accounting port number
Release Modification
3.0.3 This command was introduced.