Serial port configuration task list
52
OnSite 2800 Series User Manual
4 • Serial port configuration
Enabling a Frame Relay PVC
After binding Framerelay PVC to an ip interface it must be enabled for packet processing. This procedure acti-
vates the PVC by opening the bound ip interface.
This procedure describes how to enable Framerelay PVC for packet processing
Mode:
PVC
Example:
Disabling a Frame Relay PVC
The following example enables Frame Relay PVC with the DLCI 1 on the serial interface on slot 0 and port 0.
2800(cfg)#port serial 0 0
2800(prt-ser)[0/0]#framerelay
2800(frm-rel)[0/0]#pvc 1
2800(pvc)[1]#no shutdown
Check the PVC 1 status using
show running-config
and verify that the entry
no shutdown
occurs in the con-
figuration part responsible for this PVC.
2800(pvc)[1]#show running-config
Running configuration:
#----------------------------------------------------------------#
# #
…
pvc 1
encapsulation rfc1490
bind interface wan router
no shutdown
Disabling a Frame Relay PVC
Frame Relay PVCs can be disabled whenever it is necessary. Be aware that disabling a specific PVC also dis-
ables the related serial interface and vice versa.
This procedure describes how to disable the Frame Relay PVC DLCI on the serial interface.
Mode:
PVC
Example:
Disabling a Frame Relay PVC
The following example disables Frame Relay PVC 1 on the serial interface on slot 0 and port 0 of an OnSite
router.
2800(cfg)#port serial 0 0
2800(prt-ser)[0/0]#framerelay
Step
Command
Purpose
1
node
(pvc)[dlci]#no shutdown
Enables the Frame Relay PVC
Step
Command
Purpose
1
node
(pvc)[dlci]#shutdown
Disables the Frame Relay PVC DLCI.