Chapter 6
PPPoE Relay
E-DOC-CTC-20051017-0167 v1.0
54
The ATM interface Proceed as follows to create an ATM phonebook and the ATM interface.
1 Add a new ATM Phonebook entry with the correct VPI/VCI values.
2 Add a new ATM interface with name Relay_atm.
3 Configure the new ATM interface with as destination the phonebook entry
created above. Define also the upper layer interface type.
By default, the encapsulation method will be LLC/SNAP.
4 Connect the ATM interface to the phonebook entry.
The Ethernet interface Proceed as follows to create, configure and attach/connect the Ethernet interface:
1 Add a new Ethernet interface.
2 Configure the new Ethernet interface with as destination the ATM interface
created above.
3 Connect the ETH interface.
=>atm phonebook add name=Relay_ph addr=8.35
=>
If another phonebook entry with the same VPI/VCI already exists, you
will have to delete this entry first.
=>atm ifadd intf=Relay_atm
=>
=>atm ifconfig intf=Relay_atm dest=Relay_ph ulp=mac
=>
=>atm ifattach intf=Relay_atm
=>
=>eth ifadd intf=Relay_eth
=>
=>eth ifconfig intf=Relay_eth dest=Relay_atm
=>
=>eth ifattach intf=Relay_eth
=>