26
LAPB AND X.25 CONFIGURATION
COMMANDS
channel
Syntax channel { interface interface-type interface-number [ dlci dlci-number ] | xot
ip-address }
undo channel { interface interface-type interface-number | xot ip-address }
View X.25 hunt group view
Parameter interface interface-type interface-number: Specifies an interface by its type and
number.
dlci dlci-number: Specifies an FR DLCI. The dlci-number argument is in the range
of 16 to 1007.
xot ip-address: Specifies the IP address of the peer XOT host.
Description Use the
channel command to add an X.25 interface, Annex G DLCI or XOT
channel to the current hunt group.
Use the
undo channel command to remove the specified interface, Annex G
DLCI or XOT channel from the current hunt group.
Related command: x25 hunt-group.
Example # Add serial2/0 to the hunt group hg1.
<Sysname> system-view
[Sysname] interface serial 2/0
[Sysname-Serial2/0] link-protocol x25
[Sysname-Serial2/0] x25 x121-address 1111
[Sysname-Serial2/0] quit
[Sysname] x25 hunt-group hg1 round-robin
[Sysname-hg-hg1] channel interface serial 2/0
# Add Annex DLCI 100 to the hunt group hg1.
<Sysname> system-view
[Sysname] interface serial 2/1
[Sysname-Serial2/1] link-protocol fr
[Sysname-Serial2/1] fr dlci 100
[Sysname-fr-dlci-Serial2/1-100] annexg dce
[Sysname-fr-dlci-Serial2/1-100] quit