Enterasys Networks XSR CLI Router User Manual


 
DOD/BOD Commands
XSR CLI Reference Guide 10-97
Syntax
dialer-group group-number
Syntax of the ‘no’ Form
Usethenoformofthiscommandtoremoveaninterfacefromthespecifieddialeraccessgroup:
no dialer-group
Mode
DialerInterfaceconfiguration:XSR(config-if<Dx>)#
Example
Thefollowingexampleconfiguresdialergroup7ondialerinterface1,mappingACL101todialer
list7:
XSR(config)#interface dialer 1
XSR(config-if<D1>)#dialer-group 7
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
Thiscommanddefinesadialerlisttocontroldialingbyprotocolorbyacombinationofprotocol
andAccessControlList(ACL).BecauseIPisthesoleprotocolsupportedatthistime,anACLmust
bespecifiedusingthe
dial-list command.
Syntax
dialer-list dialer-group protocol protocol-name list access-list-number]
Syntax of the “no” Form
Usethenoformofthiscommandtodeleteadialerlist:
no dialer-list dialer-group [protocol protocol-nam [list access-list-number]
Mode
Globalconfiguration: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.