Table Of Contents
Cisco Broadband Wireless Gateway 1.1 Command Reference, IOS Release 12.4(15)XL2
clear wimax agw redundancy statistics
ip address allocation subscriber timeout
maximum-traffic-rate-sustained
radius-server vsa send accounting wimax
radius-server vsa send authentication wimax
reference-point r6 keepalive max-failures-allowed
reference-point r6 keepalive timeout
reference-point r6 response retransmits
reference-point r6 response timeout
security subscriber address-filtering ingress
service-flow pre-defined profile
show wimax agw redundancy status
user-group (user group list configuration subcommand)
vlan (service flow direction cs-type submode)
vrf (user group configuration submode)
wimax agw base-station ip-addr any group
wimax agw r6 maximum base-station
wimax agw r6 maximum subscriber
wimax agw service-flow pak-classify-rule profile
wimax agw service-flow profile
wimax agw service-flow profile qos-info
Cisco Broadband Wireless Gateway 1.1 Command Reference, IOS Release 12.4(15)XL2
29 May 2008The following commands are new or changed in Cisco BWG 1.1 for IOS Release 12.4(15)XL2:
•
clear wimax agw redundancy statistics
•
debug wimax agw r6 subscriber
•
ip address allocation subscriber timeout
•
maximum-traffic-rate-sustained
•
minimum-traffic-rate-reserved
•
radius-server vsa send accounting wimax
•
radius-server vsa send authentication wimax
•
reference-point r6 keepalive max-failures-allowed
•
reference-point r6 keepalive timeout
•
reference-point r6 response retransmits
•
reference-point r6 response timeout
•
security subscriber address-filtering ingress
•
service-flow pre-defined profile
•
set
•
show wimax agw redundancy status
•
user-group (user group list configuration subcommand)
•
vlan (service flow direction cs-type submode)
•
vrf (user group configuration submode)
•
wimax agw base-station ip-addr any group
•
wimax agw r6 maximum base-station
•
wimax agw r6 maximum subscriber
•
wimax agw service-flow pak-classify-rule profile
•
wimax agw service-flow profile
•
wimax agw service-flow profile qos-info
aaa accounting network
To enable authentication, authorization, and accounting (AAA) accounting of requested services for billing or security purposes when you use RADIUS or TACACS+, use the aaa accounting command in global configuration mode. To disable AAA accounting, use the no form of this command.
aaa accounting {auth-proxy | system | network | exec | connection | commands level | dot1x} {default | list-name} [vrf vrf-name] {start-stop | stop-only | none} [broadcast] group group-name
no aaa accounting {auth-proxy | system | network | exec | connection | commands level | dot1x} {default | list-name} [vrf vrf-name] {start-stop | stop-only | none} [broadcast] group group-name
Syntax Description
Defaults
AAA accounting is disabled.
Command Modes
Global configuration (config)
Command History
Usage Guidelines
General Information
Use the aaa accounting command to enable accounting and to create named method lists that define specific accounting methods on a per-line or per-interface basis.
Table 6 contains descriptions of keywords for AAA accounting methods.
In Table 6, the group radius and group tacacs+ methods refer to a set of previously defined RADIUS or TACACS+ servers. Use the radius-server host and tacacs-server host commands to configure the host servers. Use the aaa group server radius and aaa group server tacacs+ commands to create a named group of servers.
Cisco IOS software supports the following two methods of accounting:
•
RADIUS—The network access server reports user activity to the RADIUS security server in the form of accounting records. Each accounting record contains accounting attribute-value (AV) pairs and is stored on the security server.
•
TACACS+—The network access server reports user activity to the TACACS+ security server in the form of accounting records. Each accounting record contains accounting AV pairs and is stored on the security server.
Method lists for accounting define the way accounting will be performed. Named accounting method lists enable you to designate a particular security protocol to be used on specific lines or interfaces for particular types of accounting services. Create a list by entering values for the list-name argument where list-name is any character string used to name this list (excluding the names of methods, such as RADIUS or TACACS+) and method list keywords to identify the methods to be tried in sequence as given.
If the aaa accounting command for a particular accounting type is issued without a named method list specified, the default method list is automatically applied to all interfaces or lines (where this accounting type applies) except those that have a named method list explicitly defined. (A defined method list overrides the default method list.) If no default method list is defined, then no accounting takes place.
Note
System accounting does not use named accounting lists; you can define the default list only for system accounting.
For minimal accounting, include the stop-only keyword to send a "stop" record accounting notice at the end of the requested user process. For more accounting, you can include the start-stop keyword, so that RADIUS or TACACS+ sends a "start" accounting notice at the beginning of the requested process and a "stop" accounting notice at the end of the process. Accounting is stored only on the RADIUS or TACACS+ server. The none keyword disables accounting services for the specified line or interface.
To specify an accounting configuration for a particular VRF, specify a default system accounting method list, and use the vrf keyword and vrf-name argument. System accounting does not have knowledge of VRF unless specified.
When AAA accounting is activated, the network access server monitors either RADIUS accounting attributes or TACACS+ AV pairs pertinent to the connection, depending on the security method you have implemented. The network access server reports these attributes as accounting records, which are then stored in an accounting log on the security server. For a list of supported RADIUS accounting attributes, see the appendix "RADIUS Attributes" in the Cisco IOS Security Configuration Guide. For a list of supported TACACS+ accounting AV pairs, see the appendix "TACACS+ Attribute-Value Pairs" in the Cisco IOS Security Configuration Guide.
Note
This command cannot be used with TACACS or extended TACACS.
Cisco Service Selection Gateway Broadcast Accounting
To configure Cisco Service Selection Gateway (SSG) broadcast accounting, use ssg_broadcast_accounting for the list-name argument. For more information about configuring SSG, see the chapter "Configuring Accounting for SSG" in the Cisco IOS Service Selection Gateway Configuration Guide, Release 12.4.
Layer 2 LAN Switch Port
You must configure the RADIUS server to perform accounting tasks, such as logging start, stop, and interim-update messages and time stamps. To turn on these functions, enable logging of "Update/Watchdog packets from this AAA client" in your RADIUS server Network Configuration tab. Next, enable "CVS RADIUS Accounting" in your RADIUS server System Configuration tab.
You must enable AAA before you can enter the aaa accounting command. To enable AAA and 802.1X (port-based authentication), use the following global configuration mode commands:
•
aaa new-model
•
aaa authentication dot1x default group radius
•
dot1x system-auth-control
Use the show radius statistics command to display the number of RADIUS messages that do not receive the accounting response message.
Examples
The following example defines a default commands accounting method list, where accounting services are provided by a TACACS+ security server, set for privilege level 15 commands with a stop-only restriction.
aaa accounting commands 15 default stop-only group tacacs+The following example defines a default auth-proxy accounting method list, where accounting services are provided by a TACACS+ security server with a start-stop restriction. The aaa accounting command activates authentication proxy accounting.
aaa new-modelaaa authentication login default group tacacs+aaa authorization auth-proxy default group tacacs+aaa accounting auth-proxy default start-stop group tacacs+The following example defines a default system accounting method list, where accounting services are provided by RADIUS security server "server1" with a start-stop restriction. The aaa accounting command specifies accounting for vrf "vrf1."
aaa accounting system default vrf1 water start-stop group server1The following example defines a default IEEE 802.1x accounting method list, where accounting services are provided by a RADIUS server. The aaa accounting command activates IEEE 802.1x accounting.
aaa new modelaaa authentication dot1x default group radiusaaa authorization dot1x default group radiusaaa accounting dot1x default start-stop group radiusThe following example shows how to enable network accounting and send tunnel and tunnel-link accounting records to the RADIUS server. (Tunnel-Reject and Tunnel-Link-Reject accounting records are automatically sent if either start or stop records are configured.)
aaa accounting network tunnel start-stop group radiusaaa accounting network session start-stop group radiusThe following example shows how to enable IEEE 802.1x accounting:
aaa accounting dot1x default start-stop group radiusaaa accounting system default start-stop group radiusRelated Commands
aaa accounting update
To enable periodic interim accounting records to be sent to the accounting server, use the aaa accounting update command in global configuration mode. To disable interim accounting updates, use the no form of this command.
aaa accounting update [newinfo] [periodic number [jitter {maximum max-value}]]
no aaa accounting update
Syntax Description
Defaults
Disabled
Command Modes
Global configuration
Command History
Usage Guidelines
•
When the aaa accounting update command is activated, the Cisco IOS software issues interim accounting records for all users on the system. If the newinfo keyword is used, interim accounting records will be sent to the accounting server every time there is new accounting information to report. An example would be when IP Control Protocol (IPCP) completes IP address negotiation with the remote peer. The interim accounting record will include the negotiated IP address used by the remote peer.
•
When the gw-accounting aaa command and the aaa accounting update newinfo command and keyword are activated, Cisco IOS software generates and sends an additional updated interim accounting record to the accounting server when a call leg is connected. All attributes (for example, h323-connect-time and backward-call-indicators (BCI)) available at the time of call connection are sent through this interim updated accounting record.
•
When used with the periodic keyword, interim accounting records are sent periodically as defined by the number. The interim accounting record contains all of the accounting information recorded for that user up to the time the accounting record is sent.
•
When using both the newinfo and periodic keywords, interim accounting records are sent to the accounting server every time there is new accounting information to report, and accounting records are sent to the accounting server periodically as defined by the number. For example, if you configure the aaa accounting update newinfo periodic number command, all users currently logged in will continue to generate periodic interim accounting records while new users will generate accounting records based on the newinfo algorithm.
•
Vendor-specific attributes (VSAs) such as h323-connect-time and backward-call-indicator (BCI) are transmitted in the interim update RADIUS message when the aaa accounting update newinfo command and keyword are enabled.
•
Jitter is used to provide an interval of time between records so that the AAA server does not get overwhelmed by a constant stream of records. If certain applications require that periodic records be sent a exact intervals, you should disable jitter by setting it to 0.
CautionUsing the aaa accounting update periodic command and keyword can cause heavy congestion when many users are logged into the network.
Examples
The following example sends PPP accounting records to a remote RADIUS server. When IPCP completes negotiation, this command sends an interim accounting record to the RADIUS server that includes the negotiated IP address for this user; it also sends periodic interim accounting records to the RADIUS server at 30-minute intervals.
aaa accounting network default start-stop group radiusaaa accounting update newinfo periodic 30The following example sends periodic interim accounting records to the RADIUS server at 30-minute intervals and disables jitter:
aaa accounting update newinfo periodic 30 jitter maximum 0Related Commands
Command Descriptionaaa accounting
Enables AAA accounting of requested services for billing or security purposes.
gw-accounting aaa
Enables VoIP gateway accounting through the AAA system.
aaa authentication
To specify one or more authentication, authorization, and accounting (AAA) methods for use on interfaces running IEEE 802.1X, use the aaa authentication dot1x command in global configuration mode. To disable authentication, use the no form of this command
aaa authentication dot1x {default | listname} method1 [method2...]
no aaa authentication dot1x {default | listname} method1 [method2...]
Syntax Description
Defaults
No authentication is performed.
Command Types
Global configuration
Command History
Usage Guidelines
The method argument identifies the list of methods that the authentication algorithm tries in the given sequence to validate the password provided by the client. The only method that is truly 802.1X-compliant is the group radius method, in which the client data is validated against a RADIUS authentication server. The remaining methods enable AAA to authenticate the client by using locally configured data. For example, the local and local-case methods use the username and password that are saved in the Cisco IOS configuration file. The enable and line methods use the enable and line passwords for authentication.
If you specify group radius, you must configure the RADIUS server by entering the radius-server host global configuration command. If you are not using a RADIUS server, you can use the local or local-case methods, which access the local username database to perform authentication. By specifying the enable or line methods, you can supply the clients with a password to provide access to the switch.
Use the show running-config privileged EXEC command to display the configured lists of authentication methods.
The aaa authentication method-list default indicates if the RADIUS Access Request is to be initiated from the BWG for the unauthenticated group, or not. In the absence of this command under an unauthenticated user group then, the BWG will not send an Access-Request to the AAA and the proxy realm password, and user auto-provisioned commands will not hold importance.
Examples
The following example shows how to create an authentication list. This authentication first tries to contact a RADIUS server. If this action returns an error, the user is allowed access with no authentication:
service wimax agwaaa new-model!!aaa authentication dot1x agw group radiusaaa authorization network default group radiusaaa accounting update periodic 1aaa accounting network agw start-stop group radius!!aaa session-id uniqueclock timezone PST -8clock calendar-validRelated Commands
aaa authentication ppp
To specify one or more authentication, authorization, and accounting (AAA) authentication methods for use on serial interfaces that are running PPP, use the aaa authentication ppp command in global configuration mode. To disable authentication, use the no form of this command.
aaa authentication ppp {default}
no aaa authentication ppp {default}
Syntax Description
default
Uses the listed authentication methods that follow this keyword as the default list of methods when a user logs in.
Defaults
If the default list is not set, only the local user database is checked. This has the same effect as that created by the following command:
aaa authentication ppp default localCommand Modes
Global configuration
Command History
Usage Guidelines
Note
The Cisco BWG only supports the default setting. If you configure aaa authentication ppp agw group radius, the PPP session creation will fail.
The lists that you create with the aaa authentication ppp command are used with the ppp authentication command. These lists contain up to four authentication methods that are used when a user tries to log in to the serial interface.
Create a list by entering the aaa authentication ppp list-name method command, where list-name is any character string used to name this list MIS-access. The method argument identifies the list of methods that the authentication algorithm tries in the given sequence. You can enter up to four methods. Method keywords are described in Table 7.
The additional methods of authentication are used only if the previous method returns an error, not if it fails. Specify none as the final method in the command line to have authentication succeed even if all methods return an error.
If authentication is not specifically set for a function, the default is none and no authentication is performed. Use the more system:running-config command to display currently configured lists of authentication methods.
Note
In Table 7, the group radius, group tacacs+, and group group-name methods refer to a set of previously defined RADIUS or TACACS+ servers. Use the radius-server host and tacacs+-server host commands to configure the host servers. Use the aaa group server radius and aaa group server tacacs+ commands to create a named group of servers.
Cisco 10000 Series Router
The Cisco 10000 series router supports a maximum of 2,000 AAA method lists. If you configure more than 2,000 AAA method lists, traceback messages appear on the console.
Examples
The following example shows how to create a AAA authentication list called MIS-access for serial lines that use PPP. This authentication first tries to contact a TACACS+ server. If this action returns an error, the user is allowed access with no authentication.
aaa authentication ppp MIS-access group tacacs+ noneHere is a sample configuration command for PAP authentication on the BWG.
!aaa authentication ppp default group radius!Related Commands
clear wimax agw bs
To clear all the subscribers that belong to this base station, and clear the base station details, use the clear wimax agw bs command in global configuration mode.
clear wimax agw bs bs-ip-address
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC
Usage Guidelines
Usage Guidelines
Note
All clear wimax commands are valid only on the SR ACTIVE card.
For example:
router#clear wimax agw subscriber allThis is STANDBY unit. This command must be issued on the ACTIVE unitExamples
The following example illustrates how to enable the clear wimax agw bs command:
router#clear wimax agw bs bs-ip-addressclear wimax agw redundancy statistics
To clear redundancy specific statistics, use the clear wimax agw redundancy statistics command in privileged EXEC configuration mode.
clear wimax agw redundancy statistics
Syntax Description
This command has no keywords or arguments.
Defaults
There are no default values.
Command Modes
Privileged EXEC configuration.
Command History
Usage Guidelines
You can use the clear wimax agw redundancy statistics command on the standby card without producing a warning message, but the redundancy statistics on the active and standby will not be in sync.
Examples
The following example clears all BWG redundancy statistics:
router#clear wimax agw redundancy statisticsclear wimax agw statistics
To clear statistics on the BWG, use the clear wimax agw statistics command in privileged EXEC configuration mode.
clear wimax agw statistics
Syntax Description
There are no keywords or arguments
Defaults
There are no default values.
Command Modes
Privileged EXEC configuration.
Command History
Usage Guidelines
You can use the clear wimax agw statistics command on the standby card without producing a warning message, but the statistics on the active and standby will not be in sync.
Examples
The following example illustrates the clear wimax agw statistics command:
router# clear wimax agw statisticsclear wimax agw subscriber
To clear the subscriber on the BWG, use the clear wimax agw subscriber command in privileged EXEC configuration mode.
clear wimax agw subscriber [mac-id mac-id ] [local]
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC configuration.
Command History
Usage Guidelines
Note
All clear wimax commands are valid only on the SR ACTIVE card.
For example:
router#clear wimax agw subscriber allThis is STANDBY unit. This command must be issued on the ACTIVE unitExamples
The following example clears subscribers locally:
clear wimax agw subscriber localcs-type
To specify the cs-type profile under the corresponding direction, use the cs-type sub command. The no version of the command removes the cs-type information from the corresponding direction. Configuring the command opens a sub configuration mode to configure various cs-type commands.
cs-type {ethernet-cs | ip-cs}
no cs-type {ethernet-cs | ip-cs}
Syntax Description
ethernet-cs
Specifies ethernet as the convergence sublayer.
ip-cs
Specifies IP as the convergence sublayer.
Defaults
There are no default values.
Comm


