_____________________________________________________________________________
____________________________________________________________________________
58
LTP-8X optical line terminal
Step 3.
Enable or disable flow control (IEEE 802.3x PAUSE) by using the
flow-control
command.
LTP-8X(switch)(config-if)# flow-control on
Step 4.
Enable or disable ingress filtering by using the
ingress- filtering
command. Only the packets of
the VLANs having this interface will pass the enabled filter. Other packets will be filtered out. If the
filtering is disabled, a packet will be processed regardless of its VID field.
LTP-8X(switch)(config-if)# ingress-filtering
Step 5.
Specify a rule for VLAN tags processing for incoming packets by using the
frame-types
command.
As a parameter, specify the packets to be allowed: either
tagged
(tagged only) or
all
(both tagged and
untagged).
LTP-8X(switch)(config-if)# frame-types tagged
Step 6.
Specify port
pvid
, i. e. the VLAN which will accommodate untagged packets. Specify the
pup
value which is the priority of untagged packets.
LTP-8X(switch)(config-if)# pvid 100
LTP-8X(switch)(config-if)# pup 0
Step 7.
If necessary, enable or disable the capability to send packets from this interface to another one
(or a range of interfaces) by using the
bridging to
command. Pass interface type and number (or a
range) as parameters. The interface types and numbers are given in Table 15.1.
All front-port interfaces are isolated by default, however data can be sent to any pon-port interface. The
same is applicable to pon-port interfaces which are isolated from each other, but can send data to any
front-port interfaces.
LTP-8X(switch)(config-if)# bridging to front-port 1
Step 8.
If needed, use the
spanning-tree
command group to adjust STP protocol.
LTP-8X(switch)(config-if)# spanning-tree enable
LTP-8X(switch)(config-if)# spanning-tree priority 32
LTP-8X(switch)(config-if)# spanning-tree pathcost 0
LTP-8X(switch)(config-if)# spanning-tree admin-p2p auto
LTP-8X(switch)(config-if)# spanning-tree admin-edge
Step 9.
If required, set band limits for Broadcast, Multicast, and Unicast traffic by using the
rate-limit bc
,
rate-limit mc
, and
shaper
commands correspondingly. As parameters, pass maximum band width in
kbps and maximum length of uninterrupted transmission of packet batches in bytes.
LTP-8X(switch)(config-if)# rate-limit bc 1000 2048
LTP-8X(switch)(config-if)# rate-limit mc 1000 2048
LTP-8X(switch)(config-if)# shaper 100000 4000
Step 10.
Set automatic determination of speed and duplex of the interface either by using the
speed
auto
command or manually.