Reference Guide (Supporting software release 4.1.0.0-040GR and later) User guide
Table Of Contents
- Table of Contents
- About This Document
- Introduction
- Common Commands
- User Exec Commands
- Privileged Exec Commands
- Global Configuration Commands
- Crypto-isakmp Instance
- Crypto-group Instance
- Crypto-peer Instance
- Crypto-ipsec Instance
- Crypto-map Instance
- Crypto-trustpoint Instance
- Interface Instance
- Spanning tree-mst Instance
- Extended ACL Instance
- Standard ACL Instance
- Extended MAC ACL Instance
- DHCP Server Instance
- DHCP Class Instance
- RADIUS Server Instance
- Wireless Instance
- RTLS Instance
- SOLE Instance
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)#










