Ip Secondary-Address - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

Examples
v Adds a static route with destination network 10.10.10.0, subnet mask /27
v Deletes a static route with destination network 10.10.10.0 and subnet mask /27

ip secondary-address

Adds or removes secondary network addresses.
Syntax
ip secondary-address address
no ip secondary-address [address]
Parameters
address Specifies the network address (IP address and subnet). Specify the IP
Guidelines
The ip secondary address command adds a secondary network address (IP
address and subnet mask) to the current VLAN interface. This address accepts
incoming connections. This address is used only as a source IP address when
responding to incoming requests (TCP or ICMP) to the secondary address.
To remove a secondary network address, use the no ip address command.
Related Commands
ip address
Examples
v Adds 192.168.7.6/27 as a secondary network address to the current interface.
v Removes 192.168.7.6/27 as a secondary network address.
v Removes all secondary network addresses.
(equivalent to 255.255.255.224), and next-hop gateway 192.168.1.100 to the
routing table.
# ip route 10.10.10.0/27 192.168.1.100
#
or
# ip route 10.10.10.0 255.255.255.224 192.168.1.100
#
from the routing table.
# no ip route 10.10.10.0/27 192.168.1.100
#
address in decimal format. Specify the subnet mask in CIDR format (/27)
or its equivalent decimal format (255.255.255.224).
# ip address 192.168.7.6/27
#
# no ip address 192.168.7.6/27
#
# no ip address
#
Chapter 90. VLAN configuration mode
735

Advertisement

Table of Contents
loading

Table of Contents