
connection pvc-stitch
Provides access to connection mode for the creation of a PVC-TO-PVC connection.
Syntax: connection name pvc-stitch frl-pvc bay/slot/port.dlci frl-pvc bay/slot/port.dlci
no connection name
name
Specify the name of the PVC-stitch connection up to 32 ASCII characters.
bay/slot/port.dlci
Specify the interface/DLCI association for this PVC.
bay: Identifier for this bay. Valid values are 1 through x where x is the number of installed bays.
slot: Slot number where the module is installed. Valid values are TSR: 1 - 40, SSR 1 - 20port: Valid values equal number of valid ports for this module, i.e. 1 - 4 for a four port module.
dlci: Specifies the DLCI for this PVC. Valid values are 1 - 1022
Description: Entry and exit interfaces of a single router can be associated forming a connection that functions as a PVC switch. This association is accomplished by establishing a PVC-to-PVC connection. Use the connection name pvc-stitch command to enter connection mode. Performing a no shutdown in connection mode enables PVC-to-PVC connection.
To delete a PVC that is part of a connection, the connection must be deleted first. Use the no connection name command to delete a PVC-to-PVC connection.
Factory Default: None.
Command Mode: Configuration.
Example: In the following example a PVC-TO-PVC connection is created on the router entry interface 1/1/1 and associated with the exit interface 1/2/5. First the interface encapsulation and PVC configuration are performed on interface 1/1/1 by:
- Enabling the interface with encapsulation frame-relay.
- Creating a frame relay PVC with DLCI 21.
- Setting PVC encapsulation to frl-ccc.
- Specifying a PVC description.
- Enabling the PVC with the no shutdown command.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#interface pos 1/1/1
router(config-if)#encapsulation frame-relay
router(config-if)#no shutdown
router(config-if)#exit
router(config)#interface frl-pvc 1/1/1.21
router(config-pvc)#encapsulation frl-ccc
router(config-pvc)#description Avici-Doc DLCI 21 to 23 PVCtoPVC connection
router(config-pvc)#no shutdown
router(config-pvc)#exit
router(config)#
Next configuration of the interface for frame relay encapsulation and PVC configuration are performed on the exit interface 1/1/5 by:
- Enabling the interface with encapsulation frame-relay.
- Entering PVC configuration mode while associating DLCI 23 with the interface.
- Setting PVC encapsulation to frl-ccc.
- Specifying a PVC description.
- Enabling the PVC with the no shutdown command.
router(config)#interface pos 1/2/5
router(config-if)#encapsulation frame-relay
router(config-if)#no shutdown
router(config-if)#exit
router(config)#interface frl-pvc 1/2/5.23
router(config-pvc)#encapsulation frl-ccc
router(config-pvc)#description Avici-Doc DLCI 23 to 21 PVCtoPVC connection
router(config-pvc)#no shutdown
router(config-pvc)#exit
router(config)#
Lastly the following PVC-to-PVC connection command is entered to complete the PVC switch:
router(config)#connection foo pvc-stitch frl-pvc 1/1/1.21 frl-pvc 1/2/5.23
router(config-cxn)#no shutdown
router(config-cxn)#end
router#
Related Commands: interface frl-pvc
show connection pvc-stitch
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: CCCcmds.fm
HTML File Name: CCCcmds2.html
Last Updated: 12/19/04 at 15:00:16