Chapter 16 Interfaces
ZyWALL Series CLI Reference Guide
126
16.2.1.1 Basic Interface Properties Command Examples
The following commands make Ethernet interface ge1 a DHCP client.
dhcp6-request-object
dhcp6_profile
Removes the specified profile of DHCPv6 request settings that
determine what additional information to get from the
DHCPv6 server.
interface reset
{interface_name|virtual_interface_na
me|all}
Resets the interface statistics TxPkts (transmitted packets) and
RxPkts (received packets) counts to 0. You can use the show
interface summary all status command to see the
interface statistics.
interface send statistics interval
<15..3600>
Sets how often the Zyxel Device sends interface statistics to
external servers. For example, syslog server and Vantage
Report server.
show interface-name
Displays all PPP and Ethernet interface system name and
user-defined name mappings.
interface-name {ppp_interface |
ethernet_interface}
user_defined_name
Specifies a name for a PPP or an Ethernet interface. It can
use alphanumeric characters, hyphens, and underscores,
and it can be up to 11 characters long.
ppp_interface | ethernet_interface: This must be the
system name of a PPP or an Ethernet interface. Use the show
interface-name command to see the system name of
interfaces.
user_defined_name:
• This name cannot be one of the follows:
"ethernet", "ppp", "vlan", "bridge", "virtual", "wlan",
"cellular", "aux", "tunnel", "status", "summary", "all"
• This name cannot begin with one of the follows either:
"ge", "ppp", "vlan", "wlan-", "br", "cellular", "aux", "tunnel".
interface-rename
old_user_defined_name
new_user_defined_name
Modifies the user-defined name of a PPP or an Ethernet
interface.
Table 53 interface General Commands: Basic Properties and IP Address Assignment (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# interface ge1
Router(config-if)# ip address dhcp
Router(config-if)# exit