R2511-HP MSR Router Series Layer 2 - WAN Command Reference(V5)

333
Syntax
channel { interface interface-type interface-number [ dlci dlci-number ] | xot ip-address }
undo channel { interface interface-type interface-number | xot ip-address }
Views
X.25 hunt group view
Default command level
2: System level
Parameters
interface interface-type interface-number: Specifies an interface by its type and number.
dlci dlci-number: Specifies an FR DLCI number, in the range 16 to 1007.
xot ip-address: Specifies the IP address of the peer XOT host.
Examples
# Add Serial 2/0 to the hunt group named 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 named 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
[Sysname-Serial2/1] quit
[Sysname] x25 hunt-group hg1 round-robin
[Sysname-hg-hg1] channel interface serial 2/1 dlci 100
# Add the XOT channel with a destination of 10.1.1.2 to hunt group named hg1.
<Sysname> system-view
[Sysname] x25 hunt-group hg1 round-robin
[Sysname-hg-hg1] channel xot 10.1.1.2
Related commands
x25 hunt-group
display x25 alias-policy
Use display x25 alias-policy to view X.25 alias table.