User`s guide

XSR Users Guide 19
Chapter 2 Utilizing the Command Line Interface
Managing the XSR
T1-PRI (ISDN) Example
controller t1 1/0/0 + Begins configuring PRI NIM card 1, port 0
pri-group
+ Enables ISDN, sets all timeslots to map to channel groups on NIM
controller t1 1/0/0:23 + Maps T1 NIM to D-channel sub-interface
isdn switch-type primary-ni + Selects switch type
isdn pool-member 1 priority 100
+ Adds a prioritized pool member to sub-interface
Dialer Example
interface dialer 4 + Begins configuring dialer interface 4
ip address 11.1.2.2 255.0.0.0
+ Sets IP address/subnet on dialer port
dialer pool 5
+ Sets dialer 4 to use pool 5. Its members are physical ports
interface serial 2/0 + Configures serial interface on NIM card 2, port 0
encapsulation ppp + Sets interface encapsulation type to PPP
dialer pool member 5
+
Serial 2/0 is now a member of dialer pool 5 and will eventually be used by dialer 4
no shutdown + Enables the interface
!
interface serial 2/1 +
Configures serial interface on NIM card 2, port 1
encapsulation ppp + Sets interface encapsulation type to PPP
dialer pool member 5
+
Serial 2/1 is now a member of dialer pool 5 and will eventually be used by dialer 4
no shutdown + Enables the interface
BRI-Dialer (IDSN) Example
interface dialer 0 + Configures dialer interface 0
ip address 2.2.2.2 255.255.255.0 + Sets IP address/subnet on port
encapsulation pp+Interface/Sub-interface Behavior
XSR interfaces and sub-interfaces, channels and channel-groups are added
and deleted differently depending on the particular interface. Interface
characteristics are as follows:
T1/E1 Controller - Creating a channel group adds a serial interface. For
example, when you issue the command
controller t1 1/0, the XSR
automatically creates channel group 0 with all available timeslots
assigned to it. You can verify this by checking the running
configuration where the following entry is displayed:
interface serial 1/0:0
You can create other serial objects by creating more channel groups.
For example, by entering the following commands: