Download: | |
Mirror Download [FCC.gov] | |
Document ID | 1329244 |
Application ID | 7jWPin3QBUHAhEWAVMc68A== |
Document Description | Manual p3 |
Short Term Confidential | No |
Permanent Confidential | No |
Supercede | No |
Document Type | User Manual |
Display Format | Adobe Acrobat PDF - pdf |
Filesize | 194.48kB (2431021 bits) |
Date Submitted | 2010-08-19 00:00:00 |
Date Available | 2010-08-23 00:00:00 |
Creation Date | 2017-11-08 08:14:26 |
Producing Software | GPL Ghostscript 9.18 |
Document Lastmod | 2017-11-08 08:14:26 |
Document Title | 4Motion System Manual |
Document Creator | FrameMaker 8.0 |
Document Author: | Alvarion Ltd. |
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
[vlan-priority
]
Denotes the VLAN priority to
be assigned to the packets if
the packet meets the
requirements of the marking
rules specified in
Section 3.4.12.7.1.
Optional
0-7, where 7 is
the highest
[qos enable]
Indicates whether this QoS
marking rule should be
enabled. The absence of this
flag indicates that this QoS
flag is disabled. By default, a
bearer plane QoS marking
rule is disabled.
Optional
By
default,
the QoS
marking
rule is
disabled.
The
presence/abse
nce of this flag
indicates that
this QoS flag is
enabled/disabl
ed.
If you enable this QoS
marking rule, packets on
bearer plane that were
created using the parameters
in Section 3.4.12.7.1, the
Outer DSCP and VLAN
Priority fields in the IP header
and Ethernet header,
respectively are populated
with the values you specify for
the outer-dscp and
vlan-priority
parameters.
Command
Modes
3.4.12.7.3
Bearer plane QoS marking rules configuration mode
Restoring the Default Configuration Parameters for the Bearer Plane
QoS Output Marking Rules
Run the following command to restore the default configuration for this bearer
plane QoS marking rule:
npu(config-bqos)# no {outer-dscp | vlan-priority | qos enable}
When you execute this command, it automatically disables this QoS marking rule.
NOTE
Refer to Section 3.4.12.7.2 for a description and default values of these parameters.
4Motion
250
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Syntax
npu(config-bqos)# no {outer-dscp | vlan-priority | qos enable}
Privilege
Level
10
Command
Modes
Bearer plane QoS marking rules configuration mode
3.4.12.7.4
NPU Configuration
Terminating the QoS Marking Rules Configuration Mode
Run the following command to terminate the marking rules configuration mode:
npu(config-bqos)# exit
Command
Syntax
npu(config-bqos)# exit
Privilege
Level
10
Command
Modes
Bearer plane QoS marking rules configuration mode
3.4.12.7.5
Deleting Bearer Plane QoS Marking Rules
Run the following command to delete the a QoS marking rule:
npu(config)# no bearerqos []
CAUTION
Specify the QoS alias if you want to delete a specific bearer plane qoS marking rule. Otherwise all
the configured bearer plane QoS marking rules are deleted except "int_default" and "ext_default"
which cannot be deleted.
Command
Syntax
npu(config)# no bearerqos []
Privilege
Level
10
4Motion
251
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Syntax
Description
NPU Configuration
Parameter
Description
Presence
Default
Value
Possible
Values
[]
Denotes the QoS alias of the
bearer QoS marking rule that
you want to delete. Specify a
value for this parameter if you
want to delete a specific
bearer QoS marking rule.
Optional
N/A
String
Do not specify a value for this
parameter if you want to
delete all bearer QoS marking
rules except "int_default" and
"ext_default".
Command
Modes
3.4.12.7.6
Global configuration mode
Displaying Configuration Information for the Bearer Plane QoS
Marking Rules
To display configuration information for specific or all bearer plane QoS marking
rules, run the following command:
npu# show bearerqos []
Specify the QoS alias if you want to display configuration information for a
particular bearer plane QoS marking rule. Do not specify a value for this
parameter if you want to view configuration information for all bearer plane QoS
marking rules.
Command
Syntax
npu# show bearerqos []
Privilege
Level
4Motion
252
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Syntax
Description
NPU Configuration
Parameter
Description
Presence
Default
Value
Possible
Values
[]
Denotes the QoS alias of the
bearer QoS marking rule that
you want to display.
Optional
N/A
String
Specify a value for this
parameter if you want to
display a specific bearer QoS
marking rule. Do not specify a
value for this parameter if you
want to display all bearer QoS
marking rules.
Display
Format
Bearer QoS Configuration :
qos-alias intf-type srvc-type trfc-priority media-type inner-dscp outer-dscp vlan-priority status
voip
Command
Modes
3.4.12.8
enabled
Global command mode
Managing Service Interfaces
A Service Interface defines the parameters of the interface used by the ASN-GW on
the network side for services specified in the applicable Service Group.
The following types of Service Interface are available:
IP-IP: The Service Interface defines the parameters on the ASN-GW side of a
point-to-point tunnel to be used for the applicable traffic.
VLAN: The Service Interface defines the VLAN ID to be added/removed by the
ASN-GW to/from the applicable traffic.
QinQ: Applicable only for special applications requiring local support of
unauthenticated mode. The QinQ Service Interface is applicable only for
supporting VLAN CS Service Flows associated with a QinQ Service Group.
Up to 10 Service Interfaces may be defined.
4Motion
253
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
To configure a Service Interface:
Enable the Service Interface configuration mode for the selected Service
Interface (refer to Section 3.4.12.8.1)
You can now execute any of the following tasks:
»
Configure one or more of the parameters of the Service Interface (refer to
Section 3.4.12.8.2)
»
Restore the default values of the Service Interface parameters (refer to
Section 3.4.12.8.3)
»
Terminate the Service Interface configuration mode (refer to
Section 3.4.12.8.4)
In addition, you can, at any time, display configuration information for one or all
existing Service Interfaces (refer to Section 3.4.12.8.6) or delete an existing Service
Interface (refer to Section 3.4.12.8.5).
3.4.12.8.1
Enabling the Service Interface Configuration Mode\Creating a Service
Interface
To configure the parameters of a Service Interface, first enable the Service
Interface configuration mode for the specific Service Interface. Run the following
command to enable the Service Interface configuration mode. You can also use
this command to create a new Service Interface.
npu(config)# srvc-intf [] [{IP-IP|VLAN|QinQ}]
For example, to define a new IP-IP Service Interface named SI1, run the following
command:
npu(config)# srvc-intf SI1 IP-IP
To enable the configuration mode for an existing Service Interface named SI1, run
the following command:
npu(config)# srvc-intf SI1
If you use this command to create a new Service Interface, the configuration mode
for this Service Interface is automatically enabled.
4Motion
254
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
NOTE
The Bearer IP Interface (refer to “Configuring IP interfaces” on page 143) must be
configured prior to creating IP-IP or VLAN service interfaces.
After enabling the configuration mode for a Service Interface you can execute any
of the following tasks:
Configure one or more of the Service Interface parameters (refer to
Section 3.4.12.8.2)
Restore the default values of non-mandatory parameters of the Service
Interface (refer to Section 3.4.12.8.3)
After executing the above tasks, you can terminate the Service Interface
configuration mode (refer to Section 3.4.12.8.4) and return to the global
configuration mode.
Command
Syntax
npu(config)# srvc-intf [] [{IP-IP|VLAN|QinQ}]
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
[]
The Service Interface alias of
the Service Interface for
which you want to enable the
configuration mode. If you
want to create a new Service
Interface, specify a new alias
and define the type of service
interface (see below).
Mandatory
N/A
String (1 to 30
characters)
[{IP-IP|VLAN
|QinQ}]
The Service Interface’s type.
Optional
IP-IP
IP-IP
VLAN
QinQ
4Motion
255
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Modes
3.4.12.8.2
NPU Configuration
Global configuration mode
Configuring Service Interface Parameters
This section describes the commands for:
“Configuring Parameters for IP-IP Service Interface” on page 256
“Configuring Parameters for VLAN Service Interface” on page 257
3.4.12.8.2.1 Configuring Parameters for IP-IP Service Interface
After enabling the IP-IP Service Interface configuration mode, run the following
command to configure the IP-IP service interface parameters:
This command shall configure one or more parameters of the IP-IP Service
Interface.
npu(config-srvcif-ipip)# config tunnel ([descr ] [srcaddr ]
{dstaddr } [chksm])
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer to the syntax
description for more information about the appropriate values and format for configuring these
parameters.
At least one parameter must be specified (the value is optional): The command
npu(config-srvcif-ip-ip)# config tunnel will return an Incomplete Command error.
Command
Syntax
npu(config-srvcif-ip-ip)# config tunnel ([descr ] [srcaddr ]
{dstaddr } [chksm])
Privilege
Level
10
Syntax
Description
4Motion
Parameter
Description
Presence
Default
Value
Possible
Values
[descr ]
A description of the Service
Interface.
Optional
null
String (up to 70
characters)
256
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[srcaddr
]
The source IP address that
indicates the point of
origination of the tunnel for
the service interface.
NPU Configuration
Optional
0.0.0.0
IP Address of
Bearer
Interface.
Optional
0.0.0.0
Valid IP
Address.
Optional
By
default,
this
feature
is
disabled.
The
presence/abse
nce of this flag
indicates that
this feature is
enabled/
disabled.
Must be set to the same
address as the NPU Bearer
IP Address.
{dstaddr
}
The destination IP address
that indicates the point of
termination of the tunnel for
the service interface.
Must be set to a valid IP
address. The destination IP
address of an existing
Service Interface (if already
configured to a valid value)
cannot be changed.
[chksm]
Command
Modes
Indicates that end-to-end
checksumming mechanism
on ServiceTunnel Interface is
enabled.
IP-IP Service Interface configuration mode
3.4.12.8.2.2 Configuring Parameters for VLAN Service Interface
After enabling the VLAN Service Interface configuration mode, run the following
command to configure the VLAN service interface parameters:
This command shall configure one or more parameters of the VLAN Service
Interface.
npu(config-srvcif-vlan)# config ([descr ] [vlan-id ]
[dflt-gw-ip ]
4Motion
257
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer to the syntax
description for more information about the appropriate values and format for configuring these
parameters.
At least one parameter must be specified (the value is optional): The command
npu(config-srvcif-vlan)# config will return an Incomplete Command error.
Command
Syntax
Privilege
Level
Syntax
Description
npu(config-srvcif-vlan)# config ([descr ] [vlan-id ]
[dflt-gw-ip ]
10
Parameter
Description
Presence
Default
Value
Possible
Values
descr
Aa description of the service
interface.
Optional
null
String (up to 70
characters)
vlan-id
]
A Service Interface VLAN ID
shall not conflict with other
instances of Service Interface
VLAN ID and VLAN IDs of
Bearer, Local-Management,
External-Management and
AU Maintenance interfaces.
Shall also not conflict with
CVID of any transparent MS
with L2 service.
Optional
1-9, 11-4094
Must be set to a valid value
other than the default (0). The
VLAN ID of an existing
Service Interface cannot be
changed.
4Motion
258
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[dflt-gw-ip ]
The IP Address and subnet
mask of the Default Gateway.
NPU Configuration
Optional
The IP address shall be
unique among all the Host
Interfaces IP's (Bearer,
Local-Management,
Internal-Management,
External-Management) and
existing instances of Service
Interface’s Tunnel Destination
IP Address and Default
Gateway IP Address.
0.0.0.0
255.255.
255.0
valid IP
address and
mask
Interface mask should be
configured in such a way that
the resulting subnet should
not overlap with an existing
Interface subnet (host
interfaces, other service
interfaces).
Should be in the same
subnet.with the IP Address of
the DHCP server/proxy/relay
to be assigned to a service
group using this service
interface.
Must be changed from the
default value. The Default
Gateway IP Address of an
existing service interface
cannot be changed. The
Subnet Mask of a service
interface associated to a
service group cannot be
changed.
Command
Modes
VLAN Service Interface configuration mode
3.4.12.8.2.3 Configuring Parameter for QinQ Service Interface
After enabling the QinQ Service Interface configuration mode, run the following
command to configure the QinQ service interface parameters:
This command shall configure one or more parameters of the QinQ Service
Interface.
4Motion
259
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
npu(config-srvcif-QinQ)# config ([descr ] [vlan-id ])
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer to the syntax
description for more information about the appropriate values and format for configuring these
parameters.
At least one parameter must be specified (the value is optional): The command
npu(config-srvcif-QinQ)# config will return an Incomplete Command error.
Command
Syntax
npu(config-srvcif-QinQ)# config ([descr ] [vlan-id ]])
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
descr
A description of the service
interface.
Optional
null
String (up to 70
characters)
vlan-id
]
A Service Interface VLAN ID
shall not conflict with other
instances of Service Interface
VLAN ID and VLAN IDs of
Bearer, Local-Management
and External-Management
interfaces. Shall also not
conflict with CVID of any
transparent MS.
Optional
1-9, 11-4094
Note that the default (0) is not
a valid value.
Command
Modes
3.4.12.8.3
QinQ Service Interface configuration mode
Restoring the Default Configuration Parameters for an IP-IP Service
Interface
Run the following command to restore the default configuration for IP-IP service
interface chksm parameter:
npu(config-srvcif-ipip)# no tunnel [chksm]
4Motion
260
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
NOTE
Refer to Section 3.4.12.8.2.1 for a description and default value of this parameter.
Command
Syntax
npu(config-srvcif-ipip)# no tunnel [chksm]
Privilege
Level
10
Command
Modes
IP-IP Service Interface configuration mode
3.4.12.8.4
Terminating a Service Interface Configuration Mode
This section describes the commands for:
“Terminating the IP-IP Service Interface Configuration Mode” on page 261
“Terminating the VLAN Service Interface Configuration Mode” on page 262
“Terminating the QinQ Service Interface Configuration Mode” on page 262
3.4.12.8.4.1 Terminating the IP-IP Service Interface Configuration Mode
Run the following command to terminate the IP-IP service interface configuration
mode:
npu(config-srvcif-ipip)# exit
Command
Syntax
npu(config-srvcif-ipip)# exit
Privilege
Level
10
Command
Modes
IP-IP Service interface configuration mode
4Motion
261
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
3.4.12.8.4.2 Terminating the VLAN Service Interface Configuration Mode
Run the following command to terminate the vlan service interface configuration
mode:
npu(config-srvcif-vlan)# exit
Command
Syntax
npu(config-srvcif-vlan)# exit
Privilege
Level
10
Command
Modes
VLAN Service interface configuration mode
3.4.12.8.4.3 Terminating the QinQ Service Interface Configuration Mode
Run the following command to terminate the QinQ service interface configuration
mode:
npu(config-srvcif-QinQ)# exit
Command
Syntax
npu(config-srvcif-QinQ)# exit
Privilege
Level
10
Command
Modes
QinQ Service interface configuration mode
3.4.12.8.5
Deleting a Service Interface
You can, at any time, run the following command to delete service interface:
npu(config)# no srvc-intf []
NOTE
A Service Interface cannot be deleted if it is assigned to any Service Group.
A QinQ Service Interface cannot be deleted if it is assigned to a Service Flow (with a VPWS-QinQ
Service Group). For details refer to “Configuring Service Flows” on page 314.
4Motion
262
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Syntax
npu(config)# no srvc-intf []
Privilege
Level
10
Syntax
Description
Command
Modes
3.4.12.8.6
NPU Configuration
Parameter
Description
Presence
Default
Value
Possible
Values
[]
The alias of the Service
interface which needs to be
deleted
Mandatory
N/A
String
Global configuration mode
Displaying Configuration Information for the Service Interface
To display configuration information for one or all service interfaces, run the
following command:
npu# show srvc-intf
Specify a value for the intf-alias parameter if you want to display configuration
information for a particular service interface. Do not specify a value for this
parameter if you want to view configuration information for all service interfaces.
Command
Syntax
npu# show srvc-intf
Privilege
Level
4Motion
263
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Syntax
Description
Display
Format
IP-IP
Service
Interface
NPU Configuration
Parameter
Description
Presence
Default
Value
Possible
Values
The alias of the service
interface that you want to
display. If you do not specify a
value for this parameter, all
the services interfaces that
are configured, are displayed.
Optional
N/A
String
if-alias
if-descr
intf-type IP-IP
tun-src-ip
tun-dst-ip
tun-chksum tun-mtu
Display
Format
VLAN
Service
Interface
% Asn-gateway Srvc Intf config
if-alias
if-descr
intf-type VLAN
if-vlan-id
if-dflt-gw-ip
if-dflt-gw-netmask
vlan-mtu
Display
Format
QinQ
Service
Interface
% Asn-gateway Srvc Intf config
if-alias
if-descr
intf-type QinQ
if-vlan-id
Command
Modes
4Motion
Global command mode
264
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
3.4.12.9
NPU Configuration
Configuring the AAA Client Functionality
The AAA client functionality enables configuration of one RADIUS client. The
RADIUS client encapsulates the messages destined for the AAA server in RADIUS
messages or decapsulates messages sent by the AAA server for the MS.
In addition, you can also configure certain RADIUS parameters such as the NAS
ID and the time zone offset that are applicable for all AAA clients. In the current
release a single AAA client is supported.
This section describes the commands for:
“Managing AAA Client Configuration” on page 265
“Managing Global RADIUS Configuration Parameters” on page 271
3.4.12.9.1
Managing AAA Client Configuration
To configure the AAA client:
Enable the AAA client configuration mode (refer to Section 3.4.12.9.1.1)
You can now execute any of the following tasks:
»
Configure the AAA client parameters (refer to Section 3.4.12.9.1.2)
»
Restore the default configuration of the Alternate Server (refer to
Section 3.4.12.9.1.3)
»
Switch between the Primary and Alternate Servers (refer to
Section 3.4.12.9.1.4)
»
Terminate the AAA client configuration mode (refer to Section 3.4.12.9.1.5)
In addition, you can, at any time, display the AAA client configuration information
(refer to Section 3.4.12.9.1.6). The AAA client cannot be deleted.
3.4.12.9.1.1 Enabling the AAA Client Configuration Mode
To configure the AAA client parameters, first enable the AAA client configuration
mode. Run the following command to enable the AAA client configuration mode.
npu(config)# aaa-client
The system is supplied with a pre-configured AAA client with the following
properties that cannot be modified:
4Motion
265
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
client-alias: default
src-intf: Bearer
After enabling the AAA client configuration mode you can execute any of the
following tasks:
Configure the AAA client parameters (refer to Section 3.4.12.9.1.2)
Restore the default configuration of the Alternate Server (refer to
Section 3.4.12.9.1.3)
Switch between the Primary and Alternate Servers (refer to
Section 3.4.12.9.1.4)
Terminate the AAA client configuration mode and return to the global
configuration mode (refer to Section 3.4.12.9.1.5).
Command
Syntax
npu(config)# aaa-client
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
Denotes the client-alias of the
AAA client for which the
configuration mode is to be
enabled.
Mandatory
N/A
default
In the current release a single
AAA client is supported, with
client-alias “default”.
Command
Modes
Global configuration mode
3.4.12.9.1.2 Configuring Parameters for the AAA Client
After enabling the AAA client configuration mode, run the following command to
configure the parameters for the AAA client:
4Motion
266
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
npu(config-aaa)# config ([src-intf ] [primary-serveraddr
] [alternate-serveraddr ] [rad-sharedsecret
] [aaaRedundancy {Enable|Disable}] [rad-CallingStationId
{Binary | UTF-8}])
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer the syntax
description for more information about the appropriate values and format for configuring these
parameters.
IMPORTANT
If the bearer interface IP address is being modified after aaa-client configuration, you must
re-configure the src-intf parameter to "bearer" so that the aaa-client will attach itself to the new
bearer interface IP address.
Command
Syntax
npu(config-aaa)# config ([src-intf ] [primary-serveraddr ]
[alternate-serveraddr ] [rad-sharedsecret ] [aaaRedundancy
{Enable|Disable}] [rad-CallingStationId {Binary | UTF-8}])
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
[src-intf ]
Indicates the interface
providing RADIUS client
functionality. Must be either
the bearer interface or the
external-management
interface.
Optional
bearer
bearer
Denotes IPv4 address of
the primary AAA server.
Mandatory
[primary-serveradd
r ]
external-man
agement
172.16.0.10
Valid IP
Address
primary-serveraddr and
alternate-serveraddr cannot
be the same.
primary-serveraddr and
alternate-serveraddr cannot
have IP address assigned
to NPU IP interfaces.
4Motion
267
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[alternate-serverad
dr ]
Denotes IPv4 address of
the alternate (secondary)
AAA server.
NPU Configuration
Optional
0.0.0.0
Valid IP
Address
0.0.0.0 means no alternate
server.
Must be set to a valid IP
address if aaaRedundancy
is enabled.
[rad-sharedsecret
]
Denotes the shared secret
between the AAA client and
the AAA server(s).
Optional
default
String (1 to 49
characters)
[aaaRedundancy
{Enable|Disable}]
Indicates whether AAA
server redundancy is
supported.
Optional
Disable
Enable
Disable
If enabled, the ASN-GW will
try switching to the alternate
server if the primary server
does not respond, and vise
versa.
If enabled - the ip-address
of the active server (primary
or alternate) cannot be
modified.
[rad-CallingStationI
d {Binary | UTF-8}]
Command
Modes
The format of the MAC
address used to define the
Calling Station ID
Optional
UTF-8
Binary
UTF-8
AAA client configuration mode
3.4.12.9.1.3 Restoring the Default Value of the Alternate Server
Run the following command to restore the default value (0.0.0.0) 0f the alternate
server:
npu(config-aaa)# no alternate-serveraddr
IMPORTANT
The alternate server cannot be cleared (restored to the default value) id aaaRedundancy is
enabled.
4Motion
268
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Syntax
npu(config-aaa)# no alternate-serveraddr
Privilege
Level
10
Command
Modes
AAA client configuration mode
NPU Configuration
3.4.12.9.1.4 Switching between the Primary and Alternate Servers
Run the following command to switch between servers:
npu(config-aaa)# aaaSwitchOver
This command is applicable only when aaa redundancy is enabled.
If you execute this command when the active server is the primary server, the unit
will attempt connecting to the alternate server, and vice versa.
Command
Syntax
npu(config-aaa)# aaaSwitchOver
Privilege
Level
10
Command
Modes
AAA client configuration mode
3.4.12.9.1.5 Terminating the AAA Client Configuration Mode
Run the following command to terminate the AAA client configuration mode:
npu(config-aaa)# exit
Command
Syntax
npu(config-aaa)# exit
Privilege
Level
10
4Motion
269
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Modes
NPU Configuration
AAA client configuration mode
3.4.12.9.1.6 Displaying Configuration and Status Information for the AAA Client
To display one or all AAA clients, run the following command:
npu# show aaa-client
In the current release a single AAA client is supported. The client-alias is default.
Command
Syntax
npu# show aaa-client
Privilege
Level
Syntax
Description
Display
Format
Parameter
Description
Presence
Default
Value
Possible
Values
[]
Denotes the client-alias for
which the associated AAA
client information is to be
displayed. In the current
release the client-alias of the
supported client is default.
Optional
N/A
default or null
AAA-client
Src-intf(IP)
Primary-ServerAddr
Alternate ServerAddr :
Radius Shared Secret :
Active AAA server
AAA Redundancy
Station ID Format
4Motion
270
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Modes
NPU Configuration
Global command mode
In addition to configurable parameters, the currently Active AAA server
(Primary/Alternate) is also displayed.
3.4.12.9.2
Managing Global RADIUS Configuration Parameters
Global RADIUS configuration parameters for AAA clients determine how AAA
clients should send access requests. This section describes the commands to be
used for:
“Configuring Global RADIUS Parameters” on page 271
“Restoring the Default Global RADIUS Configuration Parameters” on page 273
“Displaying Global RADIUS Configuration Parameters” on page 274
3.4.12.9.2.1 Configuring Global RADIUS Parameters
To configure the global RADIUS configuration parameters to be used for all AAA
clients, run the following command:
npu(config)# radius <[accessreq-retries ]
[accessreq-interval ] [nasid ]
[timezone-offset ] [mtu ][RadiusAtrbtTypeServiceProfileName
] [vlan-classf-bit-align
{msbShift|lsb}][alrmAaaSwitchoverRetryFailThrshld(1-250)>]>
NOTE
You can display configuration information for global RADIUS parameters. For details, refer to
Section 3.4.12.9.2.3
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer the syntax
description for more information about the appropriate values and format for configuring these
parameters.
Command
Syntax
4Motion
npu(config)# radius <[accessreq-retries ] [accessreq-interval ]
[nasid ] [timezone-offset ] [mtu ] [RadiusAtrbtTypeServiceProfileName ]
[alrmAaaSwitchoverRetryFailThrshld(1-250)>] [vlan-classf-bit-align {msbShift|lsb}]>
271
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Privilege
Level
Syntax
Description
NPU Configuration
10
Parameter
Description
Presence
Default
Value
Possible
Values
[accessreq-retries
]
Denotes the maximum
number of times the AAA
client can resend the access
request.
Optional
0-5
[accessreq-interval
]
Denotes the interval, in
seconds, after which the AAA
client can resend the access
request.
Optional
500
10-100000
[nasid
]
Denotes the unique identifier
of the ASNGW NAS. Sent in
Access Request message
only if configured. Should be
in FQDN format.
Optional
null
String (up to 64
characters)
[timezone-offset
]
Denotes the time zone offset,
in seconds, from GMT at the
NAS.
Optional
0-86400
[mtu ]
Denotes the MTU to be used
for the AAA client
functionality.
Optional
2000
1020-2000
[RadiusAtrbtTypeS
erviceProfileName
]
Denotes the RADIUS
attribute in which the
ASN-GW shall expect to get
the service profile name. For
example, configure 11 if AAA
uses Filter ID as the container
of service profile name,
Optional
11
1-255
Use only unassigned
freetext-type RADIUS
attributes.
4Motion
272
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
[alrmAaaSwitchov
erRetryFailThrshld
(1-250)>]
Threshold to set alarm when
the number of AAA
switchover "unsuccessful
access to primary +
secondary" failed events for a
measured period (PM interval
of 15 minutes) exceeds the
provisioned number.
Optional
250
1 - 250
[vlan-classf-bit-alig
n {msbShift | lsb}]
Defines how to transfer VLAN
ID between R3 and R6:
Optional
msbShift
msbShift
If msbShift is selected:
lsb
a. When transferring classifier
VID value from R3 side to R6
side, the binary value of the
12 least significant bits in R3
TLV will be copied and pasted
as most significant bits in R6
TLV.
b. When transferring classifier
VID value from R6 to R3, the
binary value of the 12 the
most significant bits in R6
TLV will be copied and pasted
as the 12 least significant bits
in R3 TLV.
if lsb is selected: The whole
16 bit value of the relevant
TLV will be transferred
without any change when
transferring classifier VID
value from R3 side to R6 side
and from R6 to R3.
Command
Modes
Global configuration mode
3.4.12.9.2.2 Restoring the Default Global RADIUS Configuration Parameters
To restore the default global RADIUS configuration used for AAA clients, run the
following command:
npu(config)# no radius [accessreq-retries] [accessreq-interval]
[nasid] [timezone-offset] [mtu]
4Motion
273
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
NOTE
Refer Section 3.4.12.9.2.1 for a description and default values of these parameters.
Command
Syntax
npu(config)# no radius [accessreq-retries] [accessreq-interval] [nasid] [timezone-offset] [mtu]
Privilege
Level
10
Command
Modes
Global configuration mode
3.4.12.9.2.3 Displaying Global RADIUS Configuration Parameters
To display global RADIUS configuration parameters used for all AAA clients, run
the following command:
npu# show radius
Command
Syntax
npu# show radius
Privilege
Level
Display
Format
TimeOut
accessReq-retries
NAS-ID
TimeZone Offset
framed MtuSize
Profile AtrbtType
alrmAaaSwitchoverRetryFailThrshld
VLAN Bit Alignment
Command
Modes
4Motion
Global command mode
274
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
3.4.12.10 Managing Service Groups
A service group is a group of MSs that are served by the same service provider or
service flows that belong to the same service class.
The following service group types are supported:
IP: This type of service group is used only for IP CS flows. Once service group
is configured as type IP, additional IP allocation configuration is also required
(such as DHCP mode, IP pool, IP Subnet, etc). This type of service group must
be associated with either IP-IP (encapsulated IP packets) or VLAN type of R3
service interface. An IP service group can be configured to support time based
or volume and time based accounting. In addition, an IP service group can be
configured to support direct communication between MSs belonging to the
service group.
VPWS-Transparent: This type of service group is used only for VLAN CS flows.
Once service group is configured as VPWS-Transparent type, IP allocation
configuration is not required. This type of service group is not associated with
any R3 service interface as vlan-tagged MS traffic is transferred transparently
on the on the R3 interface. A VPWS-Transparent service group can be
configured to support time based accounting.
VPWS-QinQ: This type of service group is used only for VLAN CS flows. Once
service group is configured as type VPWS-QinQ type, IP allocation
configuration is not required. This type of service group is not associated with
any R3 service interface as double-tagged MS traffic is transferred
transparently on the on the R3 interface. The QinQ VLAN used by the MS
should be received from the AAA server in Access-Accept messages. A
VPWS-QinQ service group can be configured to support time based
accounting.
VPWS-Mapped: This type of service interface is intended for special needs
were VLAN CS service flows from multiple MSs use the same VLAN ID. Once
service group is configured as VPWS- Mapped type, IP allocation configuration
is not required. This type of service group makes the mapping between a
unique MS flow VLAN ID used on R3 interface and a CVID. The CVID can be
missing. For this service group type a VLAN pool need to configured. The
ASNGW will uniquely allocate a VLAN from the configured pool to each MS
flow to be used on R3 interface. A VPWS-Mapped service group can be
configured to support time based accounting.
You can configure up to 10 service groups, where each of the IP Service Groups is:
4Motion
275
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
Associated with a separate service IP or VLAN service interface.
Configured as any one of the following:
»
DHCP server that allocates an IP address to the MS from the local pool (in
the non-HA mode).
»
DHCP relay that obtains the IP address using an external DHCP server (in
the non-HA mode).
»
DHCP proxy for either of the following boot modes:
◊
Non-HA mode: The DHCP proxy assigns the MS the IP address that was
received from AAA in the MS profile (in FRAMED-IP attribute or R3
Descriptors) or
◊
HA mode: The DHCP proxy assigns the MS, the IP address received in
the MS profile or obtains the IP address from HA using the mobile IP.
To configure a service group:
Enable the service group configuration mode (refer to Section 3.4.12.10.1)
You can now execute any of the following tasks:
»
Configure the common parameters of an IP service group (refer to
Section 3.4.12.10.2)
»
Enable/Disable the VLAN Interface of an IP Service Group (refer to
Section 3.4.12.10.3)
»
Enable the service group DHCP operation mode and configure the DHCP
server/proxy/relay-specific parameters (refer to Section 3.4.12.10.4)
»
Configure the parameters of a VPWS-Transparent Service Group (refer to
Section 3.4.12.10.5)
»
Configure the parameters of a VPWS-QinQ Service Group (refer to
Section 3.4.12.10.6)
»
Configure the parameters of a VPWS-Mapped Service Group (refer to
Section 3.4.12.10.7)
4Motion
276
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
»
NPU Configuration
Terminate the service group configuration mode (refer to
Section 3.4.12.10.8)
In addition, you can, at any time, display configuration information (refer to
Section 3.4.12.10.10) or delete an existing service group (refer to
Section 3.4.12.10.9).
3.4.12.10.1 Enabling the Service Group Configuration Mode\ Creating a New
Service Group
To configure the parameters for the service group, first enable the service group
configuration mode. Run the following command to enable the service group
configuration mode or create the service group.
npu(config)# srvc-grp [ServiceGrpType {IP | VPWS-QinQ |
VPWS-Transparent | VPWS-Mapped}]
If you use this command to create a new service group, the configuration mode for
this group is automatically enabled after which you can configure or restore the
default parameters for this service group.
After enabling the service group configuration mode, you can execute any of the
following tasks:
Configure the common parameters for an IP service group (refer to
Section 3.4.12.10.2)
Enable/Disable the VLAN Interface of an IP Service Group (refer to
Section 3.4.12.10.3)
Enable the service group operation mode and configure the DHCP
server/proxy/relay-specific parameters (refer to Section 3.4.12.10.4)
Configure the parameters of a VPWS-Transparent Service Group (refer to
Section 3.4.12.10.5)
Configure the parameters of a VPWS-Transparent Service Group (refer to
Section 3.4.12.10.6)
Configure the parameters of a VPWS-Transparent Service Group (refer to
Section 3.4.12.10.7)
After executing these tasks, you can terminate the service group configuration
mode (refer to Section 3.4.12.10.8).
4Motion
277
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
NOTE
You can display configuration information for specific or all service groups. For details, refer to
Section 3.4.12.11.2.
Command
Syntax
npu(config)# srvc-grp [ServiceGrpType {IP | VPWS-QinQ | VPWS-Transparent |
VPWS-Mapped}]
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
srvc-grp
Denotes the group-alias of
the service group for which
the service group
configuration mode is to be
enabled. If you want to create
a new service group, specify
the group alias to be assigned
to the service group.
Mandatory
N/A
String (1 to 30
characters)
[ServiceGrpT
ype {IP |
VPWS-QinQ |
VPWS-Transpa
rent |
VPWS-Mapped}
The Service group’s type.
Optional
IP
IP
VPWS-QinQ
VPWS-Trans
parent
VPWS-Mapp
ed
Command
Modes
Global configuration mode
3.4.12.10.2 Configuring Common Parameters of an IP Service Group
After enabling the service group configuration mode for an IP service group, run
the following command to configure common parameters for the service group:
npu(config-srvcgrp)# config {{[srvcif-alias ]
[waitdhcp-holdtime ] [dhcp-ownaddr ]} |
4Motion
278
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
{server|proxy|relay} |{[]}|{[] | [acctInterimTmr ]}
This commands comprises 5 sub-commands:
npu(config-srvcgrp)# config {[srvcif-alias ]
[waitdhcp-holdtime ] [dhcp-ownaddr ]}
npu(config-srvcgrp)# config {server|proxy|relay}
npu(config-srvcgrp)# config {[]}
npu(config-srvcgrp)# config {[]}
npu(config-srvcgrp)# config {[acctInterimTmr ]}
NOTE
You can display configuration information for the service group. For details, refer to
Section 3.4.12.11.2.
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer the syntax
description for more information about the appropriate values and format for configuring these
parameters.
Command
Syntax
npu(config-srvcgrp)# config {{[srvcif-alias ] [waitdhcp-holdtime ]
[dhcp-ownaddr ]} | {server|proxy|relay} |{[]}|{[] | [acctInterimTmr ]}
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
[srvcif-alias
]
Denotes the pre-defined IP or
VLAN service interface alias
to be used as the data path
for traffic towards the core
network.
Mandatory
N/A
String
Note that a Service Interface
alias can be associated only
to a single Service Group.
4Motion
279
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[waitdhcp-holdtime
]
Denotes the period, in
seconds, for which the NPU
waits for an IP address
allocation trigger (MIP
registration request / DHCP
discover) from the MS.
NPU Configuration
Optional
0-86400
Mandatory
N/A
Valid IP
Address
Mandatory
N/A
dhcp-server
If you specify the value of this
parameter as 0, no timer is
started and the NPU will wait
infinitely for the IP address
allocation trigger.
[dhcp-ownaddr
]
Denotes the IPv4 address of
the DHCP server/ relay/
proxy.
Must be unique in the
network.
For a service group using a
VLAN service interface,
should be in same subnet
with the Default Gateway
configured for the service
interface associated with the
service group. Subnet mask
is taken as the default subnet
mask i.e 255.255.255.0.
Note: In DHCP Server mode,
the DHCP server IP address
must be in the same subnet
but outside the range
allocated for users address
pool as provisioned in the
DHCP Server.
{server|proxy|relay
Mode of IP address allocation
used for subscribers: DHCP
Server/ Proxy/ Relay.
dhcp-proxy
dhcp-relay
4Motion
280
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
{acct
{none|time|volume
Time}}
The Accounting mode for the
service interface:
NPU Configuration
Optional
time
none
time
none: No accounting support.
volumeTime
time: The ASN-GW send
RADIUS Accounting
Start/Stop Requests. The
ASN-GW shall also send
Interim Accounting requests
to AAA server using RADIUS
Accounting Interim messages
on a preconfigured or
negotiated interval. AAA
server can send negotiated
time interval in
Access-Accept message. If
ASN GW defined value (see
acctInterimTmr below) is zero
and there is no
Acct-Interim-Interval in
Access Accept, interim
updates should be
deactivated.
volumeTime: Same as for
time option above. In
addition, this mode supports
postpaid accounting by
supporting IP Session
Volume Based Accounting.
The ASN-GW will report the
cumulative volume counters
for each MS IP Session. The
counters will be collected per
MS Service Flow and will be
cumulated in order to get the
MS IP Session counters.
{ms-loop {enable|
disable}}
4Motion
Denotes whether MS
loopback (direct
communication between two
MSs belonging to the same
service group) is enabled or
disabled for the service
interface
281
Optional
Disable
Enable
Disable
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[acctInterimTmr
]
Applicable only if acct (see
above) mode is set to either
time or volumeTime. The
default interval in minutes for
Accounting Interim reports to
be used if
Acct-Interim-Interval is not
received from the AAA server.
NPU Configuration
Optional
0
5-1600
Value “0” means interim
reports are deactivated
unless Acct-Interim-Interval is
sent by the AAA server in
Access Accept messages.
Command
Modes
IP Service group configuration mode
3.4.12.10.3 Enabling/Disabling VLAN Service Interface for an IP Service Group
This command is applicable only for an IP service group associated with a VLAN
service interface.
Run the following commands to enable/disable the creation of a data-path for a
VLAN Service:
To enable: npu(config-srvcgrp)# set vlan-enable
To disable: npu(config-srvcgrp)# no vlan-enable
IMPORTANT
The default is disabled
Command
Syntax
npu(config-srvcgrp)# set vlan-enable
Privilege
Level
10
Command
Modes
IP Service group configuration mode
4Motion
npu(config-srvcgrp)# no vlan-enable
282
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
3.4.12.10.4 Configuring the DHCP Server/Proxy/Relay
To configure the DHCP server/proxy/relay:
Enable the service group operation mode for DHCP server/relay/proxy (refer to
Section 3.4.12.10.4.1)
You can now execute one of the following tasks according to the selected DHCP
mode:
»
Configure the DHCP server (refer to Section 3.4.12.10.4.2)
»
Configure the DHCP proxy (refer to Section 3.4.12.10.4.3)
»
Configure the DHCP relay (refer to Section 3.4.12.10.4.4)
3.4.12.10.4.1 Enabling the Service Group Operation Mode for DHCP Server//Proxy/Relay
Run the following command enable the DHCP (server/relay/proxy) configuration
mode.
npu(config-srvcgrp)# config {server|proxy|relay}
When you run this command, the DHCP server/proxy/relay configuration mode is
enabled, after which you can execute the following tasks:
Configure the DHCP server (refer to Section 3.4.12.10.4.2)
Configure the DHCP proxy (refer to Section 3.4.12.10.4.3)
Configure the DHCP relay (refer to Section 3.4.12.10.4.4)
NOTE
You cannot modify the configured DHCP mode. To change the DHCP mode you should first delete
the Service Group and configure it again.
Command
Syntax
npu(config-srvcgrp)# config {server|proxy|relay}
Privilege
Level
10
4Motion
283
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Syntax
Description
Command
Modes
NPU Configuration
Parameter
Description
Presence
Default
Value
Possible
Values
{server|proxy|relay
Indicates whether the service
group operation mode is to be
enabled for the DHCP server,
proxy or relay.
Mandatory
N/A
server
proxy
relay
Service group configuration mode
3.4.12.10.4.2 Configuring the DHCP Server
After enabling the service group operation mode for the DHCP server, you can
execute any of the following tasks:
“Configuring DHCP Server Parameters” on page 284
“Restoring Configuration Parameters for the DHCP Server” on page 288
“Configuring Exclude IP Addresses for the DHCP Server” on page 288
“Deleting Exclude IP Addresses for the DHCP Server” on page 289
NOTE
Before executing these tasks, ensure that you have enabled the DHCP server configuration mode.
For details, refer to “Enabling the Service Group Operation Mode for DHCP
Server//Proxy/Relay” on page 283.
3.4.12.10.4.2.1Configuring DHCP Server Parameters
Run the following command to configure the DHCP server:
npu(config-srvcgrp-dhcpserver)# config ([pool-minaddr ]
[pool-maxaddr ] [pool-subnet ] [dflt-gwaddr
] [lease-interval ]
[renew-interval ] [rebind-interval ]
[dnssrvr-addr ] [offerreuse-holdtime ] [opt60
] [opt43 {[Name ] [Value ]}]
[Sname ] [File ] [dnssrvr-addr2 ])
4Motion
284
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer the syntax
description for more information about the appropriate values and format for configuring these
parameters.
Command
Syntax
npu(config-srvcgrp-dhcpserver)# config ([pool-minaddr ] [pool-maxaddr ]
[pool-subnet ] [dflt-gwaddr ] [lease-interval ]
[renew-interval ] [rebind-interval ] [dnssrvr-addr ] [offerreuse-holdtime
] [opt60 ] [opt43 {[Name ] [Value ]}] [Sname
] [File ] [dnssrvr-addr2 ])
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible Values
[pool-minaddr
]
Denotes the minimum
(lowest) IP address of
the address pool to be
used for address
allocation for MSs from
this Service Group.
Optional
0.0.0.0
Valid IP Address
DHCP address in the
pool shall not overlap
with the DHCP address
pool defined in an
existing service group
and with ip addresses of
host interfaces (Bearer,
External mgmt, Internal
mgmt and Local mgmt).
4Motion
285
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[[pool-maxaddr
]
Denotes the maximum
(highest) IP address of
the address pool
configuration.
NPU Configuration
Optional
255.255.
255.255
Valid IP Address
DHCP address in the
pool shall not overlap
with the DHCP address
pool defined in an
existing service group
and with ip addresses of
host interfaces (Bearer,
External mgmt, Internal
mgmt and Local mgmt).
[pool-subnet ]
The IP subnet mask to
be provided by local
DHCP Service with IP
address for MSs from
this Service Group.
Optional
255.255.
255.255
IP subnet
[dflt-gwaddr ]
IP address of Default
Gateway to be provided
by local DHCP Service
with IP address for MS
from this Service Group.
Optional
0.0.0.0
(none)
Valid IP Address
[lease-interval
]
Lease time in seconds of
IP address allocated for
MS from this Service
Group.
Optional
86400
24-4294967295
[renew-interval
]
Denotes the period, after
which, the MS can
request for renewal of
the lease which has
expired. Specify the
value of this parameter
as a percentage of the
lease-interval
parameter.
Optional
50
1-100
Optional
75
1-99
The renew-interval must
be lower than
rebind-interval.
[rebind-interval
]
4Motion
Denotes the rebind
interval maintained as a
percentage of the lease
interval. This is passed
to the MS (DHCP client).
286
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
[dnssrvr-addr
]
IP Address of the first
DNS Server to be
provisioned to MS from
this Group.
Optional
0.0.0.0
(none)
Valid IP Address
[offerreuse-holdtime
]
Denotes the Offer Reuse
time in seconds of IP
address offered to MS
from this Service Group.
Optional
1-120
[opt60 ]
Configures option 60.
Optional
null
String (up to 30
characters).
An empty string (null)
means that DHCP
Option 60 is disabled.
Command
Modes
4Motion
Null (empty string)
disables Option 60.
[opt43 {[Name
]
Configures option 43
Name
Optional
Internet
Gatewa
yDevice.
Manage
mentSer
ver.URL
String (up to 64
characters)
[Value ]
Configures option 43
Value
Optional
empty
string
String (up to 64
characters)
[Sname ]
Configures the server
host name. This
parameter is sent in
dhcp-offer / dhcp-ack
messages and may be
used by certain CPEs.
Optional
empty
string
String (up to 64
characters)
[File ]
Configures the boot file
name. This parameter is
sent in dhcp-offer /
dhcp-ack messages and
may be used by certain
CPEs.
Optional
empty
string
String (up to 128
characters)
[dnssrvr-addr2
]
IP Address of the second
DNS Server to be
provisioned to MS from
this Group.
Optional
0.0.0.0
(none)
Valid IP address
Service Group-DCHP server configuration mode
287
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
3.4.12.10.4.2.2Restoring Configuration Parameters for the DHCP Server
Run the following command to restore the default values of one or several DHCP
server parameters. This command can be used to delete the DNS server address
configuration (if specified).
npu(config-srvcgrp-dhcpserver)# no [lease-interval]
[renew-interval] [rebind-interval] [dnssrvr-addr]
[offerreuse-holdtime] [dnssrvr-addr2]
Specify one or several parameters to restore the specified parameters to their
default values. Do not specify any parameter to restore all of these parameters to
their default values.
NOTE
Refer to Section 3.4.12.10.4.2.1 for a description and default values of these parameters.
Command
Syntax
npu(config-srvcgrp-dhcpserver)# no [lease-interval] [renew-interval] [rebind-interval] [dnssrvr-addr]
Privilege
Level
10
Command
Modes
Service group-DHCP server configuration mode
[offerreuse-holdtime] [dnssrvr-addr2]
3.4.12.10.4.2.3Configuring Exclude IP Addresses for the DHCP Server
Run the following command to configure exclude IP addresses for the DHCP
server:
npu(config-srvcgrp-dhcpserver)# exclude-addr
[] ….
In each command you may add up to 9 IP addresses to be excluded. The total
number of excluded IP addresses is up to a maximum of 16384.
IMPORTANT
An error may occur if you provide an invalid IP address. Refer the syntax description for more
information about the appropriate values and format for configuring this parameters.
4Motion
288
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
Command
Syntax
npu(config-srvcgrp-dhcpserver)# exclude-addr []
….
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
The number of IP addresses
to be excluded
Mandatory
N/A
1-9
Denotes the exclude IP
address that will not be
assigned to an MS by the
DHCP server.
Mandatory
N/A
Valid IP
address
The number of IP address
entries must match the value
defined by the no. of Addrs
parameter.
Command
Modes
Service group-DCHP server configuration mode
3.4.12.10.4.2.4Deleting Exclude IP Addresses for the DHCP Server
Run the following command to delete one or several excluded IP addresses for the
DHCP server:
npu(config-srvcgrp-dhcpserver)# no exclude-addr [] …
Run the following command (without specifying the parameters) to delete all
excluded IP addresses for the DHCP server:
npu(config-srvcgrp-dhcpserver)# no exclude-addr
The deleted exclude IP addresses are no longer excluded when the DHCP server
allocates the IP addresses. That is, the server may allocate these IP addresses to
the MS.
Command
Syntax
4Motion
npu(config-srvcgrp-dhcpserver)# no exclude-addr no. of Addrs (1-9)>
[] …
289
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Privilege
Level
Syntax
Description
NPU Configuration
10
Parameter
Description
Presence
Default
Value
Possible
Values
The number of excluded IP
addresses to be deleted.
Optional
N/A
1-9
Optional
N/A
Valid IP
address
Do not specify any value if
you want to remove all the
exclude IP addresses
specified for that DHCP
server.
Denotes an IP address that
you want to remove from the
list of exclude IP addresses.
The number of IP address
entries must match the value
defined by the no. of Addrs
parameter.
Do not specify any value if
you want to remove all the
exclude IP addresses
specified for that DHCP
server.
Command
Modes
Service group-DHCP server configuration mode
3.4.12.10.4.2.5Terminating the DHCP Server Configuration Mode
Run the following command to terminate the DHCP server configuration mode:
npu(config-srvcgrp-dhcpserver)# exit
Command
Syntax
npu(config-srvcgrp-dhcpserver)# exit
Privilege
Level
10
4Motion
290
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Modes
NPU Configuration
Service group-DHCP server configuration mode
3.4.12.10.4.3 Configuring the DHCP Proxy
After enabling the service group operation mode for the DHCP proxy, you can
execute the following tasks:
“Specifying DHCP Proxy Configuration Parameters” on page 291
“Restoring the Default Configuration Parameters for the DHCP Proxy” on
page 294
“Terminating the DHCP Proxy Configuration Mode” on page 295
3.4.12.10.4.3.1Specifying DHCP Proxy Configuration Parameters
Run the following command to configure the DHCP proxy:
npu(config-srvcgrp-dhcpproxy)# config ([offerreuse-holdtime
] [lease-interval ] [dnssrvr-addr ]
[pool-subnet ] [dflt-gwaddr ] [renew-interval
] [rebind-interval ] [opt60 ] [opt43
{[Name ] [Value ]}] [Sname ]
[File ]) [dnssrvr-addr2 ]
IMPORTANT
An error may occur if you provide an invalid value for any of these parameters. Refer the syntax
description for more information about the appropriate values and format for configuring these
parameters.
Command
Syntax
npu(config-srvcgrp-dhcpproxy)# config ([offerreuse-holdtime ] [lease-interval ]
[dnssrvr-addr ] [pool-subnet ] [dflt-gwaddr ] [renew-interval ]
[rebind-interval ] [opt60 ] [opt43 {[Name ] [Value ]}]
[Sname ] [File ] [dnssrvr-addr2 ])
Privilege
Level
10
4Motion
291
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Syntax
Description
NPU Configuration
Parameter
Description
Presence
Default
Value
Possible
Values
[offerreuse-holdtim
e ]
Denotes the duration in
seconds within which the
MS should send a DHCP
request to accept the
address sent by the NPU.
Optional
0-120
Optional
86400
24 4294967295
Optional
0.0.0.0
(none)
Valid IP
Address
Optional
255.255.
255.255
IP subnet
If the MS does not accept
the address within this
period, the MS is
deregistered.
[lease-interval
]
Lease time in seconds of
IP address allocated for
MS from this Service
Group.
In the Proxy mode, this
value is used if appropriate
parameter is not received
in RADIUS
Access-Accept.
[dnssrvr-addr ]
IP Address of the first DNS
Server to be provisioned to
MS from this Group.
In the Proxy mode, this
value is used if appropriate
parameter is not received
in RADIUS
Access-Accept.
[pool-subnet ]
4Motion
The IP subnet mask to be
provided by local DHCP
Service with IP address for
MSs from this Service
Group. In the Proxy mode,
this value is used if
appropriate parameter is
not received in RADIUS
Access-Accept.
292
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[dflt-gwaddr ]
IP address of Default
Gateway to be provided by
local DHCP Service with
IP address for MS from
this Service Group.
NPU Configuration
Optional
0.0.0.0
(none)
Valid IP
Address
Optional
50
1-100
Optional
75
1-99
In the Proxy mode, this
value is used if appropriate
parameter is not received
in RADIUS
Access-Accept.
[renew-interval
]
Denotes the period, after
which, the MS can request
for renewal of the lease
which has expired. Specify
the value of this parameter
as a percentage of the
lease-interval
parameter.
This value is used if
appropriate parameter is
not received in RADIUS
Access-Accept.
[rebind-interval
]
Denotes the rebind interval
maintained as a
percentage of the lease
interval. This is passed to
the MS (DHCP client).
This value is used if
appropriate parameter is
not received in RADIUS
Access-Accept.
4Motion
[opt60 ]
Configures option 60.
Optional
null
String (up to 30
characters)
[opt43 {[Name
]
Configures option 43
Name
Optional
Internet
Gateway
Device.
Manage
mentSer
ver.URL
String (up to 64
characters)
[Value ]
Configures option 43
Value
Optional
empty
string
String (up to 64
characters)
293
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
[Sname ]
Configures the proxy host
name. This parameter is
sent in dhcp-offer /
dhcp-ack messages and
may be used by certain
CPEs.
Optional
empty
string
String (up to 64
characters)
[File ]
Configures the boot file
name. This parameter is
sent in dhcp-offer /
dhcp-ack messages and
may be used by certain
CPEs.
Optional
empty
string
String (up to
128 characters)
[dnssrvr-addr2
]
IP Address of the second
DNS Server to be
provisioned to MS from
this Group.
Optional
0.0.0.0
(none)
Valid IP
address
In the Proxy mode, this
value is used if appropriate
parameter is not received
in RADIUS
Access-Accept.
Command
Modes
Service group-DHCP proxy configuration mode
3.4.12.10.4.3.2Restoring the Default Configuration Parameters for the DHCP Proxy
Run the following command to restore the default values of one or several DHCP
proxy parameters. This command can also be used to delete the configured DNS
server address (if specified).
npu(config-srvcgrp-dhcpproxy)# no [offerreuse-holdtime]
[lease-interval] [dnssrvr-addr][renew-interval] [rebind-interval]
[dnssrvr-addr2]
Specify one or several parameters to restore the specified parameters to their
default values. Do not specify any parameter to restore all of these parameters to
their default values.
NOTE
Refer Section 3.4.12.10.4.3.1 for a description and default values of these parameters.
4Motion
294
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Command
Syntax
npu(config-srvcgrp-dhcpproxy)# no [offerreuse-holdtime] [lease-interval]
[dnssrvr-addr][renew-interval] [rebind-interval] [dnssrvr-addr2]
Privilege
Level
10
Command
Modes
Service group-DHCP proxy configuration mode
NPU Configuration
3.4.12.10.4.3.3Terminating the DHCP Proxy Configuration Mode
Run the following command to terminate the DHCP proxy configuration mode:
npu(config-srvcgrp-dhcpproxy)# exit
Command
Syntax
npu(config-srvcgrp-dhcpproxy)# exit
Privilege
Level
10
Command
Modes
Service group-DHCP proxy configuration mode
3.4.12.10.4.4 Configuring the DHCP Relay
After enabling the service group operation mode for the DHCP relay, you can
execute any of the following tasks:
“Configuring the DHCP Relay Parameters” on page 295
“Terminating the DHCP Relay Configuration Mode” on page 301
3.4.12.10.4.4.1Configuring the DHCP Relay Parameters
Run the following command to configure the DHCP server address for the DHCP
relay:
npu(config-srvcgrp-dhcprelay)# config ([server-addr ]
[{EnableOpt82|DisableOpt82}])
4Motion
295
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
IMPORTANT
An error may occur if you provide an invalid value for the DHCP server address. Refer to the syntax
description for more information about the appropriate values and format for configuring this
parameters.
Command
Syntax
npu(config-srvcgrp-dhcprelay)# config ([server-addr ]
[{EnableOpt82|DisableOpt82}])
Privilege
Level
10
Syntax
Description
Parameter
Description
Presence
Default
Value
Possible
Values
[server-addr
]
Denotes the IP address of the
external DHCP server. Must
be configured to a valid IP
address.
Optional
0.0.0.0
Valid IP
Address
[{EnableOpt82|Dis
ableOpt82}]
Denotes whether DHCP
option 82 is enabled or
disabled.
Optional
Disable
Opt82
EnableOpt82
DisableOpt8
Command
Modes
Service group-DHCP relay configuration mode
3.4.12.10.4.4.2Configuring the DHCP Relay Option 82 Parameters
If Option 82 for the DHCP Relay is enabled, run the following command to
configure suboptions of option 82 of DHCP messages:
npu(config-srvcgrp-dhcprelay-Opt82)# config ([Subopt1value
{Default|MSID|BSID|NASID|NASIP|Full-NAI|Domain|asciiMsID|asciiBsID|asc
iiBsMac|AsciiFrStrng |BinFrStrng }] [Subopt2value
{Default|MSID|BSID|NASID|NASIP|Full-NAI|Domain|asciiMsID|asciiBsID|asc
iiBsMac|AsciiFrStrng |BinFrStrng }] [Subopt6value
{Default|MSID|BSID|NASID|NASIP|Full-NAI|Domain|AsciiFrStrng
|BinFrStrng }] [{Subopt7value [service-type]
[vendor-specific] [session-timeout]}] [{EnableUnicast|DisableUnicast}])
4Motion
296
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
NPU Configuration
IMPORTANT
For DhcpRlOpt82SubOpt1BinFrstrng value, enter hex string without spaces.
If Opt82Unicast is enabled then DHCP relay agent appends option 82 to all DHCP messages
(unicast and broadcast).
If Opt82Unicast is disabled (default) then DHCP relay agent appends option 82 only to
broadcast DHCP request messages.
Command
Syntax
npu(config-srvcgrp-dhcprelay-Opt82)# config ([Subopt1value
{Default|MSID|BSID|NASID|NASIP|Full-NAI|Domain|asciiMsID|asciiBsID|asciiBsMac|AsciiFrStrng
|BinFrStrng }] [Subopt2value
{Default|MSID|BSID|NASID|NASIP|Full-NAI|Domain|asciiMsID|asciiBsID|asciiBsMac|AsciiFrStrng
|BinFrStrng }] [Subopt6value
{Default|MSID|BSID|NASID|NASIP|Full-NAI|Domain|AsciiFrStrng |BinFrStrng
}] [{Subopt7value [service-type] [vendor-specific] [session-timeout]}]
[{EnableUnicast|DisableUnicast}])
Privilege
Level
10
4Motion
297
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
Syntax
Description
NPU Configuration
Parameter
Description
Presence
Default
Value
Possible Values
[Subopt1value
{Default|MSID|BSI
D|NASID|NASIP|F
ull-NAI|Domain|asc
iiMsID|asciiBsID|as
ciiBsMac|AsciiFrSt
rng
|BinFr
Strng
}]
Configures the suboption 1
(Agent Circuit ID) of DHCP
option 82.
Optional
Not Set
Default
For AsciiFrStrng (string enter
up to 32 characters,
For BinFrStrng (string enter a
string of up to 32 hexadecimal
digits (no spaces).
MSID
BSID
NASID
NASIP
Full-NAI
Domain
asciiMsID
asciiBsID
asciiBsMac
AsciiFrStrng
(string32)
BinFrStrng
(string32)
4Motion
298
System Manual
Chapter 3 - Operation and Administration of the Macro BTS
[Subopt2value
{Default|MSID|BSI
D|NASID|NASIP|F
ull-NAI|Domain|asc
iiMsID|asciiBsID|as
ciiBsMac|AsciiFrSt
rng
|BinFr
Strng