Zhone 5100 참조 매뉴얼

다운로드
페이지 186
SDSL WAN commands
Vpacket 5100/6100 Series Reference Manual
                                                                                                   
85
Adding a virtual circuit
You can add a VC by issuing the set atm add command.
Syntax: set atm add <voice | data> <vpi> <vci>
Arguments:
voice |data
you can select the type of traffic
vpi
is the virtual path identifer; a whole number 0-255
vci
is the virtual circuit identifier; a whole number 16-256
Example:
In this example, two different VCs were added—one for data and one for voice. The data VC has 
a virtual path identifier of 0 and a virtual circuit identifier of 103. The voice VC has a virtual path 
identifier of 1 and a virtual cicuit identifier of 103. The changed are committed and saved.
VPacket# set atm add data 0 103
VPacket# set atm add voice 1 103
VPacket# commit atm
The ATM changes were committed
VPacket# save
VPacket#This action will overwrite the configuration in the Flash memory
Do you want to continue (y|n) [n]? y
Save successful