Command Reference Guide
SROS Command Line Interface Reference Guide PPP Interface Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 723
Usage Examples
The following example creates a Frame Relay endpoint and connects it to the t1 1/1 physical interface:
1. Create the Frame Relay virtual endpoint and set the signaling method:
(config)#
interface frame-relay 1
(config-fr 1)#
frame-relay lmi-type cisco
2. Create the sub-interface and configure the PVC parameters (including DLCI and IP address):
(config-fr 1)#
interface fr 1.1
(config-fr 1.1)#
frame-relay interface-dlci 17
(config-fr 1.1)#
ip address 168.125.33.252 255.255.255.252
3. Create the tdm-group of 12 DS0s (64K) on the t1 physical interface:
(THIS STEP IS ONLY VALID FOR T1 INTERFACES.)
(config)#
interface t1 1/1
(config-t1 1/1)#
tdm-group 1 timeslots 1-12 speed 64
(config-t1 1/1)#
exit
4. Connect the Frame Relay sub-interface with port t1 1/1:
(config)#
bind 1 t1 1/1 1 fr 1