Brocade Mobility RFS7000-GR Controller CLI Reference Guide (Supporting software release 4.1.0.0-040GR and later) User Manual

Page 333

Advertising
background image

Brocade Mobility RFS7000-GR Controller CLI Reference Guide

319

53-1001945-01

Interface Config commands

12

RFS7000(config-if)#

RFS7000(config-if)#ip address 192.168.234.1/24

RFS7000(config-if)#

Follow the steps in the example below to create a helper address on VLAN 2000 for using the
DHCP server available on VLAN 1000:

RFS7000(config)#interface vlan 1000

RFS7000(config-if)#ip address 172.168.100.1/24

RFS7000(config-if)#interface vlan 2000

RFS7000(config-if)#ip address 172.168.200.1/24

RFS7000(config-if)#ip helper-address 172.168.100.10 vlan 1000

RFS7000(config-if)#

The example below displays static NAT source translation.

RFS7000(config)#interface vlan 1000

RFS7000(config-if)#ip nat inside

RFS7000(config-if)#interface vlan 2000

RFS7000(config-if)#ip nat outside

RFS7000(config)#ip nat inside source static 172.168.200.10 157.235.205.57

RFS7000(config)#

Advertising