SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
364
interface atm
<label>
point-to-point
Use the
interface frame-relay
command to create a virtual Asynchronous Transfer Mode (ATM) interface
(or sublink, if specified) that is identified using the entered number label. In addition, entering this
command activates the ATM interface command set. The
point-to-point
keyword (optional) can be used
to identify the ATM endpoint as a point-to-point link (versus multipoint). Use the
no
form of this
command to delete a configured virtual ATM interface.
To specify a virtual ATM sub-interface, the following syntax applies:
interface frame-relay
<label>
.
<sublink label>
Syntax Description
<label>
Specifies the numerical virtual ATM interface identifying label (valid range: 1 to
1024)
<sublink label>
Numerical label for the virtual sublink (valid range: 1-65535)
point-to-point
Optional. Identifies the ATM interface as a point-to-point link (versus multilink) By
default, all created ATM interfaces are point-to-point.
Default Values
By default, there are no configured virtual ATM interfaces or sublinks.
Functional Notes
Creating an endpoint that uses a layer 2 protocol (such as ATM) contains the following steps:
Step 1:
Create the ATM virtual endpoint (using the
interface atm
command) and set the protocol-specific
configuration parameters and/or activate the interface. The following example creates a virtual ATM
interface (labeled 1) and activates the interface:
ProCurve(config)#
interface atm 1
ProCurve(config-atm 1)#
no shutdown
Step 2:
Create the sub-interface and configure the PVC parameters. Using the sub-interface commands, apply
access policies to the interface, create bridging interfaces, configure backup, assign an IP address, and
set the PVC virtual path identifier (VPI) and virtual channel identifier (VCI) and define encapsulation
method. For example, the following creates a ATM sub-interface labeled
22,
sets the VPI and VCI to 16
and 32, respectively
,
specifies AAL5 LLC/SNAP encapsulation, and assigns an IP address of
10.44.69.1/30
to the interface.
ProCurve(config-atm 7)#
interface atm 7.22
ProCurve(config-atm 7.22)#
pvc 16/32
ProCurve(config-atm 7.22)#
encapsulation aal5snap
ProCurve(config-atm 7.22)#
ip address 10.44.69.1 255.255.255.252
ProCurve(config-atm 7.22)#
no shutdown
Содержание ProCurve Secure 7102dl
Страница 2: ......
Страница 3: ...SROS Command Line Interface Reference Guide Software Version J 08 03 September 2007 61195880L1 35H ...
Страница 1454: ......