[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Encapsulation Capabilities
When you configure a point-to-point encapsulation
(such as PPP or Cisco HDLC) on a physical interface, the physical
interface can have only one logical interface (that is, only one unit statement) associated with it. When you configure a multipoint
encapsulation (such as Frame Relay), the physical interface can have
multiple logical units, and the units can be either point-to-point
or multipoint.
Ethernet CCC encapsulation for Ethernet interfaces
with standard TPID tagging requires that the physical interface have
only a single logical interface. Ethernet interfaces in VLAN mode
can have multiple logical interfaces.
For Ethernet interfaces in VLAN mode, VLAN IDs
are applicable as follows:
- VLAN ID 0 is reserved for tagging the priority of frames.
- For encapsulation type vlan-ccc, VLAN IDs 1 through
511 are reserved for normal VLANs. VLAN IDs 512 and above are reserved
for VLAN CCCs.
- For encapsulation type vlan-vpls, VLAN IDs 1
through 511 are reserved for normal VLANs, and VLAN IDs 512 through
4094 are reserved for VPLS VLANs. For 4-port Fast Ethernet interfaces,
you can use VLAN IDs 512 through 1024 for VPLS VLANs.
- For Gigabit Ethernet IQ interfaces and Gigabit Ethernet
PICs with SFPs (except the 10-port Gigabit Ethernet PIC and the built-in
Gigabit Ethernet port on the M7i platform), you can configure flexible
Ethernet services encapsulation on the physical interface. For interfaces
with flexible-ethernet-services encapsulation, all VLAN IDs
are valid. VLAN IDs from 1 through 511 are not reserved.
- For encapsulation types extended-vlan-ccc and extended-vlan-vpls, all VLAN IDs are valid.
The upper limits for configurable VLAN IDs vary
by interface type. For more information, see Configuring 802.1Q VLANs.
When you configure
a TCC encapsulation, some modifications are needed to handle VPN connections
over unlike Layer 2 and Layer 2.5 links and terminate the Layer 2
and Layer 2.5 protocol locally.
The routing platform performs the following media-specific changes:
- PPP TCC—Both Link Control Protocol (LCP) and Network
Control Protocol (NCP) are terminated on the routing platform. Internet
Protocol Control Protocol (IPCP) IP address negotiation is not supported.
The JUNOS software strips all PPP encapsulation data from incoming
frames before forwarding them. For output, the next hop is changed
to PPP encapsulation.
- Cisco HDLC TCC—Keepalive processing is terminated
on the routing platform. The JUNOS software strips all Cisco HDLC
encapsulation data from incoming frames before forwarding them. For
output, the next hop is changed to Cisco HDLC encapsulation.
- Frame Relay TCC—All Local Management Interface (LMI)
processing is terminated on the routing platform. The JUNOS software
strips all Frame Relay encapsulation data from incoming frames before
forwarding them. For output, the next hop is changed to Frame Relay
encapsulation.
- ATM—Operation, Administration, and Maintenance (OAM)
and Interim Local Management Interface (ILMI) processing is terminated
at the routing platform. Cell relay is not supported. The JUNOS software
strips all ATM encapsulation data from incoming frames before forwarding
them. For output, the next hop is changed to ATM encapsulation.
Example:
Configuring the Encapsulation on a Physical Interface
Configure PPP encapsulation on a SONET/SDH interface.
The second and third family statements allow Intermediate
System-to-Intermediate System (IS-IS) and MPLS to run on the interface.
- [edit interfaces]
- so-7/0/0 {
- encapsulation ppp;
-
- unit 0 {
- point-to-point;
-
- family inet {
-
- address 192.168.1.113/32 {
- destination 192.168.1.114;
- }
- }
- family iso;
- family mpls;
- }
- }
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]