Chapter 16 Interfaces
ZyWALL Series CLI Reference Guide
144
16.5.1 PPPoE/PPTP Interface Command Examples
The following commands show you how to configure PPPoE/PPTP interface ppp0 with the following
characteristics: base interface ge1, ISP account Hinet, local address 1.1.1.1, remote address 2.2.2.2, MTU
1200, upstream bandwidth 345, downstream bandwidth 123, description “I am ppp0”, and dialed only
when used.
The following commands show you how to connect and disconnect ppp0.
16.6 Cellular Interface Specific Commands
Use a 3G (Third Generation) cellular device with the Zyxel Device for wireless broadband Internet
access.
ipv6 dhcp6 duid { duid |
mac }
Specify the DHCP Unique IDentifier (DUID) of the interface or have it
generated from the interface’s default MAC address.
[no] ipv6 dhcp6-request-
object dhcp6_profile
For a DHCPv6 client interface, specify the profile of DHCPv6 request
settings that determine what additional information to get from the
DHCPv6 server. The no command removes the DHCPv6 request
settings profile.
show interface ppp system-
default
Displays system default PPP interfaces (non-deletable) that come
with the Zyxel Device.
show interface ppp user-define
Displays all PPP interfaces that were manually configured on the Zyxel
Device.
Table 65 interface Commands: PPPoE/PPTP Interfaces (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# interface ppp0
Router(config-if-ppp)# account Hinet
Router(config-if-ppp)# bind ge1
Router(config-if-ppp)# local-address 1.1.1.1
Router(config-if-ppp)# remote-address 2.2.2.2
Router(config-if-ppp)# mtu 1200
Router(config-if-ppp)# upstream 345
Router(config-if-ppp)# downstream 123
Router(config-if-ppp)# connectivity dial-on-demand
Router(config-if-ppp)# description I am ppp0
Router(config-if-ppp)# exit
Router# interface dial ppp0
Router# interface disconnect ppp0