This section shows how to create IP with PPPoE interfaces that terminate the connection and route the data received on the PVC, as shown in the example in Figure 36. To create a terminated PVC:
- host1(config)#interface atm 9/1.1 point-to-point
- host1(config-subif)#atm pvc 1 0 32 aal5snap
0 0 0

- host1(config-subif)#encapsulation bridge1483

- host1(config-subif)#pppoe

- host1(config-subif)#ip address 160.1.0.1 255.255.255.0

- host1(config-subif)#ip mac-validate strict
- host1(config-subif)#exit
- host1(config)#pppoe subinterface atm 9/1.1.1

- host1(config-subif)#encapsulation ppp
- host1(config-subif)#ip address 160.1.1.1 255.255.255.0

atm pvc
- host1(config-subif)#atm pvc 1 0 32 aal5snap
0 0 0
encapsulation bridge1483
- host1(config-subif)#encapsulation bridge1483
mac-address 0090.1a01.1234
encapsulation ppp
- host1(config-subif)#encapsulation ppp
interface atm
- host1(config)#interface atm 9/1.1 point-to-point
- host1(config)#interface atm 5/0/1.1 point-to-point
ip address
- host1(config-subif)#ip address 160.1.0.1 255.255.255.0
ip mac-validate
- host1(config-subif)#ip mac-validate strict
![]() |
Note: For more information, see MAC Address Validation in JUNOSe IP, IPv6, and IGP Configuration Guide. |
pppoe
- host1(config-subif)#pppoe
pppoe subinterface atm
- host1(config)#pppoe subinterface atm 9/1.1.1
- host1(config)#pppoe subinterface atm 5/0/1.1.1