This command allows you to configure an IPv4
and/or IPv6 address to be used as the
connection point for establishing SaMOG sessions to handle authentication and
accounting messages.
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > MRME
Service Configuration
configure > context
context_name
> mrme-service
mrme_service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-mrme-service)#
Syntax
Release 19 and later:
bind { ipv4-address ipv4_address [ ipv6-address ipv6_address ] | ipv6-address ipv6_address [ ipv4-address ipv4_address ] }[ auth-port auth_port_number ] [ acct-port acct_port_number ] [ max-subscribers max_subscriber_number ]
no bind { ipv4-address [ ipv6-address ] | ipv6-address [ ipv4-address ] }
Release 18 and earlier:
bind address ipv4_address [ auth-port auth_port_number ] [ acct-port acct_port_number ] [ max-subscribers max_subscriber_number ]
no bind
no
Removes a previously configured binding.
address
ipv4_address
Important
|
This option is obsolete from Release 19 onwards.
|
Specifies the IP address of an interface to be used as the connection
point for establishing SaMOG sessions.
ipv4_address
must be an IPv4 address expressed in dotted-decimal
notation.
Important
|
To define more than one NAS IP address per context, in Global
Configuration Mode, use the
aaa large-configuration command.
|
ipv4-address
ipv4_address
[ ipv6-address
ipv6_address
] | ipv6-address
ipv6_address
[ ipv4-address
ipv4_address
]
Important
|
In this release, the configuration of the IPv6 bind address is
supported as lab quality only.
|
Specifies the IPv4 or IPv6 address to be used as the connection point
between the WLC and the SaMOG gateway for the RADIUS interface. You can
optionally bind a secondary IPv4 address (if the primary bind address is an
IPv6 address) or IPv6 address (if the primary bind address is an IPv4 address)
to the MRME service.
The second bind address can be bond in the same command or separate
commands. When the second bind address is provided, the MRME service restarts
and existing sessions are lost for the other bind address.
ipv4_address
must be an IPv4 address expressed in dotted-decimal
notation.
ipv6_address
must be an IPv6 address expressed in colon (or
double-colon) notation.
auth-port
auth_port_number
Specifies the authentication port number of the interface where
authentication requests are received. The system binds the default
authentication port to 1812.
In addition to the authentication port, the accounting port and
maximum subscriber limit can also be configured optionally.
auth_port_number
must be an integer from 1 through 65535.
acct-port
acct_port_number
Specified the accounting port number of the interface where accounting
requests are received. The system binds the default accounting port to 1813.
In addition to the accounting port, the maximum subscriber limit can
also be configured optionally.
acct_port_number
must be an integer from 1 through 65535.
max-subscribers
max_subscriber_number
Specifies the maximum number of subscriber sessions allowed.
max_subscriber_number
must be an integer from 0 through 4,000,000.
Usage Guidelines
Use this command to configure the IPv4 address to be used as the
connection point for establishing SAMOG sessions for handling authentication
and accounting messages.
Example
Release 19 and later: The following command binds the MRME service with the IPv6 address of 209.165.200.227 and a secondary
IPv6 address of 7777::101:1 with an accounting port number of 58 and maximum subscriber limit of 1000.
bind ipv4-address 209.165.200.227 ipv6-address 7777::101:1 acct-port 58 max-subscribers 1000
Release 18 and earlier: The following command binds the service with an IP address of 209.165.200.227 with an accounting port number of 58 and maximum
subscriber limit of 1000.
bind address 209.165.200.227 acct-port 58 max-subscribers 1000