Table Of Contents
Cisco Broadband Wireless Gateway 1.2 Command Reference, IOS Release 12.4(15)XL3
aaa accounting (wimax user group-list subcommand)
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.2 Command Reference, IOS Release 12.4(15)XL3
09 October 2008The following commands are new or changed in Cisco BWG 1.2 for IOS Release 12.4(15)XL3:
•
aaa accounting Modified
•
aaa accounting (wimax user group-list subcommand)
•
clear wimax agw redundancy statistics
•
debug wimax agw r6 subscriber
•
ip address allocation subscriber timeout
•
ip redirect traffic New
•
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
•
show wimax agw subscriber Modified
•
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
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 (wimax user group-list subcommand)
To enable various flow commands on the BWG, use the aaa accounting command in wimax user group-list submode. Use the no form of the command to disable the various flows.
aaa accounting [flow | host | method-list]
no aaa accounting [flow | host | method-list]
Syntax Description
Defaults
Disabled
Command Modes
Global configuration
Command History
Release Modification12.4(15)XL
This command was introduced.
12.4(15)XL3
The host keyword was added.
Usage Guidelines
Both flow and host-based accounting can be enabled or disabled under the user group. And both host and flow modes can be enabled simultaneously.
If host accounting is enabled for a host in a user group, then the BWG initiates accounting by sending an Accounting Start request to the RADIUS server every time a host (default host is known as the CPE, DHCP host behind the CPE, Static Host) gets created on BWG. An accounting stop request is sent if the session gets de-registered or the host gets deleted.
Examples
Here is a configuration and usage example of the aaa accounting host command:
router(config)#wimax agw user group-list wimaxrouter(config-gw-ugl)#user-group domain cisco2.comrouter(config-gw-ug)#aaa accounting ?flow User group AAA accounting flow commandshost User group AAA accounting host commandsmethod-list User group AAA accounting method list configuration commandsrouter(config-gw-ug)#aaa accounting host ?enable Enable User group AAA accounting per hostrouter(config-gw-ug)#aaa accounting host enableuser-group domain cisco2.comaaa accounting method-list agwsla profile-name goldip static-allowedsecurity subscriber address-filtering ingresssubscriber network-behindaaa accounting host enable!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 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.
Command Modes
Service flow direction configuration submode.
Command History
Usage Guidelines
Configuring the command opens a sub configuration mode to configure various cs-type commands.
Examples
The following example configures both cs-types:
wimax agw service-flow profile isfdirection downlinkcs-type ip-cspak-classify-rule isf-classifier-downlinkprecedence 1cs-type ethernet-cspak-classify-rule isf-classifier-downlinkprecedence 2qos-info isf-qos-downlink!direction uplinkcs-type ip-cspak-classify-rule isf-classifier-uplinkprecedence 1cs-type ethernet-cspak-classify-rule isf-classifier-uplinkprecedence 2vlan 2 vrf vrf_1vlan range 3 10 vrf vrf_2vrf-default vrf_1qos-info isf-qos-uplinkdata-delivery-service
To configure data delivery service associated with certain predefined set of QoS-related service flow parameters, use the data-delivery-service command in global configuration mode. Use the no form of the command to disable this feature.
data-delivery-service {unsolicited-grant | real-time-variable-rate | non-real-time-variable-rate | best-effort | extended-real-time-variable-rate}
no data-delivery-service
Syntax Description
Defaults
The default setting is unsolicited-grant.
Command Modes
Service flow QoS info configuration mode.
Command History
Examples
The following example illustrates how to configure the data-delivery-service command:
wimax agw service-flow qos-info profile isf-qos-downlinkdata-delivery-service real-time-variable-ratemaximum-latency 1maximum-traffic-burst 2maximum-traffic-rate-sustained 3media-flow-type 012041424344minimum-traffic-rate-reserved 4policy-transmission-request 5sdu-size 6tolerated-jitter 7traffic-priority 1unsolicited-interval-grant 8unsolicited-interval-polling 9wimax agw service-flow qos-info profile isf-qos-uplinkdata-delivery-service unsolicited-grantmaximum-latency 11maximum-traffic-burst 21maximum-traffic-rate-sustained 31minimum-traffic-rate-reserved 41policy-transmission-request 51sdu-size 61tolerated-jitter 71traffic-priority 3unsolicited-interval-grant 81unsolicited-interval-polling 91!wimax agw service-flow qos-info profile downlink-qos-02data-delivery-service real-time-variable-ratemedia-flow-type 05abcddebug ip slb
To display debugging messages for the Cisco IOS Server Load Balancing (SLB) feature, use the debug ip slb command in privileged EXEC mode. To disable debug output, use the no form of this command.
debug ip slb {conns | dfp | icmp | reals | asnr6 | all}
no debug ip slb {conns | dfp | icmp | reals | asnr6 | all}
Syntax Description
Command Default
No default behavior or values
Command Modes
Privileged Exec
Command History
Release Modification12.0(7)XE
This command was introduced.
12.1(5)T
This command was integrated into Cisco IOS Release 12.1(5)T.
12.4(15)XL
The asnr6 keyword was introduced.
Usage Guidelines
See the following caution before using debug commands.
CautionBecause debugging output is assigned high priority in the CPU process, it can render the system unusable. For this reason, only use debug commands to troubleshoot specific problems or during troubleshooting sessions with Cisco technical support staff. Moreover, it is best to use debug commands during periods of lower network flows and fewer users. Debugging during these periods reduces the effect these commands have on other users on the system.
Examples
Here is an example of the command:
Router# debug ip slb allSLB All debugging is onRouter#The following example stops all debugging:Router# no debug allAll possible debugging has been turned offdebug condition
To enable conditional debugging on the BWG, use the debug condition command in privileged EXEC mode.
debug condition [mac-address mac-id-of-subscriber] [ip bs-ip-address]
Syntax Description
mac-address mac-id-of-subscriber]
based on the Subscriber MAC-ID
ip bs-ip-address
based on the BS IP address
Defaults
Command Modes
Privileged EXEC.
Command History
Usage Guidelines
When there is option to branch in the debug CLI, all the options after the keyword can be enabled by using the carriage-return. For example:
To enable all the WiMAX BWG related debugs, enter:
router#debug wimax agwTo enable all the WiMAX BWG session related debugs, enter:
router#debug wimax agw sessionExamples
The following example enables conditional debugging on the BWG:
Router#debug condition mac-address mac-id-of-subscriberRotuer#debug condition ip bs-ip-addressdebug eap
To display debug output for EAP related events and errors, use the debug eap command in privileged EXEC mode. Use the no version of command to turn off debug output.
debug eap {all | authenticator | errors | events | packets | peer | sm}
no debug eap {all | authenticator | errors | events | packets | peer | sm}
Syntax Description
Defaults
No default values.
Command Modes
Privileged EXEC.
Command History
Examples
Here is sample output for the debug eap events command:
Router#debug eap eventsEAP authenticator events debugging is onEAP peer events debugging is onRouter#*Feb 22 08:58:46.351: EAP-EVENT: Received context create from lower layer (0x59000003)*Feb 22 08:58:46.351: EAP-AUTH-EVENT: Received AAA ID 0x00000005 from LL*Feb 22 08:58:46.351: EAP-AUTH-AAA-EVENT: Assigning AAA ID 0x00000005*Feb 22 08:58:46.351: EAP-EVENT: Allocated new EAP context (handle = 0xB4000003)*Feb 22 08:58:46.351: EAP-EVENT: Received event 'EAP_AUTHENTICATOR_START' on handle 0xB4000003*Feb 22 08:58:46.351: EAP-AUTH-EVENT: Current method = Identity*Feb 22 08:58:46.351: EAP-AUTH-EVENT: Sending packet to lower layer for context 0xB4000003*Feb 22 08:58:46.351: EAP-EVENT: Started 'Authenticator ReqId Retransmit' timer (5s) for EAP sesion handle 0xB4000003*Feb 22 08:58:46.351: EAP-EVENT: Started EAP tick timer*Feb 22 08:58:46.351: EAP-EVENT: Sending lower layer event 'EAP_TX_PACKET' on handle 0xB4000003*Feb 22 08:58:46.355: EAP-EVENT: Received event 'EAP_RX_PACKET' on handle 0xB4000003*Feb 22 08:58:46.355: EAP-AUTH-EVENT: EAP Response received by contextasn# 0xB4000003*Feb 22 08:58:46.355: EAP-AUTH-EVENT: EAP Response type = Identity*Feb 22 08:58:46.355: EAP-EVENT: Stopping 'Authenticator ReqId Retransmit' timer for EAP sesion handle 0xB4000003*Feb 22 08:58:46.355: EAP-AUTH-EVENT: Received peer identity: swimeap@wimax.org*Feb 22 08:58:46.355: EAP-EVENT: Sending lower layer event 'EAP_GET_AAA_METHOD_LISTS' on handle 0xB4000003*Feb 22 08:58:46.355: EAP-EVENT: Sending lower layer event 'EAP_GET_PEER_MAC_ADDRESS' on handle 0xB4000003*Feb 22 08:58:46.355: EAP-EVENT: Sending lower layer event 'EAP_CUSTOMIZE_AAA_REQUEST' on handle 0xB4000003*Feb 22 08:58:46.355: EAP-AUTH-AAA-EVENT: Request sent successfully*Feb 22 08:58:46.359: EAP-EVENT: eap_aaa_reply*Feb 22 08:58:46.359: EAP-AUTH-AAA-EVENT: Server status: GET_CHALLENGE_RESPONSE*Feb 22 08:58:46.359: EAP-EVENT: Received event 'EAP_AAA_RX_PACKET' on handle 0xB4000003*Feb 22 08:58:46.359: EAP-AUTH-EVENT: Current method = 13*Feb 22 08:58:46.359: EAP-AUTH-EVENT: Sending packet to lower layerfor context 0xB4000003*Feb 22 08:58:46.359: EAP-EVENT: Started 'Authenticator Retransmit' timer (5s) for EAP sesion handle 0xB4000003*Feb 22 08:58:46.359: EAP-EVENT: Started EAP tick timer*Feb 22 08:58:46.359: EAP-EVENT: Sending lower layer event 'EAP_TX_PACKET' on handle 0xB4000003Router#Router#*Feb 22 08:58:51.479: EAP-EVENT: 'Authenticator Retransmit' timer expired for EAP sesion handle 0xB4000003*Feb 22 08:58:51.479: EAP-AUTH-EVENT: Resending last packet for context 0xB4000003*Feb 22 08:58:51.479: EAP-AUTH-EVENT: Sending packet to lower layer for context 0xB4000003*Feb 22 08:58:51.479: EAP-EVENT: Started 'Authenticator Retransmit' timer (5s) for EAP sesion handle*Feb 22 08:59:11.959: EAP-EVENT: Sending lower layer event 'EAP_TX_PACKET' on handle 0xB4000003*Feb 22 08:59:11.959: EAP-EVENT: Received event 'EAP_RX_PACKET' on handle 0xB4000003*Feb 22 08:59:11.959: EAP-EVENT: Sending lower layer event 'EAP_TX_PACKET' on handle 0xB4000003Router#*Feb 22 08:59:17.079: EAP-EVENT: 'Authenticator Retransmit' timer expired for EAP sesion handle 0xB4000003*Feb 22 08:59:17.079: EAP-EVENT: Sending lower layer event 'EAP_TIMEOUT' on handle 0xB4000003*Feb 22 08:59:17.079: EAP-EVENT: Received free context (0xB4000003) from lower layer*Feb 22 08:59:17.079: EAP-EVENT: Received event 'EAP_DELETE' on handle 0xB4000003*Feb 22 08:59:17.079: EAP-AUTH-EVENT: Freed EAP auth context*Feb 22 08:59:17.079: EAP-EVENT: Freed EAP contextasn#*Feb 22 08:59:18.103: EAP-EVENT: Stopped EAP tick timerdebug eap authenticator
To display debug output for EAP authenticator related events and errors, use the debug eap authenticator command in privileged EXEC mode. Use the no version of command to turn off debug output.
debug eap authenticator {all | errors | events | packets | sm}
no debug eap authenticator {all | errors | events | packets | sm}
Syntax Description
all
Displays all eap debug information.
errors
Displays eap errors.
events
Displays eap events.
packets
Displays eap packet information
sm
Displays EAP state machine errors.
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Examples
Here is sample output for the debug eap authenticator errors command:
Router#debug eap authenticator errorsEAP authenticator errors debugging is onRouter#*Feb 23 07:30:09.546: EAP-AUTH-ERROR: Invalid response id 2 (current id = 3)Here is sample output for thedebug eap authenticator events command:
Router#debug eap authenticator eventsEAP authenticator events debugging is onRouter#*Feb 23 07:36:08.258: EAP-EVENT: Received context create from lower layer (0x67000006)*Feb 23 07:36:08.258: EAP-AUTH-EVENT: Received AAA ID 0x00000009 from LL*Feb 23 07:36:08.258: EAP-AUTH-AAA-EVENT: Assigning AAA ID 0x00000009*Feb 23 07:36:08.258: EAP-EVENT: Allocated new EAP context (handle = 0x27000006)*Feb 23 07:36:08.258: EAP-EVENT: Received event 'EAP_AUTHENTICATOR_START' on handle 0x27000006*Feb 23 07:36:08.258: EAP-AUTH-EVENT: Current method = Identity*Feb 23 07:36:08.258: EAP-AUTH-EVENT: Sending packet to lower layer for context 0x27000006*Feb 23 07:36:08.258: EAP-EVENT: Started 'Authenticator ReqId Retransmit' timer (5s) for EAP sesion handle 0x27000006*Feb 23 07:36:08.258: EAP-EVENT: Started EAP tick timer*Feb 23 07:36:08.258: EAP-EVENT: Sending lower layer event 'EAP_TX_PACKET' on handle 0x27000006*Feb 23 07:36:08.258: EAP-EVENT: Received event 'EAP_RX_PACKET' on handle 0x27000006*Feb 23 07:36:08.258: EAP-AUTH-EVENT: EAP Response received by contextRouter# 0x27000006*Feb 23 07:36:08.258: EAP-AUTH-EVENT: EAP Response type = Identity*Feb 23 07:36:08.258: EAP-EVENT: Stopping 'Authenticator ReqId Retransmit' timer for EAP sesion handle 0x27000006*Feb 23 07:36:08.258: EAP-AUTH-EVENT: Received peer identity: swimeap@wimax.org*Feb 23 07:36:08.258: EAP-EVENT: Sending lower layer event 'EAP_GET_AAA_METHOD_LISTS' on handle 0x27000006*Feb 23 07:36:08.258: EAP-EVENT: Sending lower layer event 'EAP_GET_PEER_MAC_ADDRESS' on handle 0x27000006*Feb 23 07:36:08.258: EAP-EVENT: Sending lower layer event 'EAP_CUSTOMIZE_AAA_REQUEST' on handle 0x27000006*Feb 23 07:36:08.258: EAP-AUTH-AAA-EVENT: Request sent successfully*Feb 23 07:36:08.266: EAP-EVENT: eap_aaa_reply*Feb 23 07:36:08.266: EAP-AUTH-AAA-EVENT: Server status: GET_CHALLENGE_RESPONSE*Feb 23 07:36:08.266: EAP-EVENT: Received event 'EAP_AAA_RX_PACKET' on handle 0x27000006*Feb 23 07:36:08.266: EAP-AUTH-EVENT: Current method = 13*Feb 23 07:36:08.266: EAP-AUTH-EVENT: Sending packet to lower layer for context 0x27000006*Feb 23 07:36:08.266: EAP-EVENT: Started 'Authenticator Retransmit' timer (5s) for EAP sesion handle 0x27000006*Feb 23 07:36:08.266: EAP-EVENT: Started EAP tick timer*Feb 23 07:36:08.266: EAP-EVENT: Sending lower layer event 'EAP_TX_PACKET' on handle 0x27000006*Feb 23 07:36:08.274: EAP-EVENT: Received event 'EAP_RX_PACKET' on handle 0x27000006*Feb 23 07:36:08.274: EAP-AUTH-EVENT: EAP Response received by context 0x27000006*Feb 23 07:36:08.274: EAP-AUTH-EVENT: EAP Response type = Method (13)*Feb 23 07:36:08.274: EAP-EVENT: Stopping 'Authenticator Retransmit' timer for EAP sesion handle 0x27000006*Feb 23 07:36:08.274: EAP-EVENT: Sending lower layer event 'EAP_GET_AAA_METHOD_LISTS' on handle 0x27000006*Feb 23 07:36:08.274: EAP-EVENT: Sending lower layer event 'EAP_CUSTOMIZE_AAA_REQUEST' on handle 0x27000006*Feb 23 07:36:08.274: EAP-AUTH-AAA-EVENT: Request sent successfully*Feb 23 07:36:08.282: EAP-EVENT: eap_aaa_reply*Feb 23 07:36:08.282: EAP-AUTH-AAA-EVENT: Server status: GET_CHALLENGE_RESPONSE*Feb 23 07:36:08.282: EAP-EVENT: Received event 'EAP_AAA_RX_PACKET' on handle 0x27000006*Feb 23 07:36:08.282: EAP-AUTH-EVENT: Current method = 13debug ip packet
To display general IP debugging information and IP security option (IPSO) security transactions, use the debug ip packet command in privileged EXEC mode. To disable debugging output, use the no form of this command.
debug ip packet [access-list-number] [detail] [dump]
no debug ip packet [access-list-number]
Syntax Description
Command Modes
Privileged EXEC
Usage Guidelines
If a communication session is closing when it should not be, an end-to-end connection problem can be the cause. The debug ip packet command is useful for analyzing the messages traveling between the local and remote hosts. IP packet debugging captures the packets that are process switched including received, generated and forwarded packets. IP packets that are switched in the fast path are not captured.
IPSO security transactions include messages that describe the cause of failure each time a datagram fails a security test in the system. This information is also sent to the sending host when the router configuration allows it.
CautionBecause the debug ip packet command generates a substantial amount of output and uses a substantial amount of system resources, this command should be used with caution in production networks. It should only be enabled when traffic on the IP network is low, so other activity on the system is not adversely affected. Enabling the detail and dump keywords use the highest level of system resources of the available configuration options for this command, so a high level of caution should be applied when enabling either of these keywords.
CautionThe dump keyword is not fully supported and should be used only in collaboration with Cisco Technical Support. Because of the risk of using significant CPU utilization, the dump keyword is hidden from the user and cannot be seen using the "?" prompt. The length of the displayed packet information may exceed the actual packet length and include additional padding bytes that do not belong to the IP packet. Also note that the beginning of a packet may start at different locations in the dump output depending on the specific router, interface type, and packet header processing that may have occurred before the output is displayed.
Examples
The following is sample output from the debug ip packet command:
Router# debug ip packetIP packet debugging is onIP: s=172.69.13.44 (Fddi0), d=10.125.254.1 (Serial2), g=172.69.16.2, forwardIP: s=172.69.1.57 (Ethernet4), d=10.36.125.2 (Serial2), g=172.69.16.2, forwardIP: s=172.69.1.6 (Ethernet4), d=255.255.255.255, rcvd 2IP: s=172.69.1.55 (Ethernet4), d=172.69.2.42 (Fddi0), g=172.69.13.6, forwardIP: s=172.69.89.33 (Ethernet2), d=10.130.2.156 (Serial2), g=172.69.16.2, forwardIP: s=172.69.1.27 (Ethernet4), d=172.69.43.126 (Fddi1), g=172.69.23.5, forwardIP: s=172.69.1.27 (Ethernet4), d=172.69.43.126 (Fddi0), g=172.69.13.6, forwardIP: s=172.69.20.32 (Ethernet2), d=255.255.255.255, rcvd 2IP: s=172.69.1.57 (Ethernet4), d=10.36.125.2 (Serial2), g=172.69.16.2, access deniedThe output shows two types of messages that the debug ip packet command can produce; the first line of output describes an IP packet that the router forwards, and the third line of output describes a packet that is destined for the router. In the third line of output, rcvd 2 indicates that the router decided to receive the packet.
Table 8 describes the significant fields shown in the display.
The following is sample output from the debug ip packet command enabled with the detail keyword:
Router# debug ip packet detailIP packet debugging is on (detailed)001556: 19:59:30: CEF: Try to CEF switch 10.4.9.151 from FastEthernet0/0001557: 19:59:30: IP: s=10.4.9.6 (FastEthernet0/0), d=10.4.9.151 (FastEthernet03001558: 19:59:30: TCP src=179, dst=11001, seq=3736598846, ack=2885081910, wH001559: 20:00:09: CEF: Try to CEF switch 10.4.9.151 from FastEthernet0/0001560: 20:00:09: IP: s=10.4.9.4 (FastEthernet0/0), d=10.4.9.151 (FastEthernet03001561: 20:00:09: TCP src=179, dst=11000, seq=163035693, ack=2948141027, wiH001562: 20:00:14: CEF: Try to CEF switch 10.4.9.151 from FastEthernet0/0001563: 20:00:14: IP: s=10.4.9.6 (FastEthernet0/0), d=10.4.9.151 (FastEthernet03001564: 20:00:14: ICMP type=8, code=0001565: 20:00:14: IP: s=10.4.9.151 (local), d=10.4.9.6 (FastEthernet0/0), len 1g001566: 20:00:14: ICMP type=0, code=0The format of the output with detail keyword provides additional information, such as the packet type, code, some field values, and source and destination port numbers.
Table 9 describes the significant fields shown in the display.
The following is sample output from the debug ip packet command enabled with the dump keyword:
Router# debug ip packet dumpIP packet debugging is on (detailed) (dump)21:02:42: IP: s=10.4.9.6 (FastEthernet0/0), d=10.4.9.4 (FastEthernet0/0), len 1307003A00: 0005 00509C08 ...P..07003A10: 0007855B 4DC00800 45000064 001E0000 ...[M@..E..d....07003A20: FE019669 0A040906 0A040904 0800CF7C ~..i..........O|07003A30: 0D052678 00000000 0A0B7145 ABCDABCD ..&x......qE+M+M07003A40: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M07003A50: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M07003A60: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M07003A70: ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M21:02:42: IP: s=10.4.9.4 (local), d=10.4.9.6 (FastEthernet0/0), len 100, sending07003A00: 0005 00509C08 ...P..07003A10: 0007855B 4DC00800 45000064 001E0000 ...[M@..E..d....07003A20: FF019569 0A040904 0A040906 0000D77C ...i..........W|07003A30: 0D052678 00000000 0A0B7145 ABCDABCD ..&x......qE+M+M07003A40: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M07003A50: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M07003A60: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M07003A70: ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M21:02:42: CEF: Try to CEF switch 10.4.9.4 from FastEthernet0/021:02:42: IP: s=10.4.9.6 (FastEthernet0/0), d=10.4.9.4 (FastEthernet0/0), len 1307003380: 0005 00509C08 ...P..07003390: 0007855B 4DC00800 45000064 001F0000 ...[M@..E..d....070033A0: FE019668 0A040906 0A040904 0800CF77 ~..h..........Ow070033B0: 0D062678 00000000 0A0B7149 ABCDABCD ..&x......qI+M+M070033C0: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M070033D0: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M070033E0: ABCDABCD ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M+M+M070033F0: ABCDABCD ABCDABCD ABCDABCD +M+M+M+M+M+M
Note
The dump keyword is not fully supported and should be used only in collaboration with Cisco Technical Support. See the caution in the usage guidelines section of this command reference page for more specific information.
The output from the debug ip packet command, when the dump keyword is enabled, provides raw packet data in hexadecimal and ASCII forms. This additional output is displayed in addition to the standard output. The dump keyword can be used with all of the available configuration options of this command.
Table 10 describes the significant fields shown in the display.
The calculation on whether to send a security error message can be somewhat confusing. It depends upon both the security label in the datagram and the label of the incoming interface. First, the label contained in the datagram is examined for anything obviously wrong. If nothing is wrong, assume the datagram to be correct. If something is wrong, the datagram is treated as unclassified genser. Then the label is compared with the interface range, and the appropriate action is taken, as Table 11 describes.
The security code can only generate a few types of Internet Control Message Protocol (ICMP) error messages. The only possible error messages and their meanings follow:
•
ICMP Parameter problem, code 0—Error at pointer
•
ICMP Parameter problem, code 1—Missing option
•
ICMP Parameter problem, code 2—See Note that follows
•
ICMP Unreachable, code 10—Administratively prohibited
Note
The message "ICMP Parameter problem, code 2" identifies a specific error that occurs in the processing of a datagram. This message indicates that the router received a datagram containing a maximum length IP header but no security option. After being processed and routed to another interface, it is discovered that the outgoing interface is marked with "add a security label." Because the IP header is already full, the system cannot add a label and must drop the datagram and return an error message.
When an IP packet is rejected due to an IP security failure, an audit message is sent via Department of Defense Intelligence Information System Network Security for Information Exchange (DNSIX) Network Address Translation (NAT). Also, any debug ip packet output is appended to include a description of the reason for rejection. This description can be any of the following:
•
No basic
•
No basic, no response
•
Reserved class
•
Reserved class, no response
•
Class too low, no response
•
Class too high
•
Class too high, bad authorities, no response
•
Unrecognized class
•
Unrecognized class, no response
•
Multiple basic
•
Multiple basic, no response
•
Authority too low, no response
•
Authority too high
•
Compartment bits not dominated by maximum sensitivity level
•
Compartment bits do not dominate minimum sensitivity level
•
Security failure: extended security disallowed
•
NLESO source appeared twice
•
ESO source not found
•
Postroute, failed xfc out
•
No room to add IPSO
debug ip slb
To display debugging messages for the Cisco IOS Server Load Balancing (SLB) feature, use the debug ip slb command in privileged EXEC mode. To disable debug output, use the no form of this command.To display the packet path inside ASNLB, use the debug ip slb asnr6.
debug ip slb {conns | dfp | icmp | asnr6 | reals | all}
no debug ip slb {conns | dfp | icmp | asnr6 | reals | all}
Syntax Description
Command Default
No default behavior or values.
Command Modes
Privileged EXEC
Command History
Release Modification12.0(7)XE
This command was introduced.
12.1(5)T
This command was integrated into Cisco IOS Release 12.1(5)T.
12.4(15)XL
The asnr6 keyword was added.
Usage Guidelines
See the following caution before using debug commands.
CautionBecause debugging output is assigned high priority in the CPU process, it can render the system unusable. For this reason, only use debug commands to troubleshoot specific problems or during troubleshooting sessions with Cisco technical support staff. Moreover, it is best to use debug commands during periods of lower network flows and fewer users. Debugging during these periods reduces the effect these commands have on other users on the system.
Examples
Here is an example of the debug ip slb command:
Router# debug ip slb allSLB All debugging is onRouter#The following example stops all debugging:
Router# no debug allAll possible debugging has been turned offdebug radius
To display debugging output for RADIUS parameters, use the debug radius command in privileged EXEC mode. Use the no version of command to disable this feature.
debug radius {brief | hex}
no debug radius {brief | hex}
Syntax Description
brief
(Optional) Displays abbreviated debug output.
hex
(Optional) Displays debugging output in hexadecimal notation.
Defaults
Debugging output in ASCII format is enabled.
Command Modes
Privileged EXEC.
Command History
Usage Guidelines
RADIUS is a distributed security system that secures networks against unauthorized access. Cisco supports RADIUS under the authentication, authorization, and accounting (AAA) security system. When RADIUS is used on the router, you can use the debug radius command to display detailed debugging and troubleshooting information in ASCII format. Use the debug radius brief command for abbreviated output displaying client/server interaction and minimum packet information. Use the debug radius hex command to display packet dump information that has not been truncated in hex format.
Examples
Here is sample output for the debug radius brief command:
Router#debug radius briefRadius protocol debugging is onRadius protocol brief debugging is onRadius protocol verbose debugging is offRadius packet hex dump debugging is offRadius packet protocol debugging is offRadius elog debugging debugging is offRadius packet retransmission debugging is offRadius server fail-over debugging is offRadius elog debugging debugging is offRouter#*Feb 22 08:33:03.259: RADIUS/ENCODE(00000002):Orig. component type = DOT1X*Feb 22 08:33:03.259: RADIUS/ENCODE: NAS PORT sending disabled*Feb 22 08:33:03.259: RADIUS(00000002): Config NAS IP: 0.0.0.0*Feb 22 08:33:03.259: RADIUS(00000002): Config NAS IP: 0.0.0.0*Feb 22 08:33:03.259: RADIUS: Attribute 55 not sent, as system clock is not set*Feb 22 08:33:03.259: RADIUS/ENCODE: Best Local IP-Address 1.8.84.1 for Radius-Server 1.8.91.8*Feb 22 08:33:03.259: RADIUS(00000002): Send Access-Request to 1.8.91.8:1645 id 1645/1, len 231Router#*Feb 22 08:33:08.007: RADIUS: Retransmit to (1.8.91.8:1645,1646) for id 1645/1*Feb 22 08:33:08.011: RADIUS: Received from id 1645/1 1.8.91.8:1645, Access-Challenge, len 75*Feb 22 08:33:08.011: RADIUS/DECODE: EAP-Message fragments, 29, total 29 bytes*Feb 22 08:33:08.011: RADIUS/ENCODE(00000002):Orig. component type = DOT1X*Feb 22 08:33:08.011: RADIUS/ENCODE: NAS PORT sending disabled*Feb 22 08:33:08.011: RADIUS(00000002): Config NAS IP: 0.0.0.0*Feb 22 08:33:08.011: RADIUS(00000002): Config NAS IP: 0.0.0.0*Feb 22 08:33:08.011: RADIUS: Attribute 55 not sent, as system clock is not set*Feb 22 08:33:08.011: RADIUS/ENCODE: Best Local IP-Address 1.8.84.1 for Radius-Server 1.8.91.8*Feb 22 08:33:08.011: RADIUS(00000002): Send Access-Request to 1.8.91.8:1645 id 1645/2, len 227*Feb 22 08:33:08.019: RADIUS: Received from id 1645/2 1.8.91.8:1645, Access-Accept, len 99*Feb 22 08:33:08.019: RADIUS/DECODE: EAP-Message fragments, 4, total 4 bytes*Feb 22 08:33:08.031: RADIUS/ERouter#NCODE(00000003):Orig. component type = AGW*Feb 22 08:33:08.031: RADIUS/ENCODE: NAS PORT sending disabled*Feb 22 08:33:08.031: RADIUS(00000003): Config NAS IP: 0.0.0.0*Feb 22 08:33:08.031: RADIUS/ENCODE: Best Local IP-Address 1.8.84.1 for Radius-Server 1.8.91.8*Feb 22 08:33:08.031: RADIUS(00000003): Send Accounting-Request to 1.8.91.8:1646 id 1646/1, len 206*Feb 22 08:33:08.115: RADIUS: Received from id 1646/1 1.8.91.8:1646, Accounting-response, len 20Router#*Feb 22 08:34:10.623: RADIUS/ENCODE(00000003):Orig. component type = AGW*Feb 22 08:34:10.623: RADIUS/ENCODE: NAS PORT sending disabled*Feb 22 08:34:10.623: RADIUS(00000003): Config NAS IP: 0.0.0.0*Feb 22 08:34:10.623: RADIUS/ENCODE: Best Local IP-Address 1.8.84.1 for Radius-Server 1.8.91.8*Feb 22 08:34:10.623: RADIUS(00000003): Send Accounting-Request to 1.8.91.8:1646 id 1646/2, len 236*Feb 22 08:34:10.675: RADIUS: Received from id 1646/2 1.8.91.8:1646, Accounting-response, len 20debug wimax agw aaa
To display AAA authentication or accounting related events or errors, use the debug wimax agw aaa command in privileged EXEC mode. Use the no version of the command to disable debugging.
debug wimax agw aaa {accounting | authentication} {events | errors}
no debug wimax agw aaa {accounting | authentication} {events | errors}
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Examples
Here is sample output for AAA authentication events:
Router#debug wim agw aaa authentication eventsWiMAX AGW AAA authentication events debugging is onRouter#*Feb 23 07:53:49.397: AGW-Aaa: <1000003B0009>Allocated AAA unqiue id = 12*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>Created AAA Auth context with UID 0xC*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>Creating EAP LowerLayer context*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>Created EAP lower layer handle with 0x9000007*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>Received EAP evt EAP_TX_PACKET(0)*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>Received EAP evt EAP_GET_AAA_METHOD_LISTS(10)*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>EAP evt EAP_GET_AAA_METHOD_LISTS(10) - usrgrp set*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>Received EAP evt EAP_GET_PEER_MAC_ADDRESS(8)*Feb 23 07:53:49.397: AGW-Auth: <1000003B0009>Received EAP evt EAP_CUSTOMIZE_AAA_REQUEST(7)*Feb 23 07:53:49.405: AGW-Auth: <1000003B0009>Received EAP evt EAP_TX_PACKET(0)*Feb 23 07:53:49.405: AGW-Auth: <1000003B0009>Received EAP evt EAP_TX_PACKET(0)*Feb 23 07:53:49.409: AGW-Auth: <1000003B0009>Received EAP evt EAP_GET_AAA_METHOD_LISTS(10)*Feb 23 07:53:49.413: AGW-Auth: <10asn#00003B0009>EAP evt EAP_GET_AAA_METHOD_LISTS(10) - Ignoring [usrgrp already set]*Feb 23 07:53:49.413: AGW-Auth: <1000003B0009>Received EAP evt EAP_CUSTOMIZE_AAA_REQUEST(7)*Feb 23 07:53:49.417: AGW-Auth: <1000003B0009>Received EAP evt EAP_TX_PACKET(0)*Feb 23 07:53:49.421: AGW-Auth: <1000003B0009>Received EAP evt EAP_GET_AAA_METHOD_LISTS(10)*Feb 23 07:53:49.421: AGW-Auth: <1000003B0009>EAP evt EAP_GET_AAA_METHOD_LISTS(10) - Ignoring [usrgrp already set]*Feb 23 07:53:49.421: AGW-Auth: <1000003B0009>Received EAP evt EAP_CUSTOMIZE_AAA_REQUEST(7)*Feb 23 07:53:49.425: AGW-Auth: <1000003B0009>Received EAP evt EAP_TX_PACKET(0)*Feb 23 07:53:49.425: AGW-Auth: <1000003B0009>Received EAP evt EAP_GET_AAA_METHOD_LISTS(10)*Feb 23 07:53:49.425: AGW-Auth: <1000003B0009>EAP evt EAP_GET_AAA_METHOD_LISTS(10) - Ignoring [usrgrp already set]*Feb 23 07:53:49.685: AGW-Auth: <1000003B0009>Received EAP evt EAP_CUSTOMIZE_AAA_REQUEST(7)*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Received EAP evt EAP_KEY_AVAILABLE(3)*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Received EAP evt EAP_SUCCESS(1)*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Received Class attr (class-wimax-changed)*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Recevied Absolute(session) timeout 1500 secs*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Recevied Idle timeout 600 secs*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Received termination action 1*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Received MS-MPPE-Send-Key, length 50, key length 32*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Received MS-MPPE-Recv-Key, length 50, key length 32*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Received AAA Session ID*Feb 23 07:53:49.689: AGW-Auth: <1000003B0009>Deleting EAP LowerLayer context with handle 0x9000007*Feb 23 07:53:49.701: AGW-Aaa: <1000003B0009><F[5]>Allocated AAA unqiue id = 13Here is an example of an accounting message on MS open:
Router#debug wimax agw aaa accounting eventsWiMAX AGW AAA accounting events debugging is on router#*Feb 23 08:09:37.521: AGW-Acct: <1000000B0002><F[4]>Invokedget dynamic attributes for path Unknownrouter#*Feb 23 08:09:43.181: AGW-Aaa: <100000310009><F[6]>AllocatedAAA unqiue id = 15*Feb 23 08:09:43.181: AGW-Acct: <100000310009><F[6]>Invokedget dynamic attributes for path Start*Feb 23 08:09:43.181: AGW-Acct: <100000310009><F[6]>Startedaccounting for uid 15 with uname swimeap@wimax.orgrouter#
Note
The ms open command is run on the simulator, and the debug messages are observed on the BWG.
Here is an example of an accounting message on MS close:
Router#debug wimax agw aaa accounting eventsWiMAX AGW AAA accounting events debugging is on router#asn#*Feb 23 08:11:54.829: AGW-Acct: <100000310009><F[6]>Invokedget dynamic attributes for path Stop*Feb 23 08:11:54.829: AGW-Acct: <100000310009><F[6]>Stoppedaccounting for uid 15 with uname swimeap@wimax.org
Note
The ms open command is run on the simulator, and the debug messages are observed on the BWG.
debug wimax agw message
To enable conditional debugging for various types of BWG messages, use the debug wimax agw message command in privileged EXEC mode.
debug wimax agw message [events | errors | dump]
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Usage Guidelines
Examples
The following example displays a successful message open:
Router#debug wimax agw message dump*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Rx (GigabitEthernet0/1)*Feb 23 08:29:28.344: AGW-Msg: <067622242222> IP: Src: 10.1.1.70, Dst: 2.2.2.2*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Version: 0x4, IHL: 0x5, TOS: 0xC0*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Total Length: 0x4A, ID: 0x1A*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Flags: Reserved: 0x0, DontFrag: 0x0, MoreFrag: 0x0*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Fragment offset: 0x0, TTL: 0xFE, Protocol: 0x11*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Checksum: 0xAC7E*Feb 23 08:29:28.344: AGW-Msg: <067622242222> UDP: Src Port: 0x8B7, Dst Port: 0x8B7*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Checksum: 0x7E1B, Length: 0x36*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Message: Type 0x090F (0x09, 0x0F)*Feb 23 08:29:28.344: AGW-Msg: <067622242222> FT: MS State Change, MT: Pre Attachment Request*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Version: 0x01, Flags: 0x00, Type 0x90F*Feb 23 08:29:28.344: AGW-Msg: <067622242222> MSID: 067622242222, Reserved_1: 0x0000, Len: 0x2E*Feb 23 08:29:28.344: AGW-Msg: <067622242222> TransactionID: 0x0001, Reserved_2: 0x0000,*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Rx (GigabitEthernet0/1)*Feb 23 08:29:28.344: AGW-Msg: <067622242222> IP: Src: 10.1.1.70, Dst: 2.2.2.2*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Version: 0x4, IHL: 0x5, TOS: 0xC0*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Total Length: 0x30, ID: 0x1B*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Flags: Reserved: 0x0, DontFrag: 0x0, MoreFrag: 0x0*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Fragment offset: 0x0, TTL: 0xFE, Protocol: 0x11*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Checksum: 0xAC97*Feb 23 08:29:28.344: AGW-Msg: <067622242222> UDP: Src Port: 0x8B7, Dst Port: 0x8B7*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Checksum: 0x8A1B, Length: 0x1C*Feb 23 08:29:28.344: AGW-Msg: <067622242222> Message: Type 0x0911 (0x09, 0x11)*Feb 23 08:29:28.344: AGW-Msg: <067622242222> FT: MS State Change, MT: Pre Attachment ACKHere is sample Message Events output on a successful MS Close:
Router#debug wimax agw message events*Feb 23 08:33:49.064: AGW-Msg: <100022230001>Rx SrcAddr: 10.1.1.70, SrcPort: 2231, TID: 0x3, Type: 0x304, Len: 0x38, Flag: 0x2, FT: Data Path(0x3), MT: Deregistration Request(0x4)*Feb 23 08:33:49.064: AGW-Msg: <100022230001>[Decode] FT/MT: 3/4, Ref pt: 3, TID rcvd 0X3(3), peer 0X2(2)[9/8], our 0X8002(32770)[3/12], Previous peer 0x1(1)[9/15], Previous our 0X8001(32769)[3/12],TID RC: 1*Feb 23 08:33:49.064: AGW-Msg: <100022230001>[Decode] Req FT/MT: 3/4, Ref pt: 3, TID RC: 1, RC: Success(0)*Feb 23 08:33:49.064: AGW-Msg: <100022230001>Tx DstAddr: 10.1.1.70, SrcPort: 2231, TID: 0x3, Type: 0x305, Len: 0x38, Flag: 0x0, FT: Data Path(0x3), MT: Deregistration Response(0x5)*Feb 23 08:33:49.064: AGW-Msg: <100022230001>[Decode] FT/MT: 3/4, Ref pt: 3, Retcode = Success(0)*Feb 23 08:33:49.064: AGW-Msg: <100022230001>Rx SrcAddr: 10.1.1.70, SrcPort: 2231, TID: 0x3, Type: 0x306, Len: 0x1C, Flag: 0x0, FT: Data Path(0x3), MT: Deregistration Ack(0x6)*Feb 23 08:33:49.064: AGW-Msg: <100022230001>[Decode] FT/MT: 3/6, Ref pt: 3, TID rcvd 0X3(3), peer 0X3(3)[3/4], our 0X8002(32770)[3/12], Previous peer 0x2(2)[9/8], Previous our 0X8001(32769)[3/12],TID RC: 1*Feb 23 08:33:49.064: AGW-Msg: <100022230001>[Decode] Req FT/MT: 3/6, Ref pt: 3, TID RC: 1, RC: Success(0)*Feb 23 08:33:49.064: AGW-Msg: <100022230001>Deleting the R6 TID 0X65A3B46C, 10.1.1.70/2.2.2.2/0*Feb 23 08:33:49.064: AGW-Msg: <100022230001>[Decode] FT/MT: 3/6, Ref pt: 3, Retcode = Success(0)Here is sample Message Events output when MS open fails:
Router#debug wimax agw message events*Feb 23 11:00:40.408: AGW-Msg: <067611141111>Rx SrcAddr: 10.1.1.70, SrcPort: 2231, TID: 0x1, Type: 0x90F, Len: 0x2E, Flag: 0x0, FT: MS State Change(0x9), MT: Pre Attachment Request(0xF)*Feb 23 11:00:40.408: AGW-Msg: <067611141111>[Decode] Req FT/MT: 9/15, Ref pt: 3, TID RC: 6, RC: Success(0)*Feb 23 11:00:40.408: AGW-Msg: <067611141111>[Decode] Created the R6 TID 0X65A3B4A8, 10.1.1.70/2.2.2.2/9*Feb 23 11:00:40.408: AGW-Msg: <067611141111>Tx DstAddr: 10.1.1.70, SrcPort: 2231, TID: 0x1, Type: 0x910, Len: 0x36, Flag: 0x0, FT: MS State Change(0x9), MT: Pre Attachment Response(0x10)*Feb 23 11:00:40.408: AGW-Msg: <067611141111>[Decode] FT/MT: 9/15, Ref pt: 3, Retcode = Success(0)*Feb 23 11:00:40.408: AGW-Msg: <067611141111>Rx SrcAddr: 10.1.1.70, SrcPort: 2231, TID: 0x1, Type: 0x911, Len: 0x14, Flag: 0x0, FT: MS State Change(0x9), MT: Pre Attachment ACK(0x11)*Feb 23 11:00:40.408: AGW-Msg: <067611141111>[Decode] FT/MT: 9/17, Ref pt: 3, TID rcvd 0X1(1), peer 0X1(1)[9/15], our 0X8000(32768)[0/0], Previous peer 0x0(0)[0/0], Previous our 0X0(0)[0/0],TID RC: 1*Feb 23 11:00:40.408: AGW-Msg: <067611141111>[Decode] Req FT/MT: 9/17, Ref pt: 3, TID RC: 1, RC: Success(0)*Feb 23 11:00:40.408: AGW-Msg: <067611141111>[Decode] FT/MT: 9/17, Ref pt: 3, Retcode = Success(0)*Feb 23 11:00:40.408: AGW-Msg: <067611141111>FT/MT: 8/2, generated TID 0X8001(32769), 10.1.1.70/2.2.2.2/8*Feb 23 11:00:40.408: AGW-Msg: <067611141111>Tx DstAddr: 10.1.1.70, SrcPort: 2231, TID: 0x8001, Type: 0x802, Len: 0x1D, Flag: 0x0, FT: Auth Relay(0x8), MT: EAP Transfer(0x2)*Feb 23 11:00:40.412: AGW-Msg: <067611141111>Rx SrcAddr: 10.1.1.70, SrcPort: 2231, TID: 0x2, Type: 0x802, Len: 0x31, Flag: 0x0, FT: Auth Relay(0x8), MT: EAP Transfer(0x2)*Feb 23 11:00:40.468: AGW-Msg: <067611141111>Tx DstAddr: 10.1.1.70, SrcPort: 2231, TID: 0x8006, Type: 0x304, Len: 0x38, Flag: 0x2, FT: Data Path(0x3), MT: Deregistration Request(0x4)*Feb 23 11:00:40.468: AGW-Msg: <067611141111>Rx SrcAddr: 10.1.1.70, SrcPort: 2231, TID: 0x8006, Type: 0x305, Len: 0x38, Flag: 0x0, FT: Data Path(0x3), MT: Deregistration Response(0x5)*Feb 23 11:00:40.468: AGW-Msg: <067611141111>[Decode] FT/MT: 3/5, Ref pt: 3, TID rcvd 0X8006(32774), peer 0X6(6)[8/2], our 0X8006(32774)[3/4], Previous peer 0x5(5)[8/2], Previous our 0X8005(32773)[8/2],TID RC: 1*Feb 23 11:00:40.468: AGW-Msg: <067611141111>[Decode] Req FT/MT: 3/5, Ref pt: 3, TID RC: 1, RC: Success(0)*Feb 23 11:00:40.468: AGW-Msg: <067611141111>Tx DstAddr: 10.1.1.70, SrcPort: 2231, TID: 0x8006, Type: 0x306, Len: 0x1C, Flag: 0x0, FT: Data Path(0x3), MT: Deregistration Ack(0x6)*Feb 23 11:00:40.468: AGW-Msg: <067611141111>Deleting the R6 TID 0X65A3B4A8, 10.1.1.70/2.2.2.2/0*Feb 23 11:00:40.468: AGW-Msg: <067611141111>[Decode] FT/MT: 3/5, Ref pt: 3, Retcode = Success(0)Here is sample Message Events output when handoff fails:
Router#debug wimax agw message events*Feb 23 12:35:52.003: AGW-Msg: <100022230001>Rx SrcAddr: 10.1.1.72, SrcPort: 2231, TID: 0x1, Type: 0x401, Len: 0x2C, Flag: 0x0, FT: Context Delivery(0x4), MT: Context Delivery Request(0x1)*Feb 23 12:35:52.003: AGW-Msg: <100022230001>[Decode] Req FT/MT: 4/1, Ref pt: 3, TID RC: 5, RC: Success(0)*Feb 23 12:35:52.003: AGW-Msg: <100022230001>[Decode] Created the R6 TID 0X65A3B3F4, 10.1.1.72/2.2.2.2/4*Feb 23 12:35:52.003: AGW-Msg: <100022230001>Tx DstAddr: 10.1.1.72, SrcPort: 2231, TID: 0x1, Type: 0x402, Len: 0x69, Flag: 0x0, FT: Context Delivery(0x4), MT: Context Delivery Report(0x2)*Feb 23 12:35:52.003: AGW-Msg: <100022230001>[Decode] FT/MT: 4/1, Ref pt: 3, Retcode = Success(0)*Feb 23 12:35:52.007: AGW-Msg: <100022230001>Rx SrcAddr: 10.1.1.72, SrcPort: 2231, TID: 0x2, Type: 0x30C, Len: 0x1D2, Flag: 0x0, FT: Data Path(0x3), MT: Registration Request(0xC)*Feb 23 12:35:52.007: AGW-Msg: <100022230001>[Decode] FT/MT: 3/12, Ref pt: 3, TID rcvd 0X2(2), peer 0X1(1)[4/1], our 0X8000(32768)[0/0], Previous peer 0x0(0)[0/0], Previous our 0X0(0)[0/0],TID RC: 1*Feb 23 12:35:52.007: AGW-Msg: <100022230001>[Decode] Req FT/MT: 3/12, Ref pt: 3, TID RC: 1, RC: Success(0)*Feb 23 12:35:52.007: AGW-Msg: <100022230001><F[41]>Tx DstAddr: 10.1.1.72, SrcPort: 2231, TID: 0x2, Type: 0x30D, Len: 0xC0, Flag: 0x0, FT: Data Path(0x3), MT: Registration Response(0xD)*Feb 23 12:35:52.007: AGW-Msg: <100022230001><F[42]>[Decode] FT/MT: 3/12, Ref pt: 3, Retcode = Success(0)*Feb 23 12:35:52.007: AGW-Msg: <100022230001>Rx SrcAddr: 10.1.1.72, SrcPort: 2231, TID: 0x2, Type: 0x30E, Len: 0x1C, Flag: 0x0, FT: Data Path(0x3), MT: Registration Ack(0xE)*Feb 23 12:35:52.007: AGW-Msg: <100022230001>[Decode] FT/MT: 3/14, Ref pt: 3, TID rcvd 0X2(2), peer 0X2(2)[3/12], our 0X8000(32768)[0/0], Previous peer 0x2(2)[3/12], Previous our 0X0(0)[0/0],TID RC: 1*Feb 23 12:35:52.007: AGW-Msg: <100022230001>[Decode] Req FT/MT: 3/14, Ref pt: 3, TID RC: 1, RC: Success(0)*Feb 23 12:35:52.007: AGW-Msg: <100022230001>FT/MT: 3/4, generated TID 0X8003(32771), 10.1.1.70/2.2.2.2/3*Feb 23 12:35:52.007: AGW-Msg: <100022230001><F[41]>Tx DstAddr: 10.1.1.70, SrcPort: 2231, TID: 0x8003, Type: 0x304, Len: 0x38, Flag: 0x0, FT: Data Path(0x3), MT: Deregistration Request(0x4)*Feb 23 12:35:52.007: AGW-Msg: <100022230001><F[42]>[Decode] FT/MT: 3/14, Ref pt: 3, Retcode = Success(0)*Feb 23 12:35:52.007: AGW-Msg: <100022230001>Rx SrcAddr: 10.1.1.72, SrcPort: 2231, TID: 0x3, Type: 0x402, Len: 0x69, Flag: 0x0, FT: Context Delivery(0x4), MT: Context Delivery Report(0x2)*Feb 23 12:35:52.007: AGW-Msg: <100022230001>[Decode] FT/MT: 4/2, Ref pt: 3,"Retcode = Fail - Abort(1)"debug wimax agw message tlv
To display various BWG TLV messages, use the debug wimax agw message tlv command in privileged EXEC mode.
debug wimax agw message tlv [events | errors | dump]
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC
Command History
Examples
The following example displays TLV events on a successful MS Open:
Router#debug wimax agw message tlv events*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: MS Information(0x0001), Length: 0x0006*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Authorization Policy(0x0028), Length: 0x0002*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Base Station Information(0x0002), Length: 0x000C*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Base Station ID(0x0014), Length: 0x0008*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: MS Information(0x0001), Length: 0x0026*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Key Change Indicator(0x005F), Length: 0x0001*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Registration Context(0x0058), Length: 0x001D*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: MTG Profile(0x0069), Length: 0x0001*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: CS Type(0x0068), Length: 0x0002*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Number of Downlink CIDs(0x006A), Length: 0x0002*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Number of Uplink CIDs(0x006B), Length: 0x0002*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Number of Uplink Classifiers(0x006C), Length: 0x0002*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Base Station Information(0x0002), Length: 0x000C*Feb 23 08:37:59.864: AGW-Tlv: <100022230001> Type: Base Station ID(0x0014), Length: 0x0008*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Registration Type(0x002E), Length: 0x0004*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: MS Information(0x0001), Length: 0x004C*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Anchor Gateway ID(0x001B), Length: 0x0004*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: SF Information(0x0003), Length: 0x0014*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Direction(0x005E), Length: 0x0002*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Service Flow Identifier(0x003B), Length: 0x0004*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Reservation Result(0x0065), Length: 0x0002*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: SF Information(0x0003), Length: 0x0028*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Direction(0x005E), Length: 0x0002*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Service Flow Identifier(0x003B), Length: 0x0004*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Reservation Result(0x0065), Length: 0x0002*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: DP Information(0x0008), Length: 0x0010*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: DP Identifier(GRE Key)(0x0023), Length: 0x0004*Feb 23 08:37:59.868: AGW-Tlv: <100022230001> Type: Data Path End point Identifier(0x0024), Length: 0x0004The following example displays TLV events on a successful MS close:
Router#debug wimax agw message tlv dump*Feb 23 08:39:54.424: AGW-Tlv: <100022230001> Type: Registration Type(0x002E), Length: 0x0004*Feb 23 08:39:54.424: AGW-Tlv: <100022230001> Value: 4*Feb 23 08:39:54.424: AGW-Tlv: <100022230001> Type: Anchor Gateway ID(0x001B), Length: 0x0004*Feb 23 08:39:54.424: AGW-Tlv: <100022230001> Hex: < 02 02 02 02 >*Feb 23 08:39:54.424: AGW-Tlv: <100022230001> Type: Base Station ID(0x0014), Length: 0x0008*Feb 23 08:39:54.424: AGW-Tlv: <100022230001> Hex: < 0A 01 01 46 00 00 00 00 >*Feb 23 08:39:54.428: AGW-Tlv: <100022230001> Type: Registration Type(0x002E), Length: 0x0004*Feb 23 08:39:54.428: AGW-Tlv: <100022230001> Value: 4debug wimax agw path
To display BS path related messages, use the debug wimax agw path command in privileged EXEC mode.
debug wimax agw path [events | errors]
Syntax Description
events
Displays information on BS path related events.
errors
Displays information on BS path related errors
Defaults
There are no default values.
Command Modes
Privileged EXEC
Command History
Examples
Here is sample Path Events output on a successful MS Open:
Router#debug wimax agw path events*Feb 23 10:32:36.496: AGW-Path: <(SU)-10.1.1.70>State transition Purging -> Ready*Feb 23 10:32:36.496: AGW-Path: <(SU)-10.1.1.70>Stopping purge timer*Feb 23 10:32:36.496: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 54 (refcount 1) with resend required 1*Feb 23 10:32:36.496: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 29 (refcount 1) with resend required 0*Feb 23 10:32:36.504: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 53 (refcount 1) with resend required 0*Feb 23 10:32:36.512: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 42 (refcount 1) with resend required 1*Feb 23 10:32:36.512: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 81 (refcount 1) with resend required 1*Feb 23 10:32:36.512: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 252 (refcount 1) with resend required 1*Feb 23 10:32:36.516: AGW-Path: <(DG)-10.1.1.70>Stopping purge timer*Feb 23 10:32:36.516: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 28 (refcount 1) with resend required 0*Feb 23 10:32:36.520: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 274 (refcount 1) with resend required 1*Feb 23 10:32:36.520: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 28 (refcount 1) with resend required 0Here is sample Path Events output when an MS open fails:
Router#debug wimax agw path events*Feb 23 10:35:05.196: AGW-Path: <(SU)-10.1.1.70>State transition Idle -> Ready*Feb 23 10:35:05.196: AGW-Path: <(SU)-10.1.1.70>Created path with handle 0x6B000016*Feb 23 10:35:05.196: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 54 (refcount 1) with resend required 1*Feb 23 10:35:05.200: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 29 (refcount 1) with resend required 0*Feb 23 10:35:05.204: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 30 (refcount 1) with resend required 0*Feb 23 10:35:05.216: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 1048 (refcount 1) with resend required 0*Feb 23 10:35:05.220: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 1048 (refcount 1) with resend required 0*Feb 23 10:35:05.228: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 922 (refcount 1) with resend required 0*Feb 23 10:35:05.256: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 56 (refcount 1) with resend required 1*Feb 23 10:35:05.256: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 28 (refcount 1) with resend required 0*Feb 23 10:35:05.256: AGW-Path: <(SU)-10.1.1.70>State transition Ready -> Purging*Feb 23 10:35:05.256: AGW-Path: <(SU)-10.1.1.70>Starting purge timer for 20000 msecs*Feb 23 10:35:25.428: AGW-Path: <(SU)-10.1.1.70>Expired purge timer after 20000 msecs*Feb 23 10:35:25.428: AGW-Path: <(SU)-10.1.1.70>Deleting the path with handle 0x6B000016Here is sample Path Events output on a successful MS Close:
Router#debug wimax agw path events*Feb 23 10:34:12.204: AGW-Path: <(SU)-10.1.1.70>Enqueuing pak of size 56 (refcount 1) with resend required 1*Feb 23 10:34:12.208: AGW-Path: <(DG)-10.1.1.70>Starting purge timer for 20000 msecs*Feb 23 10:34:12.208: AGW-Path: <(SU)-10.1.1.70>State transition Ready -> Purging*Feb 23 10:34:12.208: AGW-Path: <(SU)-10.1.1.70>Starting purge timer for 20000 msecs*Feb 23 10:34:32.392: AGW-Path: <(DG)-10.1.1.70>Expired purge timer after 20000 msecs*Feb 23 10:34:32.392: AGW-Path: <(DG)-10.1.1.70>Deleting the path with handle 0x35000015*Feb 23 10:34:32.392: AGW-Path: <(SU)-10.1.1.70>Expired purge timer after 20000 msecs*Feb 23 10:34:32.392: AGW-Path: <(SU)-10.1.1.70>Deleting the path with handle 0x63000013debug wimax agw r6 flow
To display BWG flow information, use the debug wimax agw r6 flow command in Privileged EXEC mode.
debug wimax agw r6 flow [events | errors | fsm events | fsm errors]
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Examples
Here is sample R6 flow output for a successful MS Open:
Router#debug wimax agw r6 flow events*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[21]>[Downlink] Predefined SF QoS info set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[21]>[Downlink] Predefined SF IPv4 TFT set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[21]>[Uplink] Predefined SF QoS info set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[21]>[Uplink] Predefined SF IPv4 TFT set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[21]>Created flow with handle 0xD0000015, local Id 0x15 for session handle 0xE500000F*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[21]>[ISF] Created flow with index 0*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[22]>[Downlink] Predefined SF QoS info set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[22]>[Downlink] Predefined SF IPv4 TFT set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[22]>[Uplink] Predefined SF QoS info set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[22]>[Uplink] Predefined SF IPv4 TFT set*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[22]>Created flow with handle 0x62000016, local Id 0x16 for session handle 0xE500000F*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[22]>[SF] Created flow with index 1*Feb 23 10:18:00.992: AGW-Flow: <100022230001><F[21]>Creating the sigpak resend details 0x207497F0, max resend 10, timeout 10000 msecs, timer type 2(16)*Feb 23 10:18:00.996: AGW-Flow: <100022230001><F[21]>Starting pak resend timer 0x207497F0 for 10000 msecs with max resend 10, current resend 0, timer type 2(16)*Feb 23 10:18:00.996: AGW-Flow: <100022230001><F[21]>Deleting the sigpak resend details 0x207497F0*Feb 23 10:18:00.996: AGW-Flow: <100022230001><F[21]>Stopping pak resend timer 0x207497F0 for 10000 msecs with max resend 10, current resend 0, timer type 2(16)*Feb 23 10:18:00.996: AGW-Flow: <100022230001><F[21]><(DG)-10.1.1.70>Link the flow to the pathHere is sample R6 flow output for a successful MS Close:
Router#debug wimax agw r6 flow events*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[17]>Deleting flow with handle 0x87000011 for session handle 0x7900000D*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[17]><(DG)-10.1.1.70>Delink the flow from the path*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[17]>Deallocating the Downlink SF details*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[17]>Deallocating the Uplink SF details*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[17]>Deleting flow*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[18]>Deleting flow with handle 0x3F000012 for session handle 0x7900000D*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[18]><(DG)-10.1.1.70>Delink the flow from the path*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[18]>Deallocating the Downlink SF details*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[18]>Deallocating the Uplink SF details*Feb 23 10:17:08.868: AGW-Flow: <100022230001><F[18]>Deleting flowHere is sample R6 Flow FSM Events output for a successful MS Open:
Router#debug wimax agw r6 flow fsm events*Feb 23 10:25:44.324: AGW-FlowFSM:<067622272222><F[27]>SF Idle(0) -> SF Establishing(1) on event Tx Reg Req(4) with retcode Ok(0)*Feb 23 10:25:44.328: AGW-FlowFSM:<067622272222><F[27]>SF Establishing(1) -> SF Establishing(1) on event Rx Reg Rsp(5) with retcode Ok(0)*Feb 23 10:25:44.328: AGW-FlowFSM:<067622272222><F[27]>SF Establishing(1) -> ISF Wait For Addr Alloc(2) on event Tx Reg Ack(6) with retcode ISF - Ok(5)*Feb 23 10:25:44.328: AGW-FlowFSM:<067622272222><F[27]>ISF Wait For Addr Alloc(2) -> SF Ready(4) on event SF Addr Assigned(7) with retcode Ok(0)*Feb 23 10:25:44.328: AGW-FlowFSM:<067622272222><F[27]>SF Ready(4) -> SF Ready(4) on event Up(1) with retcode Ok(0)*Feb 23 10:25:44.332: AGW-FlowFSM:<067622272222><F[28]>SF Idle(0) -> SF Establishing(1) on event Tx Reg Req(4) with retcode Ok(0)*Feb 23 10:25:44.332: AGW-FlowFSM:<067622272222><F[28]>SF Establishing(1) -> SF Establishing(1) on event Rx Reg Rsp(5) with retcode Ok(0)*Feb 23 10:25:44.332: AGW-FlowFSM:<067622272222><F[28]>SF Establishing(1) -> SF Ready(4) on event Tx Reg Ack(6) with retcode Ok(0)*Feb 23 10:25:44.332: AGW-FlowFSM:<067622272222><F[28]>SF Ready(4) -> SF Ready(4) on event Up(1) with retcode Ok(0)Here is sample R6 Flow FSM Events output for a successful MS Close:
Router#debug wimax agw r6 flow fsm events*Feb 23 10:24:06.592: AGW-FlowFSM:<067622262222><F[19]>SF Ready(4) -> SF Cleanup(7) on event Session Closed(2) with retcode Ok(0)*Feb 23 10:24:06.592: AGW-FlowFSM:<067622262222><F[19]>SF Cleanup(7) -> SF Cleanup(7) on event Session Closed(2) with retcode Ok(0)*Feb 23 10:24:06.592: AGW-FlowFSM:<067622262222><F[20]>SF Ready(4) -> SF Cleanup(7) on event Session Closed(2) with retcode Ok(0)*Feb 23 10:24:06.592: AGW-FlowFSM:<067622262222><F[20]>SF Cleanup(7) -> SF Cleanup(7) on event Session Closed(2) with retcode Ok(0)debug wimax agw r6 session
To display BWG R6 session information, use the debug wimax agw r6 session command in Privileged EXEC mode.
debug wimax agw r6 session [events | errors | fsm events | fsm errors]
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Usage Guidelines
Examples
Here is sample output for R6 session events on a successful MS Open:
Router#debug wimax agw r6 session events*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Created session with handle 0x61000022, Id 0x22 for subscriber handle 0x83000022*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001><(SU)-10.1.1.70>:Link the session to the path*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Created session*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Found usrgrp **unauthenticated** based on domain for user*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Creating the sigpak resend details 0x654986B8, max resend 10, timeout 10000 msecs, timer type 1(2)*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Starting pak resend timer 0x654986B8 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Deleting the sigpak resend details 0x654986B8*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Stopping pak resend timer 0x654986B8 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Starting protect timer Rx attach req for 110 secs*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Creating the sigpak resend details 0x2034967C, max resend 10, timeout 10000 msecs, timer type 1(8)*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Starting pak resend timer 0x2034967C for 10000 msecs with max resend 10, current resend 0, timer type 1(8)*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Stopping protect timer Rx attach req*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Deleting the sigpak resend details 0x2034967C*Feb 23 12:55:34.715: AGW-Sess: <1000222A0001>Stopping pak resend timer 0x2034967C for 10000 msecs with max resend 10, current resend 0, timer type 1(8)*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001><F[45]>Adding Host address 2.2.0.16*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001><F[45]>Static route IPv4 addr 2.2.0.16, aggr mask 255.255.255.255*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001><F[45]>Created new host for the session*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001><F[45]>Set host IPv4 address 2.2.0.16 for the session*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001>Starting Lease timer for host 2.2.0.16 with timeout 3540 seconds*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001>Inserting static route 2.2.0.16 255.255.255.255 via 0.0.0.0, idb Virtual-Access2, tableid 0*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001>Added static route/inserted address 2.2.0.16 255.255.255.255/0*Feb 23 12:55:34.723: AGW-Sess: <1000222A0001>Ready to switch traffic for sessionHere is sample output for R6 session events when MS open fails:
Router#debug wimax agw r6 session events*Feb 23 08:51:02.728: AGW-Sess: <067611141111>Created session with handle 0x74000009, Id 0x9 for subscriber handle 0xA3000009*Feb 23 08:51:02.728: AGW-Sess: <067611141111><(SU)-10.1.1.70>:Link the session to the path*Feb 23 08:51:02.728: AGW-Sess: <067611141111>Created session*Feb 23 08:51:02.728: AGW-Sess: <067611141111>Creating the sigpak resend details 0x65AEF5B4, max resend 10, timeout 10000 msecs, timer type 1(2)*Feb 23 08:51:02.728: AGW-Sess: <067611141111>Starting pak resend timer 0x65AEF5B4 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 08:51:02.732: AGW-Sess: <067611141111>Deleting the sigpak resend details 0x65AEF5B4*Feb 23 08:51:02.732: AGW-Sess: <067611141111>Stopping pak resend timer 0x65AEF5B4 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 08:51:02.732: AGW-Sess: <067611141111>Username pushetty@eap-tls.com, domain is eap-tls.com, user is pushetty, delimiter @*Feb 23 08:51:02.732: AGW-Sess: <067611141111>Found usrgrp eap-tls.com based on domain eap-tls.com for user pushetty@eap-tls.com*Feb 23 08:51:02.788: AGW-Sess: <067611141111>[Authenticating / Auth Result Obtained]*Feb 23 08:51:02.788: AGW-Sess: <067611141111>Creating the sigpak resend details 0x654986B8, max resend 10, timeout 10000 msecs, timer type 1(10)*Feb 23 08:51:02.788: AGW-Sess: <067611141111>Starting pak resend timer 0x654986B8 for 10000 msecs with max resend 10, current resend 0, timer type 1(10)*Feb 23 08:51:02.788: AGW-Sess: <067611141111>Deleting the sigpak resend details 0x654986B8*Feb 23 08:51:02.788: AGW-Sess: <067611141111>Stopping pak resend timer 0x654986B8 for 10000 msecs with max resend 10, current resend 0, timer type 1(10)*Feb 23 08:51:02.788: AGW-Sess: <067611141111>Deleting session with handle 0x74000009 for subscriber handle 0xA3000009*Feb 23 08:51:02.788: AGW-Sess: <067611141111><(SU)-10.1.1.70>Delink the session from the path*Feb 23 08:51:02.788: AGW-Sess: <067611141111>Deleting session from usergroup*Feb 23 08:51:02.788: AGW-Sess: <067611141111>Deleting sessionHere is sample output for R6 session events when MS successfully closes:
Router#debug wimax agw r6 session events*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Creating the sigpak resend details 0x65F35C00, max resend 10, timeout 10000 msecs, timer type 1(11)*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Starting pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(11)*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Deleting session with handle 0x49000008 for subscriber handle 0x6000008*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Deleting the sigpak resend details 0x65F35C00*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Stopping pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(11)*Feb 23 08:54:17.556: AGW-Sess: <067622242222><(SU)-10.1.1.70>Delink the session from the path*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Deleting session from usergroup*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Stopping session timer*Feb 23 08:54:17.556: AGW-Sess: <067622242222>Deleting sessionHere is sample output for R6 FSM Session Events on a successful MS Open:
Router#debug wimax agw r6 session fsm events*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Created session with handle 0x9C00000A, Id 0xA for subscriber handle 0x200000A*Feb 23 08:56:35.700: AGW-Sess: <100022230001><(SU)-10.1.1.70>:Link the session to the path*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Created session*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Found usrgrp **unauthenticated** based on domain for user*Feb 23 08:56:35.700: AGW-SessFSM:<100022230001>Idle(0) -> Authorizing(1) on event Rx Pre Attach Req(1) with retcode Ok(0)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Creating the sigpak resend details 0x65F35C00, max resend 10, timeout 10000 msecs, timer type 1(2)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Starting pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 08:56:35.700: AGW-SessFSM:<100022230001>Authorizing(1) -> Authorizing(1) on event Tx Pre Attach Rsp(2) with retcode Ok(0)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Deleting the sigpak resend details 0x65F35C00*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Stopping pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Starting protect timer Rx attach req for 110 secs*Feb 23 08:56:35.700: AGW-SessFSM:<100022230001>Authorizing(1) -> Registering(6) on event Rx Pre Attach Ack(3) with retcode Authentication Skipped(4)*Feb 23 08:56:35.700: AGW-SessFSM:<100022230001>Registering(6) -> Registering(6) on event Rx Attach Req(12) with retcode Ok(0)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Creating the sigpak resend details 0x65F35C00, max resend 10, timeout 10000 msecs, timer type 1(8)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Starting pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(8)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Stopping protect timer Rx attach req*Feb 23 08:56:35.700: AGW-SessFSM:<100022230001>Registering(6) -> Registering(6) on event Tx Attach Rsp(13) with retcode Ok(0)*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Deleting the sigpak resend details 0x65F35C00*Feb 23 08:56:35.700: AGW-Sess: <100022230001>Stopping pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(8)*Feb 23 08:56:35.700: AGW-SessFSM:<100022230001>Registering(6) -> Ready(7) on event Rx Attach Ack(14) with retcode Ok(0)*Feb 23 08:56:35.700: AGW-SessFSM:<100022230001>Ready(7) -> Ready(7) on event Rx Attach Ack(14) with retcode Ok(0)Here is sample output for R6 FSM Session Events when MS Open fails:
Router#debug wimax agw r6 session fsm eventsGW-Sess: <067611141111><(SU)-10.1.1.70>:Link the session to the path*Feb 23 08:59:07.448: AGW-Sess: <067611141111>Created session*Feb 23 08:59:07.448: AGW-SessFSM:<067611141111>Idle(0) -> Authorizing(1) on event Rx Pre Attach Req(1) with retcode Ok(0)*Feb 23 08:59:07.448: AGW-Sess: <067611141111>Creating the sigpak resend details 0x65F35C00, max resend 10, timeout 10000 msecs, timer type 1(2)*Feb 23 08:59:07.448: AGW-Sess: <067611141111>Starting pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 08:59:07.448: AGW-SessFSM:<067611141111>Authorizing(1) -> Authorizing(1) on event Tx Pre Attach Rsp(2) with retcode Ok(0)*Feb 23 08:59:07.448: AGW-Sess: <067611141111>Deleting the sigpak resend details 0x65F35C00*Feb 23 08:59:07.448: AGW-Sess: <067611141111>Stopping pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(2)*Feb 23 08:59:07.448: AGW-SessFSM:<067611141111>Authorizing(1) -> Authenticating(2) on event Rx Pre Attach Ack(3) with retcode Ok(0)*Feb 23 08:59:07.448: AGW-SessFSM:<067611141111>Authenticating(2) -> Authenticating(2) on event Tx EAP Pkt(5) with retcode Ok(0)*Feb 23 08:59:07.452: AGW-SessFSM:<067611141111>Authenticating(2) -> Authenticating(2) on event Rx EAP Pkt(4) with retcode Ok(0)*Feb 23 08:59:07.452: AGW-Sess: <067611141111>Username pushetty@eap-tls.com, domain is eap-tls.com, user is pushetty, delimiter @*Feb 23 08:59:07.452: AGW-Sess: <067611141111>Found usrgrp eap-tls.com based on domain eap-tls.com for user pushetty@eap-tls.com*Feb 23 08:59:07.456: AGW-SessFSM:<067611141111>Authenticating(2) -> Authenticating(2) on event Tx EAP Pkt(5) with retcode Ok(0)*Feb 23 08:59:07.504: AGW-SessFSM:<067611141111>Authenticating(2) -> Deleting(8) on event Auth Result Obtained(7)*Feb 23 08:59:07.504: AGW-Sess: <067611141111>Creating the sigpak resend details 0x506F3A88, max resend 10, timeout 10000 msecs, timer type 1(10)*Feb 23 08:59:07.504: AGW-Sess: <067611141111>Starting pak resend timer 0x506F3A88 for 10000 msecs with max resend 10, current resend 0, timer type 1(10)*Feb 23 08:59:07.504: AGW-SessFSM:<067611141111>Deleting(8) -> Deleting(8) on event Tx Dereg Req(22) with retcode Ok(0)*Feb 23 08:59:07.508: AGW-SessFSM:<067611141111>Deleting(8) -> Deleting(8) on event Rx Dereg Rsp(23) with retcode Ok(0)*Feb 23 08:59:07.508: AGW-Sess: <067611141111>Deleting the sigpak resend details 0x506F3A88*Feb 23 08:59:07.508: AGW-Sess: <067611141111>Stopping pak resend timer 0x506F3A88 for 10000 msecs with max resend 10, current resend 0, timer type 1(10)*Feb 23 08:59:07.508: AGW-SessFSM:<067611141111>Deleting(8) -> Cleanup(9) on event Tx Dereg Ack(24) with retcode Ok(0)Here is sample output for R6 FSM Session Events when the MS successfully closes:
Router#debug wimax agw r6 session fsm events*Feb 23 08:57:13.696: AGW-SessFSM:<100022230001>Ready(7) -> Deleting(8) on event Rx Dereq Req(19) with retcode Ok(0)*Feb 23 08:57:13.696: AGW-SessFSM:<100022230001>Deleting(8) -> Deleting(8) on event Rx Dereq Req(19) with retcode Ok(0)*Feb 23 08:57:13.696: AGW-Sess: <100022230001>Creating the sigpak resend details 0x65F35C00, max resend 10, timeout 10000 msecs, timer type 1(11)*Feb 23 08:57:13.696: AGW-Sess: <100022230001>Starting pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(11)*Feb 23 08:57:13.696: AGW-SessFSM:<100022230001>Deleting(8) -> Deleting(8) on event Tx DeReg Rsp(20) with retcode Ok(0)*Feb 23 08:57:13.696: AGW-SessFSM:<100022230001>Deleting(8) -> Cleanup(9) on event Rx Dereg Ack(21) with retcode Ok(0)*Feb 23 08:57:13.696: AGW-Sess: <100022230001>Deleting session with handle 0x9C00000A for subscriber handle 0x200000A*Feb 23 08:57:13.700: AGW-Sess: <100022230001>Deleting the sigpak resend details 0x65F35C00*Feb 23 08:57:13.700: AGW-Sess: <100022230001>Stopping pak resend timer 0x65F35C00 for 10000 msecs with max resend 10, current resend 0, timer type 1(11)*Feb 23 08:57:13.700: AGW-Sess: <100022230001><(SU)-10.1.1.70>Delink the session from the path*Feb 23 08:57:13.700: AGW-Sess: <100022230001>Deleting session from usergroup*Feb 23 08:57:13.700: AGW-Sess: <100022230001>Deleting sessiondebug wimax agw r6 subscriber
To display BWG R6 subscriber information, use the debug wimax agw r6 subscriber command in Privileged EXEC mode.
debug wimax agw r6 subscriber [events | errors]
Syntax Description
events
Display information on subscriber creation and deletion.
errors
Display details of any subscriber related errors.
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Examples
Here is sample R6 Subscriber Events output on a successful MS Open:
Router#debug wimax agw r6 subscriber events*Feb 23 10:29:03.804: AGW-Subs: <067622242222>Created subscriber with handle 0x29000016*Feb 23 10:29:03.804: AGW-Subs: <067622242222>Created subscriber*Feb 23 10:29:03.820: AGW-Subs: <067622242222>Starting subscriber wait for address allocation timer for 300 secs*Feb 23 10:29:03.824: AGW-Subs: <067622242222>Stopping subscriber wait for address allocation timerHere is sample R6 Subscriber Events output on a successful MS Close:
Router#debug wimax agw r6 subscriber eventsGW-Subs: <067622272222>Deleting subscriber*Feb 23 10:27:38.924: AGW-Subs: <067622272222>Deleting a subscriber with handle 0x77000013debug wimax agw redundancy
To display BWG redundancy information, use the debug wimax agw redundancy command in Privileged EXEC mode.
debug wimax agw redundancy [events | errors | tlv | packets]
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Examples
The following example displays BWG redundancy information:
debug wimax agw redundancy eventsOutput on ACTIVE BWG for MS Open for Ethernet-cs/Ip-cs
router#*May 19 18:00:53.420: AGW-SR: Type AGW_MAC_ID(0), Length 6, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0032234AABCD>*May 19 18:00:53.420: AGW-SR: Type AGW_SUB_AUTH_POLICY(1), Length 2, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type AGW_SUB_AUTH_AK_CONTEXT_PRESENT(9), Length 1, Class Optional*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_ID_CTRL_REMOTE(0), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_ID_CTRL_LOCAL(1), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <4>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_LOCAL_ADDR_SIG(2), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <33686018>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_REMOTE_ADDR_SIG(3), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <167838022>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_LOCAL_UDPPORT_SIG(4), Length 2, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <2231>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_REMOTE_UDPPORT_SIG(5), Length 2, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <2231>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_CS_TYPE(7), Length 2, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_CS_TYPE_CAPABLITY(8), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <8>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_SLA_PROFILE_NAME(9), Length 6, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <73696C766572>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_FLAG_UNAUTHENTICATED(45), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_MAX_FLOWS_SUPPORTED(48), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_SESSION_TIMEOUT(50), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_IDLE_TIMEOUT(51), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <180>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_SESSION_START_TIME(52), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1211220053>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_SEQ_ENABLED_FOR_SIGNALING(53), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_IDS_REQUIRED_SIGNALLING(54), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_IDLE_TIMEOUT_DIRECECTION_INBOUND(55), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_READY_FOR_SWITCHING_TRAFFIC(56), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_IS_SESSION_SYNCED(57), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_BSID(17), Length 8, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0A01014600000000>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_USRGRP_DOMAIN_NAME(43), Length 15, Class Optional*May 19 18:00:53.420: AGW-SR: Value <756E61757468656E74696361746564>*May 19 18:00:53.420: AGW-SR: Type UGW_SESSION_FLAG_AUTO_PROVISIONED(12), Length 1, Class Optional*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_PATH_BSID(104), Length 8, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0A01014600000000>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_INDEX(60), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ID_DATA_LOCAL(62), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <4>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ID_DATA_REMOTE(63), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <5>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_REMOTE_ADDR_DATA(61), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <167838022>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_START_TIME(64), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1211220053>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_CREATE_TIME(65), Length 8, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0000000000000000>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_FASTSWITCHABLE(66), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SEQ_ENABLED_DATA(67), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_IS_FLOW_SYNCED(68), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ACCT_SENDING_ACCT_RECORD(92), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ACCT_PATH_SEND(93), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ACCT_LAST_ACCT_RECORD(94), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ACCT_TERMINATE_CAUSE(95), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ACCT_ACCT_START_SENT(97), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ACCT_DISCARD(98), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_ACCT_SESSION_ID(103), Length 4, Class Optional*May 19 18:00:53.420: AGW-SR: Value <5>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_ID(69), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <8>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_DATA_DELIVERY_SERVICE(70), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_LATENCY(71), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <11>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_BURST(72), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_RATE_SUSTAINED(73), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MIN_TRAFFIC_RATE_RESERVED(74), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <41>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_POLICY_TRANSMISSION_REQUEST(75), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <51>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SDU_SIZE(76), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <61>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_TOLERATED_JITTER(77), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <71>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_TRAFFIC_PRIORITY(78), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_GRANT(79), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <81>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_POLLING(80), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_REDUCED_RESOURCES_CODE(81), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MEDIA_FLOW_TYPE(82), Length 0, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SET_TYPE(83), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE(84), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <184>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_CS_TYPE(85), Length 2, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <3>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_VALID_CFG(86), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_INFO_PRESENT(87), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_CLASSIFIER_PRESENT(88), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_CS_TYPE_PRESENT(89), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE_PRESENT(90), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_ID(69), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <7>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_DATA_DELIVERY_SERVICE(70), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <2>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_LATENCY(71), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_BURST(72), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <2>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_RATE_SUSTAINED(73), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <3>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MIN_TRAFFIC_RATE_RESERVED(74), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <4>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_POLICY_TRANSMISSION_REQUEST(75), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <5>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SDU_SIZE(76), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <49>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_TOLERATED_JITTER(77), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_TRAFFIC_PRIORITY(78), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_GRANT(79), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_POLLING(80), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <9>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_REDUCED_RESOURCES_CODE(81), Length 4, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_MEDIA_FLOW_TYPE(82), Length 0, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SET_TYPE(83), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE(84), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <120>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_CS_TYPE(85), Length 2, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <3>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_VALID_CFG(86), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_INFO_PRESENT(87), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_CLASSIFIER_PRESENT(88), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_CS_TYPE_PRESENT(89), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <1>*May 19 18:00:53.420: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE_PRESENT(90), Length 1, Class Mandatory*May 19 18:00:53.420: AGW-SR: Value <0>*May 19 18:00:53.420: AGW-SR:03652A60: 00000267 00140015 00000006 0032234A ...g.........2#J03652A70: ABCD0001 00020000 00090001 00001500 +M..............03652A80: A3000000 04000000 00000100 04000000 #...............03652A90: 04000200 04020202 02000300 040A0101 ................03652AA0: 46000400 0208B700 05000208 B7000700 F.....7.....7...03652AB0: 02000000 08000400 00000800 09000673 ...............s03652AC0: 696C7665 72002D00 01010030 00010100 ilver.-....0....03652AD0: 32000400 00000000 33000400 0000B400 2.......3.....4.03652AE0: 34000448 31C05500 35000100 00360001 4..H1@U.5....6..03652AF0: 00003700 01000038 00010100 39000100 ..7....8....9...03652B00: 00110008 0A010146 00000000 002B000F .......F.....+..03652B10: 756E6175 7468656E 74696361 74656400 unauthenticated.03652B20: 0C000100 0016000C 00680008 0A010146 .........h.....F03652B30: 00000000 0017018B 00000187 003C0001 .............<..03652B40: 00003E00 04000000 04003F00 04000000 ..>.......?.....03652B50: 05003D00 040A0101 46004000 044831C0 ..=.....F.@..H1@03652B60: 55004100 08000000 00000000 00004200 U.A...........B.03652B70: 01000043 00010000 44000100 005C0004 ...C....D....\..03652B80: 00000000 005D0004 00000000 005E0004 .....].......^..03652B90: 00000000 005F0001 00006100 01000062 ....._....a....b03652BA0: 00010000 67000400 00000500 45000400 ....g.......E...03652BB0: 00000800 46000101 00470004 0000000B ....F....G......03652BC0: 00480004 00000000 00490004 00000000 .H.......I......03652BD0: 004A0004 00000029 004B0004 00000033 .J.....).K.....303652BE0: 004C0001 3D004D00 04000000 47004E00 .L..=.M.....G.N.03652BF0: 0100004F 00040000 00510050 00040000 ...O.....Q.P....03652C00: 00000051 00040000 00000052 00000053 ...Q.......R...S03652C10: 00010000 540001B8 00550002 00030056 ....T..8.U.....V03652C20: 00010100 57000101 00580001 01005900 ....W....X....Y.03652C30: 0101005A 00010000 45000400 00000700 ...Z....E.......03652C40: 46000102 00470004 00000001 00480004 F....G.......H..03652C50: 00000002 00490004 00000003 004A0004 .....I.......J..03652C60: 00000004 004B0004 00000005 004C0001 .....K.......L..03652C70: 31004D00 04000000 00004E00 0101004F 1.M.......N....O03652C80: 00040000 00000050 00040000 00090051 .......P.......Q03652C90: 00040000 00000052 00000053 00010000 .......R...S....03652CA0: 54000178 00550002 00030056 00010100 T..x.U.....V....03652CB0: 57000101 00580001 01005900 0101005A W....X....Y....Z03652CC0: 00010000 18000000 ........*May 19 18:00:53.420: AGW-SR: <0032234AABCD><F[4]>Session (Setup) Sync to Standby*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ALLOCATED_ADDR(19), Length 4, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <33685507>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_TABLE_ID(20), Length 0, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_ALLOC_SOURCE(21), Length 4, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <5>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_REAL_LENGTH(22), Length 2, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <1040>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ALLOCATED_PREFIX_LENGTH(23), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <16>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_AGGREGATE_PREFIX_LENGTH(24), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <32>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_ORG_TYPE(25), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <1>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_TYPE_NUM(26), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <33>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_STATIC_ROUTE_ADDED(33), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <1>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_TYPE_STATIC_ALLOCATED(34), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <0>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_DYNAMIC_ADDR_ALLOCATED(35), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <1>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ADDR_DYNAMIC_ADDR_REQUEST(36), Length 1, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <0>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_IP_KEY(37), Length 8, Class Mandatory*May 19 18:00:53.444: AGW-SR: Value <0202000300000000>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_DHCP_SERVER_ADDR(27), Length 4, Class Optional*May 19 18:00:53.444: AGW-SR: Value <0>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_DHCP_SERVER_XID(28), Length 4, Class Optional*May 19 18:00:53.444: AGW-SR: Value <2095>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_DHCP_HARDWARE_ADDRESS_TYPE(29), Length 1, Class Optional*May 19 18:00:53.444: AGW-SR: Value <1>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_HARDWARE_ADDRESS_LEN(30), Length 1, Class Optional*May 19 18:00:53.444: AGW-SR: Value <6>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_DHCP_CLIENT_ADDR_LEASE_TIME(31), Length 4, Class Optional*May 19 18:00:53.444: AGW-SR: Value <3540>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_CLIENT_HARDWARE_ADDRESS(32), Length 16, Class Optional*May 19 18:00:53.444: AGW-SR: Value <0032234AABCD00000000000000000000>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ETHER_TYPE(38), Length 4, Class Optional*May 19 18:00:53.444: AGW-SR: Value <2>*May 19 18:00:53.444: AGW-SR: Type UGW_SR_HOST_ETHER_HDR(39), Length 30, Class Optional*May 19 18:00:53.444: AGW-SR: Value <0032234AABCD00000C07AC0181000003025CAAAA03000000080000000000>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_ETHER_HDR_LEN(40), Length 2, Class Optional*May 19 18:00:53.444: AGW-SR: Value <26>*May 19 18:00:53.444: AGW-SR: Type UGW_HOST_STATIC_HOST(41), Length 1, Class Optional*May 19 18:00:53.444: AGW-SR: Value <0>*May 19 18:00:53.444: AGW-SR: Attr Type:UGW_HOST_FLOW_INDEX Length: 1 Value: 0*May 19 18:00:53.444: AGW-SR:03653100: 000600CA ...J03653110: 00140000 001900C2 000000BE 00130004 .......B...>....03653120: 02020003 00140000 00150004 00000005 ................03653130: 00160002 04100017 00011000 18000120 ...............03653140: 00190001 01001A00 01210021 00010100 .........!.!....03653150: 22000100 00230001 01002400 01000025 "....#....$....%03653160: 00080202 00030000 0000001B 00040000 ................03653170: 0000001C 00040000 082F001D 00010100 ........./......03653180: 1E000106 001F0004 00000DD4 00200010 ...........T. ..03653190: 0032234A ABCD0000 00000000 00000000 .2#J+M..........036531A0: 00260004 00000002 0027001E 0032234A .&.......'...2#J036531B0: ABCD0000 0C07AC01 81000003 025CAAAA +M....,......\**036531C0: 03000000 08000000 00000028 0002001A ...........(....036531D0: 00290001 000012 .).....*May 19 18:00:53.444: AGW-SR: <0032234AABCD><F[4]>Host 2.2.0.3 create synced to standbyasn#Standby - For MS open (ethernet-cs)====================================asn#*May 19 18:00:53.431: AGW-SR:036566D0: 00140015 00000006 0032234A ABCD0001 .........2#J+M..036566E0: 00020000 00090001 00001500 A3000000 ............#...036566F0: 04000000 00000100 04000000 04000200 ................03656700: 04020202 02000300 040A0101 46000400 ............F...03656710: 0208B700 05000208 B7000700 02000000 ..7.....7.......03656720: 08000400 00000800 09000673 696C7665 ...........silve03656730: 72002D00 01010030 00010100 32000400 r.-....0....2...03656740: 00000000 33000400 0000B400 34000448 ....3.....4.4..H03656750: 31C05500 35000100 00360001 00003700 1@U.5....6....7.03656760: 01000038 00010100 39000100 00110008 ...8....9.......03656770: 0A010146 00000000 002B000F 756E6175 ...F.....+..unau03656780: 7468656E 74696361 74656400 0C000100 thenticated.....03656790: 0016000C 00680008 0A010146 00000000 .....h.....F....036567A0: 0017018B 00000187 003C0001 00003E00 .........<....>.036567B0: 04000000 04003F00 04000000 05003D00 ......?.......=.036567C0: 040A0101 46004000 044831C0 55004100 ....F.@..H1@U.A.036567D0: 08000000 00000000 00004200 01000043 ..........B....C036567E0: 00010000 44000100 005C0004 00000000 ....D....\......036567F0: 005D0004 00000000 005E0004 00000000 .].......^......03656800: 005F0001 00006100 01000062 00010000 ._....a....b....03656810: 67000400 00000500 45000400 00000800 g.......E.......03656820: 46000101 00470004 0000000B 00480004 F....G.......H..03656830: 00000000 00490004 00000000 004A0004 .....I.......J..03656840: 00000029 004B0004 00000033 004C0001 ...).K.....3.L..03656850: 3D004D00 04000000 47004E00 0100004F =.M.....G.N....O03656860: 00040000 00510050 00040000 00000051 .....Q.P.......Q03656870: 00040000 00000052 00000053 00010000 .......R...S....03656880: 540001B8 00550002 00030056 00010100 T..8.U.....V....03656890: 57000101 00580001 01005900 0101005A W....X....Y....Z036568A0: 00010000 45000400 00000700 46000102 ....E.......F...036568B0: 00470004 00000001 00480004 00000002 .G.......H......036568C0: 00490004 00000003 004A0004 00000004 .I.......J......036568D0: 004B0004 00000005 004C0001 31004D00 .K.......L..1.M.036568E0: 04000000 00004E00 0101004F 00040000 ......N....O....036568F0: 00000050 00040000 00090051 00040000 ...P.......Q....03656900: 00000052 00000053 00010000 54000178 ...R...S....T..x03656910: 00550002 00030056 00010100 57000101 .U.....V....W...03656920: 00580001 01005900 0101005A 00010000 .X....Y....Z....03656930: 18000000 19000000 ........*May 19 18:00:53.431: AGW-SR: Type AGW_MAC_ID(0), Length 6, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0032234AABCD>*May 19 18:00:53.431: AGW-SR: Type AGW_SUB_AUTH_POLICY(1), Length 2, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type AGW_SUB_AUTH_AK_CONTEXT_PRESENT(9), Length 1, Class Optional*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Usar Name not found*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_ID_CTRL_REMOTE(0), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_ID_CTRL_LOCAL(1), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <4>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_LOCAL_ADDR_SIG(2), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <33686018>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_REMOTE_ADDR_SIG(3), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <167838022>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_LOCAL_UDPPORT_SIG(4), Length 2, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <2231>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_REMOTE_UDPPORT_SIG(5), Length 2, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <2231>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_CS_TYPE(7), Length 2, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_CS_TYPE_CAPABLITY(8), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <8>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_SLA_PROFILE_NAME(9), Length 6, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <73696C766572>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_FLAG_UNAUTHENTICATED(45), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_MAX_FLOWS_SUPPORTED(48), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_SESSION_TIMEOUT(50), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_IDLE_TIMEOUT(51), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <180>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_SESSION_START_TIME(52), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1211220053>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_SEQ_ENABLED_FOR_SIGNALING(53), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_IDS_REQUIRED_SIGNALLING(54), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_IDLE_TIMEOUT_DIRECECTION_INBOUND(55), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_READY_FOR_SWITCHING_TRAFFIC(56), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_IS_SESSION_SYNCED(57), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_BSID(17), Length 8, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0A01014600000000>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_USRGRP_DOMAIN_NAME(43), Length 15, Class Optional*May 19 18:00:53.431: AGW-SR: Value <756E61757468656E74696361746564>*May 19 18:00:53.431: AGW-SR: Type UGW_SESSION_FLAG_AUTO_PROVISIONED(12), Length 1, Class Optional*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_PATH_BSID(104), Length 8, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0A01014600000000>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_INDEX(60), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ID_DATA_LOCAL(62), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <4>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ID_DATA_REMOTE(63), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <5>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_REMOTE_ADDR_DATA(61), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <167838022>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_START_TIME(64), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1211220053>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_CREATE_TIME(65), Length 8, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0000000000000000>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_FASTSWITCHABLE(66), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SEQ_ENABLED_DATA(67), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_IS_FLOW_SYNCED(68), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ACCT_SENDING_ACCT_RECORD(92), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ACCT_PATH_SEND(93), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ACCT_LAST_ACCT_RECORD(94), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ACCT_TERMINATE_CAUSE(95), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ACCT_ACCT_START_SENT(97), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ACCT_DISCARD(98), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_ACCT_SESSION_ID(103), Length 4, Class Optional*May 19 18:00:53.431: AGW-SR: Value <5>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_ID(69), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <8>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_DATA_DELIVERY_SERVICE(70), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_LATENCY(71), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <11>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_BURST(72), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_RATE_SUSTAINED(73), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MIN_TRAFFIC_RATE_RESERVED(74), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <41>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_POLICY_TRANSMISSION_REQUEST(75), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <51>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SDU_SIZE(76), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <61>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_TOLERATED_JITTER(77), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <71>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_TRAFFIC_PRIORITY(78), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_GRANT(79), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <81>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_POLLING(80), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_REDUCED_RESOURCES_CODE(81), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MEDIA_FLOW_TYPE(82), Length 0, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SET_TYPE(83), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE(84), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <184>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_CS_TYPE(85), Length 2, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <3>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_VALID_CFG(86), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_INFO_PRESENT(87), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_CLASSIFIER_PRESENT(88), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_CS_TYPE_PRESENT(89), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE_PRESENT(90), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_ID(69), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <7>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_DATA_DELIVERY_SERVICE(70), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <2>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_LATENCY(71), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_BURST(72), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <2>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_RATE_SUSTAINED(73), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <3>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MIN_TRAFFIC_RATE_RESERVED(74), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <4>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_POLICY_TRANSMISSION_REQUEST(75), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <5>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SDU_SIZE(76), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <49>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_TOLERATED_JITTER(77), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_TRAFFIC_PRIORITY(78), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_GRANT(79), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_POLLING(80), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <9>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_REDUCED_RESOURCES_CODE(81), Length 4, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_MEDIA_FLOW_TYPE(82), Length 0, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SET_TYPE(83), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE(84), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <120>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_CS_TYPE(85), Length 2, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <3>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_VALID_CFG(86), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_INFO_PRESENT(87), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_CLASSIFIER_PRESENT(88), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_CS_TYPE_PRESENT(89), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <1>*May 19 18:00:53.431: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE_PRESENT(90), Length 1, Class Mandatory*May 19 18:00:53.431: AGW-SR: Value <0>*May 19 18:00:53.439: AGW-SR:03656C20: 00140000 001900C2 .......B03656C30: 000000BE 00130004 02020003 00140000 ...>............03656C40: 00150004 00000005 00160002 04100017 ................03656C50: 00011000 18000120 00190001 01001A00 ....... ........03656C60: 01210021 00010100 22000100 00230001 .!.!...."....#..03656C70: 01002400 01000025 00080202 00030000 ..$....%........03656C80: 0000001B 00040000 0000001C 00040000 ................03656C90: 082F001D 00010100 1E000106 001F0004 ./..............03656CA0: 00000DD4 00200010 0032234A ABCD0000 ...T. ...2#J+M..03656CB0: 00000000 00000000 00260004 00000002 .........&......03656CC0: 0027001E 0032234A ABCD0000 0C07AC01 .'...2#J+M....,.03656CD0: 81000003 025CAAAA 03000000 08000000 .....\**........03656CE0: 00000028 0002001A 00290001 00001200 ...(.....)......03656CF0: 010000 ...*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ALLOCATED_ADDR(19), Length 4, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <33685507>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_TABLE_ID(20), Length 0, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_ALLOC_SOURCE(21), Length 4, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <5>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_REAL_LENGTH(22), Length 2, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <1040>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ALLOCATED_PREFIX_LENGTH(23), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <16>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_AGGREGATE_PREFIX_LENGTH(24), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <32>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_ORG_TYPE(25), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <1>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_TYPE_NUM(26), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <33>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_STATIC_ROUTE_ADDED(33), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <1>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_TYPE_STATIC_ALLOCATED(34), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <0>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_DYNAMIC_ADDR_ALLOCATED(35), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <1>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ADDR_DYNAMIC_ADDR_REQUEST(36), Length 1, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <0>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_IP_KEY(37), Length 8, Class Mandatory*May 19 18:00:53.439: AGW-SR: Value <0202000300000000>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_DHCP_SERVER_ADDR(27), Length 4, Class Optional*May 19 18:00:53.439: AGW-SR: Value <0>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_DHCP_SERVER_XID(28), Length 4, Class Optional*May 19 18:00:53.439: AGW-SR: Value <2095>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_DHCP_HARDWARE_ADDRESS_TYPE(29), Length 1, Class Optional*May 19 18:00:53.439: AGW-SR: Value <1>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_HARDWARE_ADDRESS_LEN(30), Length 1, Class Optional*May 19 18:00:53.439: AGW-SR: Value <6>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_DHCP_CLIENT_ADDR_LEASE_TIME(31), Length 4, Class Optional*May 19 18:00:53.439: AGW-SR: Value <3540>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_CLIENT_HARDWARE_ADDRESS(32), Length 16, Class Optional*May 19 18:00:53.439: AGW-SR: Value <0032234AABCD00000000000000000000>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ETHER_TYPE(38), Length 4, Class Optional*May 19 18:00:53.439: AGW-SR: Value <2>*May 19 18:00:53.439: AGW-SR: Type UGW_SR_HOST_ETHER_HDR(39), Length 30, Class Optional*May 19 18:00:53.439: AGW-SR: Value <0032234AABCD00000C07AC0181000003025CAAAA03000000080000000000>asn#*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_ETHER_HDR_LEN(40), Length 2, Class Optional*May 19 18:00:53.439: AGW-SR: Value <26>*May 19 18:00:53.439: AGW-SR: Type UGW_HOST_STATIC_HOST(41), Length 1, Class Optional*May 19 18:00:53.439: AGW-SR: Value <0>*May 19 18:00:53.439: AGW-SR: <0032234AABCD><F[4]>Subscriber 2.2.0.3 synced from activeOutput on STANDBY BWG for MS Open
Mar 4 20:09:29.224: AGW-SR:20135C40: 001400A9 ...)20135C50: 00000006 06761112 11110001 00020012 .....v..........20135C60: 00030014 1EB253DD E845CFF0 C5281F33 .....2S]hEOpE(.320135C70: AF951520 22FE51FF 00020004 00000001 /.. "~Q.........20135C80: 00040008 E0D148B4 9E578601 00050002 ....`QH4.W......20135C90: 3A980006 00020001 00070001 00000800 :...............20135CA0: 01000009 00010100 0A000E0A 01014602 ..............F.20135CB0: 02020206 76111211 11000B00 02800900 ....v...........20135CC0: 0C000103 000D0001 0C000E00 02800800 ................20135CD0: 0F000108 00100001 05001100 02000900 ................20135CE0: 12000109 00130001 08001400 02000800 ................20135CF0: 15000108 00160001 02001500 F3000000 ............s...20135D00: 04000000 00000100 04000000 05000200 ...............jigarsha-asn(co.20135D10: 04020202 02000300 040A0101 46000400 ............F...20135D20: 0208B700 05000208 B7001E00 01000020 ..7.....7......20135D30: 00010000 22000100 00210001 01002300 ...."....!....#.20135D40: 0400003A 98002400 04000000 00002500 ...:..$.......%.20135D50: 08000000 0010B765 E8002600 01000027 ......7eh.&....'20135D60: 00010000 28000100 00290001 01002A00 ....(....)....*.20135D70: 0100001F 00403C9E 68DEDCDD 94126A63 .....@<.h^\]..jc20135D80: B21697BC 95E0140C E89BFD1D 31DB19B8 2..<.`..h.}.1[.820135D90: F95C8E1A ECC83CCE 2F570CD8 176637C4 y\..lH<N/W.X.f7D20135DA0: D8AD4E43 7DEA7D88 8BDC44DC 35FEFC20 X-NC}j}..\D\5~|20135DB0: 679740D4 028B001B 00147075 73686574 g.@T......pushet20135DC0: 74794065 61702D74 6C732E63 6F6D001C ty@eap-tls.com..20135DD0: 00072A2A 616E792A 2A000600 13636C61 ..**any**....cla20135DE0: 73732D77 696D6178 2D636861 6E676564 ss-wimax-changed20135DF0: 0016000C 00550008 0A010146 00000000 .....U.....F....20135E00: 0017017C 00000178 002B0001 00002D00 ...|...x.+....-.20135E10: 04000000 08002E00 04000000 19002F00 ............../.20135E20: 08000000 0010B766 C8003000 08000000 ......7fH.0.....20135E30: 00000000 00003100 01000032 00010000 ......1....2....20135E40: 33000100 00490004 00000001 004A0004 3....I.......J..20135E50: 00000000 004B0004 00000001 004C0001 .....K.......L..20135E60: 00004D00 0102004E 00010100 4F000100 ..M....N....O...20135E70: 00540004 0000000E 00340004 00000010 .T.......4......20135E80: 00350001 01003600 04000000 0B003700 .5....6.......7.20135E90: 04000000 00003800 04000000 00003900 ......8.......9.20135EA0: 04000000 00003A00 04000000 33003B00 ......:.....3.;.20135EB0: 013D003C 00040000 0047003D 00010000 .=.<.....G.=....20135EC0: 3E000400 00005100 3F000400 00000000 >.....Q.?.......20135ED0: 40000400 00000000 41000000 42000100 @.......A...B...20135EE0: 00430001 00004400 01010045 00010100 .C....D....E....20135EF0: 46000101 00470001 00003400 04000000 F....G....4.....20135F00: 0F003500 01020036 00040000 00010037 ..5....6.......720135F10: 00040000 00020038 00040000 00030039 .......8.......920135F20: 00040000 0004003A 00040000 0005003B .......:.......;20135F30: 00013100 3C000400 00000000 3D000101 ..1.<.......=...20135F40: 003E0004 00000000 003F0004 00000009 .>.......?......20135F50: 00400004 00000000 00410000 00420001 .@.......A...B..20135F60: 00004300 01000044 00010100 45000101 ..C....D....E...20135F70: 00460001 01004700 01000017 00028009 .F....G.........20135F80: 00180000 00190094 00000090 00080004 ................20135F90: 02020002 00090002 0000000A 00040000 ................20135FA0: 0005000B 00020420 000C0001 20000D00 ....... .... ...20135FB0: 0120000E 00010100 0F000121 00160001 . .........!....20135FC0: 01001700 01000018 00010100 19000100 ................20135FD0: 001A0008 02020002 00000000 00100004 ................20135FE0: 00000000 00110004 00001415 00120001 ................20135FF0: 01001300 01060014 00100676 11121111 ...........v....20136000: 00000000 00000000 00000015 00040000 ...........20136010: 0DD40007 00010000 56000101 7A .T......V...zMar 4 20:09:29.228: AGW-SR: Type AGW_MAC_ID(0), Length 6, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <067611121111>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_POLICY(1), Length 2, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <18>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_AK(3), Length 20, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <1EB253DDE845CFF0C5281F33AF95152022FE51FF>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_AK_METHOD(2), Length 4, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_AKID(4), Length 8, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <E0D148B49E578601>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_AKLIFETIME(5), Length 2, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <15000>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_CMAC_KEY_COUNT(6), Length 2, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_AK_SEQUENCE_NUM(7), Length 1, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_PMK_SEQUENCE_NUM(8), Length 1, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type AGW_SUB_AUTH_AK_CONTEXT_PRESENT(9), Length 1, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type AGW_TID_HASH_KEY(10), Length 14, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0A01014602020202067611121111>Mar 4 20:09:29.228: AGW-SR: Type AGW_OUR_TID(11), Length 2, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <32777>Mar 4 20:09:29.228: AGW-SR: Type AGW_OUR_TID_FT(12), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <3>Mar 4 20:09:29.228: AGW-SR: Type AGW_OUR_TID_MT(13), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <12>Mar 4 20:09:29.228: AGW-SR: Type AGW_OUR_PREVIOUS_TID(14), Length 2, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <32776>Mar 4 20:09:29.228: AGW-SR: Type AGW_OUR_PREVIOUS_TID_FT(15), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <8>Mar 4 20:09:29.228: AGW-SR: Type AGW_OUR_PREVIOUS_TID_MT(16), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <5>Mar 4 20:09:29.228: AGW-SR: Type AGW_PEER_TID(17), Length 2, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <9>Mar 4 20:09:29.228: AGW-SR: Type AGW_PEER_TID_FT(18), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <9>Mar 4 20:09:29.228: AGW-SR: Type AGW_PEER_TID_MT(19), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <8>Mar 4 20:09:29.228: AGW-SR: Type AGW_PEER_PREVIOUS_TID(20), Length 2, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <8>Mar 4 20:09:29.228: AGW-SR: Type AGW_PEER_PREVIOUS_TID_FT(21), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <8>Mar 4 20:09:29.228: AGW-SR: Type AGW_PEER_PREVIOUS_TID_MT(22), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <2>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_ID_CTRL_REMOTE(0), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_ID_CTRL_LOCAL(1), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <5>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_LOCAL_ADDR_SIG(2), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <33686018>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_REMOTE_ADDR_SIG(3), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <167838022>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_LOCAL_UDPPORT_SIG(4), Length 2, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <2231>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_REMOTE_UDPPORT_SIG(5), Length 2, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <2231>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_FLAG_UNAUTHENTICATED(30), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_FLAG_NW_BEHIND_MS(32), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_FLAG_FRAMED_ROUTE_DOWNLOADED(34), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_MAX_FLOWS_SUPPORTED(33), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_SESSION_TIMEOUT(35), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <15000>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_IDLE_TIMEOUT(36), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_SESSION_START_TIME(37), Length 8, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0000000010B765E8>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_SEQ_ENABLED_FOR_SIGNALING(38), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_IDS_REQUIRED_SIGNALLING(39), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_IDLE_TIMEOUT_DIRECECTION_INBOUND(40), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_READY_FOR_SWITCHING_TRAFFIC(41), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_IS_SESSION_SYNCED(42), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_MASTER_SESSION_KEY(31), Length 64, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <3C9E68DEDCDD94126A63B21697BC95E0140CE89BFD1D31DB19B8F95C8E1AECC83CCE2F570CD8176637C4D8AD4 E437DEA7D888BDC44DC35FEFC20679740D4028B>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_USRGRP_USER_NAME(27), Length 20, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <7075736865747479406561702D746C732E636F6D>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_USRGRP_DOMAIN_NAME(28), Length 7, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <2A2A616E792A2A>Mar 4 20:09:29.228: AGW-SR: Type UGW_SESSION_ACCT_AAA_AT_CLASS(6), Length 19, Class OptionalMar 4 20:09:29.228: AGW-SR: Value <636C6173732D77696D61782D6368616E676564>Mar 4 20:09:29.228: AGW-SR: Type UGW_PATH_BSID(85), Length 8, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0A01014600000000>Mar 4 20:09:29.228: AGW-SR: <067611121111><F[0]>Replacing Local Acct Context Session IdReceived From Active: 14Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_INDEX(43), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ID_DATA_LOCAL(45), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <8>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ID_DATA_REMOTE(46), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <25>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_START_TIME(47), Length 8, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0000000010B766C8>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_CREATE_TIME(48), Length 8, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0000000000000000>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_FASTSWITCHABLE(49), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_SEQ_ENABLED_DATA(50), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_IS_FLOW_SYNCED(51), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ACCT_SENDING_ACCT_RECORD(73), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ACCT_PATH_SEND(74), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ACCT_LAST_ACCT_RECORD(75), Length 4, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ACCT_TERMINATE_CAUSE(76), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <0>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ACCT_AIRLINK_STATE(77), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <2>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ACCT_ACCT_START_SENT(78), Length 1, Class MandatoryMar 4 20:09:29.228: AGW-SR: Value <1>Mar 4 20:09:29.228: AGW-SR: Type UGW_FLOW_ACCT_DISCARD(79), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_ACCT_SESSION_ID(84), Length 4, Class OptionalMar 4 20:09:29.232: AGW-SR: Value <14>Mar 4 20:09:29.232: AGW-SR: Type AGW_FLOW_CURR_TID_USED(23), Length 2, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <32777>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_ID(52), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <16>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_DATA_DELIVERY_SERVICE(53), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_LATENCY(54), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <11>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_BURST(55), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_RATE_SUSTAINED(56), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MIN_TRAFFIC_RATE_RESERVED(57), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_POLICY_TRANSMISSION_REQUEST(58), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <51>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SDU_SIZE(59), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <61>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_TOLERATED_JITTER(60), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <71>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_TRAFFIC_PRIORITY(61), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_GRANT(62), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <81>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_POLLING(63), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_REDUCED_RESOURCES_CODE(64), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MEDIA_FLOW_TYPE(65), Length 0, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SET_TYPE(66), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE(67), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_VALID_CFG(68), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_INFO_PRESENT(69), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_CLASSIFIER_PRESENT(70), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE_PRESENT(71), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_ID(52), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <15>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_DATA_DELIVERY_SERVICE(53), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <2>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_LATENCY(54), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_BURST(55), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <2>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MAX_TRAFFIC_RATE_SUSTAINED(56), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <3>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MIN_TRAFFIC_RATE_RESERVED(57), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <4>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_POLICY_TRANSMISSION_REQUEST(58), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <5>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SDU_SIZE(59), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <49>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_TOLERATED_JITTER(60), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_TRAFFIC_PRIORITY(61), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_GRANT(62), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_UNSOLICITED_INTERVAL_POLLING(63), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <9>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_REDUCED_RESOURCES_CODE(64), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_MEDIA_FLOW_TYPE(65), Length 0, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SET_TYPE(66), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE(67), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_VALID_CFG(68), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_INFO_PRESENT(69), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_CLASSIFIER_PRESENT(70), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_FLOW_SF_QOS_SET_VALUE_PRESENT(71), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ALLOCATED_ADDR(8), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <33685506>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_TABLE_ID(9), Length 2, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_ALLOC_SOURCE(10), Length 4, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <5>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_REAL_LENGTH(11), Length 2, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1056>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ALLOCATED_PREFIX_LENGTH(12), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <32>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_AGGREGATE_PREFIX_LENGTH(13), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <32>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_ORG_TYPE(14), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_TYPE_NUM(15), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <33>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_STATIC_ROUTE_ADDED(22), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_TYPE_STATIC_ALLOCATED(23), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_DYNAMIC_ADDR_ALLOCATED(24), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_ADDR_DYNAMIC_ADDR_REQUEST(25), Length 1, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_IP_KEY(26), Length 8, Class MandatoryMar 4 20:09:29.232: AGW-SR: Value <0202000200000000>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_DHCP_SERVER_ADDR(16), Length 4, Class OptionalMar 4 20:09:29.232: AGW-SR: Value <0>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_DHCP_SERVER_XID(17), Length 4, Class OptionalMar 4 20:09:29.232: AGW-SR: Value <5141>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_DHCP_HARDWARE_ADDRESS_TYPE(18), Length 1, Class OptionalMar 4 20:09:29.232: AGW-SR: Value <1>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_DHCP_HARDWARE_ADDRESS_LEN(19), Length 1, Class OptionalMar 4 20:09:29.232: AGW-SR: Value <6>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_DHCP_CLIENT_HARDWARE_ADDRESS(20), Length 16, Class OptionalMar 4 20:09:29.232: AGW-SR: Value <06761112111100000000000000000000>Mar 4 20:09:29.232: AGW-SR: Type UGW_HOST_DHCP_CLIENT_ADDR_LEASE_TIME(21), Length 4, Class OptionalMar 4 20:09:29.232: AGW-SR: Value <3540>Mar 4 20:09:29.232: AGW-SR: <067611121111><F[8]>Subscriber 2.2.0.2 synced from activedebug wimax agw switching
To display BWG switching information, use the debug wimax agw switching command in Privileged EXEC mode.
debug wimax agw switching [events | errors | arp events | arp errors | arp packet [brief | detail]| gre events | gre errors | gre packet [brief | detail] | udp events | udp errors | udp packet [brief | detail] | dhcp events | dhcp errors]
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Examples
The following example displays various BWG switching information:
router#debug wimax agw switchingWiMAX AGW switching events debugging is onWiMAX AGW switching errors debugging is onWiMAX AGW switching UDP events debugging is onWiMAX AGW switching UDP errors debugging is onWiMAX AGW switching UDP packets debugging is onWiMAX AGW switching UDP packet detail dump debugging is onWiMAX AGW switching GRE events debugging is onWiMAX AGW switching GRE errors debugging is onWiMAX AGW switching GRE packets debugging is onWiMAX AGW switching GRE packet detail dump debugging is onWiMAX AGW switching DHCP events debugging is onWiMAX AGW switching DHCP errors debugging is onWiMAX AGW switching DHCP packets debugging is onWiMAX AGW switching DHCP packet detail dump debugging is onThe following sample output illustrates an MS Open:
*Aug 30 22:52:44.012: AGW-UDP: <100022270001><(SU)-10.1.1.70>PROCESS Downstream Session Signal:Sending UDP 54 bytes pak*Aug 30 22:52:44.012: AGW-UDP: <100022270001><(SU)-10.1.1.70>PROCESS Downstream Session Signal:Sending UDP 81 bytes pak*Aug 30 22:52:44.012: AGW-UDP: <100022270001><(SU)-10.1.1.70>PROCESS Downstream Flow Signal:Sending UDP 252 bytes pak*Aug 30 22:52:44.016: AGW-UDP: <100022270001><(SU)-10.1.1.70>PROCESS Downstream Flow Signal:Sending UDP 28 bytes pak*Aug 30 22:52:44.016: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>CEF Upstream Et0/0:Rcvd GRE 646 bytes with flags crKss, version 0x0, procotol 0x800*Aug 30 22:52:44.016: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>CEF Upstream Vi2:Rcvd 604(646) byte pak, TOS 0X0*Aug 30 22:52:44.016: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream Et0/0:Rcvd GRE 646 bytes with flags crKss, version 0x0, procotol 0x800*Aug 30 22:52:44.016: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream Et0/0 Inner pak 646 bytes pak(retval 0x0, is_ours 1)contiguous pak, size 646AA BB CC 03 34 00 AA BB CC 03 35 00 08 00 45 0002 78 00 11 00 00 FD 2F AB FB 0A 01 01 46 02 0202 02 20 00 08 00 00 00 00 05 45 00 02 5C 00 4B00 00 FE 11 B0 3C 05 05 05 05 FF FF FF FF 00 4400 43 02 48 32 06 01 01 ...*Aug 30 22:52:44.016: AGW-DHCP: <100022270001>PROCESS Upstream DHCP from MS:IP Src=5.5.5.5, IP Dst=255.255.255.255, gi=0.0.0.0, len=584, sfid=ox9*Aug 30 22:52:44.016: AGW-DHCP: <100022270001>PROCESS Upstream Decode DHCP DISCOVER:len=576, ci=0.0.0.0, gi=0.0.0.0, si=0.0.0.0, yi=0.0.0.0, sfid=0x9(9)*Aug 30 22:52:44.016: AGW-DHCP: <100022270001>PROCESS Upstream Options for DHCP DISCOVER : 53(1),57(2),61(7),12(13),55(5),255(0),*Aug 30 22:52:44.016: AGW-DHCP: <100022270001>PROCESS Upstream Added Option 82 Subscriber ID: 1000.2227.0001, Circuit ID: 9*Aug 30 22:52:44.016: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream Vi2:Rcvd 620(662) bytes pak, TOS 0X0*Aug 30 22:52:44.016: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream GRE pak Rcvd 620(662) bytes pakcontiguous pak, size 62045 00 02 6C 00 4B 00 00 FE 11 A9 D4 02 02 02 020B 01 01 5D 00 44 00 43 02 58 9C 40 01 01 06 0000 00 08 33 00 00 80 00 00 00 00 00 00 00 00 0000 00 00 00 02 02 02 02 10 00 22 27 00 01 00 0000 00 00 00 00 00 00 00 ...bwg#*Aug 30 22:52:44.600: %RADIUS-4-RADIUS_DEAD: RADIUS server 1.8.91.8:1645,1646 is not responding.*Aug 30 22:52:44.600: %RADIUS-4-RADIUS_ALIVE: RADIUS server 1.8.91.8:1645,1646 is being marked alive.asn#*Aug 30 22:52:46.032: AGW-DHCP: <100022270001>PROCESS Downstream DHCP to MS:IP Src=2.2.2.2, IP Dst=2.2.2.2, len=308*Aug 30 22:52:46.032: AGW-DHCP: <100022270001>PROCESS Downstream Decode DHCP OFFER:len=300, ci=0.0.0.0, gi=2.2.2.2, si=0.0.0.0, yi=2.2.0.89, sfid=0x9(9)*Aug 30 22:52:46.032: AGW-DHCP: <100022270001>PROCESS Downstream Options for DHCP OFFER : 53(1),54(4),51(4),58(4),59(4),1(4),82(14),255(0),*Aug 30 22:52:46.032: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Downstream Received 328 bytes pakcontiguous pak, size 32845 00 01 48 00 0A 00 00 FF 11 BA 9B 00 00 00 00FF FF FF FF 00 43 00 44 01 34 9D 5D 02 01 06 0000 00 08 33 00 00 80 00 00 00 00 00 02 02 00 5900 00 00 00 00 00 00 00 10 00 22 27 00 01 00 0000 00 00 00 00 00 00 00 ...*Aug 30 22:52:46.032: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Downstream Vi2:Sending 356(328) bytes pak, TOS 0X0*Aug 30 22:52:46.032: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Downstream Vi2:GRE packet of 356 bytescontiguous pak, size 35645 00 01 64 00 0D 00 00 FF 2F AB 13 02 02 02 020A 01 01 46 20 00 08 00 00 00 00 05 45 00 01 4800 0A 00 00 FF 11 BA 9B 00 00 00 00 FF FF FF FF00 43 00 44 01 34 9D 5D 02 01 06 00 00 00 08 3300 00 80 00 00 00 00 00 ...*Aug 30 22:52:46.040: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>CEF Upstream Et0/0:Rcvd GRE 646 bytes with flags crKss, version 0x0, procotol 0x800*Aug 30 22:52:46.040: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>CEF Upstream Vi2:Rcvd 604(646) byte pak, TOS 0X0*Aug 30 22:52:46.040: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream Et0/0:Rcvd GRE 646 bytes with flags crKss, version 0x0, procotol 0x800*Aug 30 22:52:46.040: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream Et0/0 Inner pak 646 bytes pak(retval 0x0, is_ours 1)contiguous pak, size 646AA BB CC 03 34 00 AA BB CC 03 35 00 08 00 45 0002 78 00 12 00 00 FD 2F AB FA 0A 01 01 46 02 0202 02 20 00 08 00 00 00 00 05 45 00 02 5C 00 4D00 00 FE 11 B0 3A 05 05 05 05 FF FF FF FF 00 4400 43 02 48 3D 19 01 01 ...*Aug 30 22:52:46.040: AGW-DHCP: <100022270001>PROCESS Upstream DHCP from MS:IP Src=5.5.5.5, IP Dst=255.255.255.255, gi=0.0.0.0, len=584, sfid=ox9*Aug 30 22:52:46.040: AGW-DHCP: <100022270001>PROCESS Upstream Decode DHCP REQUEST:len=576, ci=0.0.0.0, gi=0.0.0.0, si=0.0.0.0, yi=0.0.0.0, sfid=0x9(9)*Aug 30 22:52:46.040: AGW-DHCP: <100022270001>PROCESS Upstream Options for DHCP REQUEST : 53(1),57(2),61(7),54(4),50(4),51(4),12(13),55(5),255(0),*Aug 30 22:52:46.040: AGW-DHCP: <100022270001>PROCESS Upstream Added Option 82 Subscriber ID: 1000.2227.0001, Circuit ID: 9*Aug 30 22:52:46.040: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream Vi2:Rcvd 620(662) bytes pak, TOS 0X0*Aug 30 22:52:46.040: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Upstream GRE pak Rcvd 620(662) bytes pakcontiguous pak, size 62045 00 02 6C 00 4D 00 00 FE 11 A9 D2 02 02 02 020B 01 01 5D 00 44 00 43 02 58 9E F9 01 01 06 0000 00 08 33 00 00 80 00 00 00 00 00 00 00 00 0000 00 00 00 02 02 02 02 10 00 22 27 00 01 00 0000 00 00 00 00 00 00 00 ...*Aug 30 22:52:46.044: AGW-DHCP: <100022270001>PROCESS Downstream DHCP to MS:IP Src=2.2.2.2, IP Dst=2.2.2.2, len=313*Aug 30 22:52:46.044: AGW-DHCP: <100022270001>PROCESS Downstream Decode DHCP ACK:len=305, ci=0.0.0.0, gi=2.2.2.2, si=0.0.0.0, yi=2.2.0.89, sfid=0x9(9)*Aug 30 22:52:46.044: AGW-DHCP: <100022270001>PROCESS Downstream Options for DHCP ACK : 53(1),54(4),51(4),58(4),59(4),12(13),1(4),82(14),255(0),*Aug 30 22:52:46.044: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Downstream Received 333 bytes pakcontiguous pak, size 33345 00 01 4D 00 0B 00 00 FF 11 BA 95 00 00 00 00FF FF FF FF 00 43 00 44 01 39 13 30 02 01 06 0000 00 08 33 00 00 80 00 00 00 00 00 02 02 00 5900 00 00 00 00 00 00 00 10 00 22 27 00 01 00 0000 00 00 00 00 00 00 00 ...*Aug 30 22:52:46.044: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Downstream Vi3:Sending 361(333) bytes pak, TOS 0X0*Aug 30 22:52:46.044: AGW-GRE: <100022270001><(DG)-10.1.1.70><F[5]>PROCESS Downstream Vi3:GRE packet of 361 bytesasn#contiguous pak, size 36145 00 01 69 00 0E 00 00 FF 2F AB 0D 02 02 02 020A 01 01 46 20 00 08 00 00 00 00 05 45 00 01 4D00 0B 00 00 FF 11 BA 95 00 00 00 00 FF FF FF FF00 43 00 44 01 39 13 30 02 01 06 00 00 00 08 3300 00 80 00 00 00 00 00 ...*Aug 30 22:52:46.044: AGW-UDP: <100022270001><(SU)-10.1.1.70>PROCESS Downstream Flow Signal:Sending UDP 274 bytes pak*Aug 30 22:52:46.048: AGW-UDP: <100022270001><(SU)-10.1.1.70>PROCESS Downstream Flow Signal:Sending UDP 28 bytes pakHere is an example of ARP related debug information:
Router# debug wimax agw switching arp*Feb*Apr 30 20:14:40.031: AGW-ARP: <00322346ABCD>PROCESS Upstream ARP from MS:IP Src=2.2.0.145, IP Dst=2.2.2.2, MAC Src=0032.2346.abce, MAC Dst=ffff.ffff.ffff, sfid=0x1*Apr 30 20:14:40.031: AGW-ARP: <00322346ABCD>PROCESS Upstream Decode ARP REQUEST:IP Src=2.2.0.145, IP Dst=2.2.2.2, MAC Src=0032.2346.abce, MAC Dst=ffff.ffff.ffff,*Apr 30 20:14:40.031: AGW-ARP: <00322346ABCD>PROCESS Downstream Decode ARP REPLY:IP Src=2.2.2.2, IP Dst=2.2.0.145, MAC Src=0000.0c07.ac01, MAC Dst=0032.2346.abce,*Apr 30 20:14:40.031: AGW-ARP: <00322346ABCD><(DG)-10.1.1.70><F[1]>PROCESS Downstream Vi2:Sending 82(28) bytes pak, TOS 0X0*Apr 30 20:14:40.031: AGW-ARP: <00322346ABCD><(DG)-10.1.1.70><F[1]>PROCESS Downstream Vi2:GRE packet of 82 bytescontiguous pak, size 8245 00 00 52 03 72 00 00 FF 2F A8 C0 02 02 02 020A 01 01 46 20 00 65 58 00 00 00 01 00 32 23 46AB CE 00 00 0C 07 AC 01 81 00 00 03 00 1C AA AA03 00 00 00 08 06 00 01 08 00 06 04 00 02 00 000C 07 AC 01 02 02 02 02 ...Example of ARP Debugs for Static Host reject when host limit reached and idle timer not expired:
Router# debug wimax agw switching arp*Nov 28 05:12:56.909: AGW-ARP: <100022ED1111>PROCESS Upstream ARP from MS:IPSrc=11.1.3.220, IP Dst=11.1.3.3, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff,sfid=0x1F*Nov 28 05:12:56.909: AGW-ARP: <100022ED1111>PROCESS Upstream Decode ARP REQUEST:IPSrc=11.1.3.220, IP Dst=11.1.3.3, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff, *Nov 28 05:12:56.909: AGW-ARP: <100022ED1111>PROCESS Upstream ARP from MS:IPSrc=11.1.3.3, IP Dst=11.1.3.220, sfid=0x1F, host create failed.Example of ARP Debugs for Static Host accept when host limit reached but idle timer expired
Router# debug wimax agw switching arp*Apr 30 20:21:17.767: AGW-ARP: <00322346ABCD>PROCESS Upstream ARP from MS:IP*Apr 30 21:25:01.903: AGW-ARP: <00322346ABCD>PROCESS Upstream ARP from MS:IP Src=2.2.0.153, IP Dst=2.2.2.2, MAC Src=0032.2346.abd6, MAC Dst=ffff.ffff.ffff, sfid=0x3*Apr 30 21:25:01.903: AGW-ARP: <00322346ABCD>PROCESS Upstream Decode ARP REQUEST:IP Src=2.2.0.153, IP Dst=2.2.2.2, MAC Src=0032.2346.abd6, MAC Dst=ffff.ffff.ffff,*Apr 30 21:25:01.903: AGW-ARP: <00322346ABCD>PROCESS Downstream Decode ARP REPLY:IP Src=2.2.2.2, IP Dst=2.2.0.153, MAC Src=0000.0c07.ac01, MAC Dst=0032.2346.abd6,*Apr 30 21:25:01.903: AGW-ARP: <00322346ABCD><(DG)-10.1.1.70><F[2]>PROCESS Downstream Vi2:Sending 82(28) bytes pak, TOS 0X0*Apr 30 21:25:01.903: AGW-ARP: <00322346ABCD><(DG)-10.1.1.70><F[2]>PROCESSDownstream Vi2:GRE packet of 82 bytescontiguous pak, size 8245 00 00 52 01 5D 00 00 FF 2F AA D5 02 02 02 020A 01 01 46 20 00 65 58 00 00 00 01 00 32 23 46AB D6 00 00 0C 07 AC 01 81 00 00 03 00 1C AA AA03 00 00 00 08 06 00 01 08 00 06 04 00 02 00 000C 07 AC 01 02 02 02 02 ...Example of ARP Debugs when Receiving an Invalid ARP Request:
Router# debug wimax agw switching arp*Nov 28 05:14:49.205: AGW-ARP: <100022ED1111>PROCESS Upstream ARP from MS:IPSrc=11.1.3.220, IP Dst=255.255.255.255, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff,sfid=0x1F*Nov 28 05:14:49.205: AGW-ARP: <100022ED1111>PROCESS Upstream Decode ARP REQUEST:IPSrc=11.1.3.220, IP Dst=255.255.255.255, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff, *Nov 28 05:14:49.205: AGW-ARP: <100022ED1111>PROCESS Upstream IP Src=11.1.3.220, IPDst=255.255.255.255, Received Invalid ARP request. BWG does not send reply pu-asn# *Nov 28 05:14:49.205: AGW-ARP: <100022ED1111>PROCESS Upstream ARP from MS:IPSrc=11.1.3.220, IP Dst=255.255.255.255, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff,sfid=0x1F, decode failedExample of ARP Debugs when Receiving a Gratuitous ARP:
Router# debug wimax agw switching arp*Nov 28 05:18:45.829: AGW-ARP: <100022ED1111>PROCESS Upstream ARP from MS:IPSrc=11.1.3.220, IP Dst=11.1.3.220, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff,sfid=0x1F*Nov 28 05:18:45.829: AGW-ARP: <100022ED1111>PROCESS Upstream Decode ARP REQUEST:IPSrc=11.1.3.220, IP Dst=11.1.3.220, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff, *Nov 28 05:18:45.829: AGW-ARP: <100022ED1111>PROCESS Upstream IP Src=11.1.3.220, IPDst=11.1.3.220, Received Gratuitous ARP Request. BWG does not send reply *Nov 28 05:18:45.829: AGW-ARP: <100022ED1111>PROCESS Upstream ARP from MS:IPSrc=11.1.3.220, IP Dst=11.1.3.220, MAC Src=1000.22ed.111a, MAC Dst=ffff.ffff.ffff,sfid=0x1F, decode faileddebug wimax agw vtemplate
To display BWG vtemplate information, use the debug wimax agw vtemplate command in Privileged EXEC mode. Use the no version of the command to turn off debugging.
debug wimax agw vtemplate [events | errors]
no debug wimax agw vtemplate
Syntax Description
events
Displays information on Virtual-template related events.
errors
Displays information on Virtual-template related errors.
Defaults
There are no default values.
Command Modes
Privileged EXEC.
Command History
Examples
The following example displays BWG vtemplate information:
router#debug wimax agw vtemplate eventsdhcp gateway address
To specify the IP address of the DHCP relay which the server is supposed to communicate with in the BWG, use the dhcp gateway address command in user group configuration mode. Use the no form of the command to revert to the default gateway IP address.
dhcp gateway address gateway-address
no dhcp gateway address gateway-address
Syntax Description
Defaults
By default the BWG VT primary IP address is used.
Command Modes
User group configuration mode.
Command History
Usage Guidelines
The IP address specified as the gateway address must be the IP address of the BWG Virtual-Template (either primary or one of the secondary IP addresses).
Examples
The following example illustrates how to configure DHCP relay using the dhcp gateway address command:
Router(config-gw-ug)# dhcp gateway address gateway-addressRelated Commands
Command Descriptiondhcp server primary
Specifies the external DHCP server used for DHCP IP address allocation.
direction
To specify the direction of the service-flow the configuration is done, and to enter a subcommand mode use the direction command in service flow configuration subcommand mode. Use the no version of this command to remove the corresponding configuration from the direction specified.
direction {uplink | downlink}
Syntax Description
uplink
Service Flow Uplink direction configuration commands.
downlink
Service Flow Downlink direction configuration commands.
Defaults
There are no default values.
Command Modes
Service flow configuration subcommand mode.
Command History
Examples
The following example specifies the service flow direction to the uplink:
router(config-gw-sf)#direction uplinkencapsulation agw
To clone a Virtual-Access interface of encapsulation type BWG, use the encapsulation agw command in Virtual-Template configuration mode.
encapsulation agw
Syntax Description
This command has no arguments or keywords.
Defaults
There are no default values.
Command Modes
Interface configuration.
Command History
Examples
The following example enables you to clone a Virtual-Access interface of encapsulation type BWG:
router(config)# interface Virtual-Template1ipaddress 2.2.2.2 255.255.0.0router(config-if)# encapsulation agwip mtu 1440no keepaliveThe Gi address is picked from the Virtual Address by default. It can be overridden by the User-Group Configuration.
ip access-group
To specify IPv4 access permissions between a subscriber and an external host through the BWG at a particular access point, use the ip access-group command in user group configuration mode. Use the no form of the command to disable the input access list.
access-group access-group-number {in | out}
Syntax Description
access-group-number
Specifies the access group number.
in
Filters packets going to the subscriber (downstream).
out
Filters packets coming from the subscriber (upstream).
Defaults
There are no default values.
Command Modes
User group configuration mode.
Command History
Examples
The following example enables access group number 4:
access-group 4 inip address allocation subscriber timeout
To specify the IP address allocation timeout value for a subscriber, use the ip address allocation subscriber timeout command in user group configuration subcommand mode. Use the no form of the command to disable this feature.
ip address allocation subscriber timeout timeout-value-in-secs
Syntax Description
timeout-value-in-secs
Specifies the IP address allocation timeout value. The default value is 300 seconds.
Defaults
The default value is 300 seconds.
Command Modes
User group configuration mode.
Command History


