
Serial port configuration task list
179
IPLink Software Configuration Guide
15 • 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.
IPLink(cfg)#port serial 0 0
IPLink(prt-ser)[0/0]#framerelay
IPLink(frm-rel)[0/0]#pvc 1
IPLink(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.
IPLink(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 disables
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 IPLink.
IPLink(cfg)#port serial 0 0
IPLink(prt-ser)[0/0]#framerelay
IPLink(frm-rel)[0/0]#pvc 1
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.