set deviceconfig system eth3
Focus
Focus
Advanced WildFire Powered by Precision AI™

set deviceconfig system eth3

Table of Contents

set deviceconfig system eth3

Description

Configure the eth3 interface.

Hierarchy Location

set deviceconfig system

Syntax

eth3 { default-gateway <ip-address>; ip-address <ip-address>; mtu <value>; netmask <ip-netmask>; speed-duplex {100Mbps-full-duplex | 100Mbps-half-duplex | 10Mbps-full-duplex | 10Mbps-half-duplex | 1Gbps-full-duplex | 1Gbps-half-duplex | auto-negotiate}; permitted-ip <ip-address/netmask>; service disable-icmp {no | yes}; }

Options

+ default-gateway
— IP address of the default gateway for the eth3 interface.
+ ip-address
— IP address for the eth3 interface.
+ mtu
— Maximum Transmission Unit (MTU) for the eth3 interface.
+ netmask
— Netmask for the eth3 interface.
+ speed-duplex
— Interface speed (10Mbps, 100Mbps, 1Gbps, or autonegotiate) and duplex mode (full or half) for the eth3 interface.
> permitted-ip
— IP addresses allowed to access the eth3 interface. If you specify a netmask with the IP address, the netmask must be in slash notation. For example, to specify a Class C address, enter: 10.10.10.100/24 (not 10.10.10.100 255.255.255.0).
> service-disable
— Disable ICMP for the eth3 interface.

Sample Output

admin@wf-500(active-controller)# show deviceconfig system eth3 eth3 { ip-address 10.10.20.120; netmask 255.255.255.0; service { disable-icmp no; } speed-duplex auto-negotiate; mtu 1500; }

Required Privilege Level

superuser, deviceadmin

Recommended For You