Point to point protocol (ppp) – Allied Telesis AR700 SERIES Software Release 2.7.1 User Manual
Page 70
70
AR700 Series Router User Guide
Software Release 2.7.1
C613-02047-00 REV A
You cannot delete the default VLAN, but to delete other VLANs if they have no
member ports, enter the command:
destroy vlan={vlanname|2..4094|all}
Any port in the default VLAN can be added to another VLAN, and is then
automatically removed from the default VLAN. Each port can only belong to
one VLAN. To add an untagged port to a VLAN, enter the command:
add vlan={vlanname|2..4094} port={port-list|all}
To return ports to the default VLAN, enter the command:
delete vlan={vlanname|2..4094} port={port-list|all}
To display the VLANs configured on the router, enter the command:
show vlan[={vlanname|1..4094|all}
To enable communication between ports in different VLANs, you need to
configure IP or another Layer 3 protocol over the VLAN interfaces.
For more information about VLANs, see “Virtual Local Area Networks (VLANs)”
in the Switching chapter in the Software Reference.
Point to Point Protocol (PPP)
The Point-to-Point Protocol (PPP) establishes a connection between the router
and a service provider, on demand. PPP provides mechanisms for transmitting
data over synchronous connections, ISDN, ACC and L2TP calls, groups of
TDM slots, and Ethernet.
Each protocol carried over PPP has an associated Network Control Protocol
(NCP) that negotiates options for the protocol and brings up the link for that
protocol.
To create or destroy a PPP interface over a synchronous port, an ISDN call, an
ACC call, a MIOX circuit, an L2TP call, a TDM group (referred to as a physical
layer) or a PPP over Ethernet service, enter the command.
create ppp=ppp-interface over=physical-interface
destroy ppp=ppp-interface
To add or delete a synchronous port, an ISDN call, an ACC call, a MIOX circuit,
an L2TP call, TDM group or a PPP over Ethernet service to the PPP interface,
enter the command:
add ppp=ppp-interface over=physical-interface
delete ppp=ppp-interface over=physical-interface
where:
■
physical-interface is SYNn, ISDN-callname, ACC-callname,
MIOXn-circuitname, TNL-callname, TDM-groupname or ETHn-servicename.
For PPP over Ethernet, to specify that any service name is acceptable, use
the special service name ANY. Service names may be up to 18 characters in
length, and are usually supplied by the ISP providing the service.