Specifications

Table Of Contents
2-495
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
subscriber anonymous-group name ip-range
Use the scmp option to assign the anonymous group to the specified SCMP destination. In this case, the
specified anonymous group is the IP range managed by the SCMP peer device and subscribers for this
anonymous group are generated when subscriber traffic from the SCMP peer device is detected. If a
subscriber template has been assigned to the group, the anonymous subscribers generated have
properties as defined by that template. If no subscriber template has been assigned, the default template
is used.
If None option is not configured, the SCE sends the anonymous group to the Subscriber Manager.
You must define the specified SCMP peer device before assigning the anonymous group (see scmp name
).
The no form of the command has three options:
Delete the specified anonymous subscriber group definition: no subscriber anonymous-group
name group-name
Remove the specified anonymous subscriber group from the specified SCMP destination: no
subscriber anonymous-group name group-name scmp
Delete all anonymous subscriber group definitions: no subscriber anonymous-group all
Authorization: admin
Examples The following examples illustrate how to use this command.
EXAMPLE 1
The following example illustrates how to assign an anonymous group to an IP range and also assign a
template.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#interface linecard 0
SCE(config if)#subscriber anonymous-group name anon_group IP-range 10.10.10.0/8 template 2
SCE(config if)#
EXAMPLE 2
The following example illustrates how to assign an anonymous group to an SCMP device.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#scmp name peer_device1 radius radius1 secret abcdef
SCE(config)#interface linecard 0
SCE(config if)#subscriber anonymous-group name anon_group IP-range 10.10.10.0/8 scmp name
peer_device1
SCE(config if)#
EXAMPLE 3
The following example illustrates how to remove an anonymous group from an SCMP device.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#interface linecard 0
SCE(config if)#no subscriber anonymous-group name anon_group scmp
SCE(config if)#