Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Set appliance interface configurations
 
Warning 
The P1 and P2 interfaces in the Email OVA are container interfaces and therefore share DNS information. If one or both of the interfaces is set through DHCP, then the DNS information cannot be configured statically. If the DNS must be configured statically, set the interface through DHCP using the parameter omit dns with the command set interface dhcpv4.
When changing configuration from DHCP to static, you must manually set interface IPv4 and DNS information using the commands set interface ipv4 and set interface dns.
set interface state
Set the state of the specified interface.
set interface state --interface <e1|e2|p1|p2|n> --state <up|down>
 
Command modes
All products. Not supported in Azure.
Examples
(config)# set interface state --interface e2 --state up
Related commands
 
set interface ipv4
Configure appliance interface in IPv4 settings.
set interface ipv4 --interface <c|n|p1|p2|e1|e2> --ip <ipv4_address> --mask <ipv4_netmask> [--gateway <ipv4_address>]
 
Command modes
All products. Not supported in Azure.
Usage guidelines
This command sets the gateway to the interface. Setting the interface parameter to P1 with an IP address in the gateway assigns the gateway to P1 even if P2 is enabled.
Examples
(config)# set interface ipv4 --interface c --ip 10.206.6.195 --gateway 10.206.7.245
Command history
 
Related commands
 
delete interface ipv4
Delete appliance IPv4 settings.
delete interface ipv4 --interface <n|p1|p2|e1|e2>
 
Command modes
All products. Not supported in Azure.
Examples
(config)# delete interface ipv4 --interface e1
Command history
 
Related commands
 
set interface ipv6
Configure appliance interface in IPv6 settings.
set interface ipv6 --interface <c|n|p1|p2|e1|e2> [--status <enabled|disabled>] [--ip <ipv6 address>] [--prefixlen <integer>] [--gateway <ipv6_address>]
 
Command modes
All products. Not supported in Azure.
Examples
(config)# set interface ipv6 --interface c --status enabled --ip 1234::4321:0:1234 --prefixlen 64 --gateway 1234::0
Command history
 
Related commands
 
delete interface ipv6
Delete appliance IPv6 settings.
delete interface ipv6 --interface <c|p1|p2|e1|e2|n>
 
Command modes
All products. Not supported in Azure.
Examples
(config)# delete interface ipv6 --interface e1
Command history
 
Related commands
 
set interface dns
Configure appliance DNS settings.
set interface dns --dns1 <ipv4_address> [--dns2 <ipv4_address>] [--dns3 <ipv4_address>] [--module <email|network-agent|proxy>]
 
Command modes
All products. Not supported in Azure.
Examples
(config)# set interface dns --dns1 8.8.8.8 --dns2 8.8.4.4 --dns3 10.51.80.10 --module proxy
Command history
 
Related commands
 
delete interface dns
Delete appliance DNS settings.
delete interface dns --dns-server <dns2|dns3> [--module email|network-agent|proxy>
 
Command modes
All products. Not supported in Azure.
Usage guidelines
Only one DNS server can be deleted at a time.
Examples
(config)# delete interface dns --dns-server dns2 --module proxy
Related commands
 
set interface dhcpv4
Configure DHCP interface settings.
set interface dhcpv4 --interface <e1|e2|p1|p2|n> [--omit-gateway] [--omit-dns]
 
Command modes
All products. Not supported in Azure.
Examples
(config)# set interface dhcpv4 --interface p1 --omit-gateway --omit-dns
Related commands
 
delete interface dhcpv4
Delete DHCP interface settings.
delete interface dhcpv4 --interface <e1|e2|p1|p2|n>
 
Command modes
All products. Not supported in Azure.
Examples
delete interface dhcpv4 --interface p1
Related commands
 
set interface vlan
Configure appliance VLAN settings.
set interface vlan --interface <c|p1|p2> --vid <integer>
 
Command modes
X Series appliances only.
Usage guidelines
For appliances to receive VLAN traffic, the A1 and A2 switches must be configured for VLAN support. See the Switch Configuration Guide for details.
Examples
(config)# set interface vlan --interface p1 --vid 260
Related commands
 
delete interface vlan
Delete appliance VLAN settings.
delete interface vlan --interface <c|p1|p2>
 
Command modes
X Series appliances only.
Examples
(config)# delete interface vlan --interface p1
Related commands
 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2020 Forcepoint. All rights reserved.