Cabletron Systems 6500 User Manual
Page 86

6-8 SmartSwitch 6500 User Guide
Virtual Ports
Virtual Ports and Static Connections
Note
To assure that virtual ports receives the exact bandwidth required, you may want
to assign them traffic descriptors that specify CBR as the service class.
•
Use the
set portconfig
command to turn off signaling on the physical port on which you are
creating the virtual ports.
Note
Signaling is usually not used on physical ports on which virtual ports are created.
However, you can leave signaling active on the physical ports if necessary.
•
Use the
MaxVpiBits
parameters of the
set portconfig
command to set the number of bits to use
for VPIs for virtual ports on this physical port:
Available VPIs = 2
MaxVpiBits
- 1
For example, if
MaxVpiBits
is set to 3, then the number of VPIs available for virtual ports is:
Available VPIs = 2
3
- 1 = 8 - 1 = 7
Note
The value for
Available VPIs
is also the highest number that can be used to
specify a virtual port on the physical port. For instance, in the example above,
7a1.7
is the highest virtual port that can be created using
MaxVpiBits
= 3
.
•
Use the
add port
command to create the virtual port and to specify the number of VPIs used by the
virtual port. Note that the
add port
command also uses the
MaxVpiBits
parameter, however, here
it’s used to define the number of VPIs the virtual port uses, based on the equation:
VPIs Used by Virtual Port = Base VPI + (2
MaxVpiBits
-1)
For example, if the virtual port number is
5b2.1
(Base VPI = 1), and
MaxVpiBits
= 1
, then the total number of VPIs
used by this virtual port is:
Base VPI + (2
1
-1) = 1 + (2-1) = 1 + 1 = 2 VPIs
So port
5b2.1
controls VPI 1 (the Base VPI) and VPI 2.
Note
For PNNI, the number of VPIs used by each virtual port should be one (1). For
virtual UNI, the number of VPIs used by each virtual port should correspond to
the number of VPIs on the user side of the UNI connection (For information on
virtual UNI, refer to the ATM Forum specification for ILMI 4.0.).
The following is a practical, step-by-step example of creating a virtual port on physical port 7a1 that controls a single
VPI.