Dialer-list – Enterasys Networks X-Pedition XSR CLI User Manual
Page 451
DOD/BOD Commands
XSR CLI Reference Guide 10-97
Syntax
dialer-group group-number
Syntax of the ‘no’ Form
Use the no form of this command to remove an interface from the specified dialer access group:
no dialer-group
Mode
Dialer Interface configuration:
XSR(config-if
Example
The following example configures dialer group 7 on dialer interface 1, mapping ACL 101 to dialer‐
list 7:
XSR(config)#interface dialer 1
XSR(config-if
XSR(config)#access-list 101 permit ip 0.0.0.0 255.255.255.255 255.255.255.255 0.0.0.0
XSR(config)#dialer-list 7 protocol ip list 101
dialer-list
This command defines a dialer list to control dialing by protocol or by a combination of protocol
and Access Control List (ACL). Because IP is the sole protocol supported at this time, an ACL must
be specified using the
dial-list
command.
Syntax
dialer-list dialer-group protocol protocol-name list access-list-number]
Syntax of the “no” Form
Use the no form of this command to delete a dialer list:
no dialer-list dialer-group [protocol protocol-nam [list access-list-number]
Mode
Global configuration:
XSR(config)#
group-number
Number of the dialer access group to which the specified interface belongs.
Acceptable values are nonzero, positive integers between 1 and 10.
dialer-group
Number of a dialer access group identified in any dialer-group command,
ranging from 1 to 10.
protocol-name
Only the protocol ip is supported at this time.
list
Specifies that an access list will be used for defining a granularity finer than an
entire protocol.
access-list-number
Numbers specified in IP standard (1 - 99) or extended (100 - 99) access lists.