[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Subscriber Policies

To configure a nondefault client subscriber policy:

  1. From Global Configuration mode, create the subscriber policy and assign it an alphanumeric name.
    host1(config)#subscriber-policy client01

    This command accesses Subscriber Policy Configuration mode.

  2. From Subscriber Policy Configuration mode, define the rules for each packet or attribute type for which you want to change the default value. (All other packet or attribute types will continue to use the default values listed in Table 22.)
    host1(config-policy)#broadcast permit
    host1(config-policy)#multicast deny
    host1(config-policy)#relearn deny
  3. Exit Subscriber Policy Configuration mode.
    host1(config-policy)#exit
  4. From Global Configuration mode, associate the new subscriber policy with the bridge group in which the subscriber (client) interface resides.
    host1(config)#bridge westford02 subscriber-policy client01
  5. (Optional) Use the appropriate show commands to verify the creation of the subscriber policy and its association with the bridge group interface.
    host1#show subscriber-policy client01
    host1#show bridge westford02

arp

bridge subscriber-policy

broadcast

ip

mpls

multicast

pppoe

relearn

subscriber-policy

unicast

unknown-destination

unknown-protocol


[Contents] [Prev] [Next] [Index] [Report an Error]