beautypg.com

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

Page 22

background image

8

Brocade Mobility RFS7000-GR Controller CLI Reference Guide

53-1001945-01

Common Criteria Operational Requirements

1

!

ip dhcp pool vlan20pool

default-router 172.2.1.100

network 172.2.1.0/24

address range 172.2.1.150 172.2.1.160

!

service dhcp

!

line con 0

line vty 0 24

!

end

RFS7000(config)#

Configuration of IP ACL For Common Criteria Operation

If access points are connected over L3 network then user shall use MAC and IP ACLs in
combination as explained below.

RFS7000#

RFS7000#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

RFS7000(config)#

Assigning IP Address to Management VLAN

RFS7000(config)#interface vlan 1

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

RFS7000(config-if)#exit

Assigning access VLAN2 on GE1

RFS7000(config)#interface ge 1

RFS7000(config-if)#switchport mode access

RFS7000(config-if)#switchport access vlan 20

RFS7000(config-if)#exit

Assigning management VLAN1 and VLAN20(Data VLAN for WLAN 1) on GE4 TRUNK port.

RFS7000(config)#interface ge 4

RFS7000(config-if)#switchport mode trunk

RFS7000(config-if)#switchport trunk allowed vlan none

RFS7000(config-if)#switchport trunk allowed vlan add 1,20

RFS7000(config-if)#exit

Creating Data VLAN20 to use for WLAN1

RFS7000(config)#iinterface vlan 20

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

RFS7000(config-if)#exit

Creating DHCP Server Pool to IP Addresses on VLAN20

RFS7000(config)#ip dhcp pool vlan20pool

RFS7000(config-dhcp)#address range 172.17.2.150 172.2.1.160

RFS7000(config-dhcp)#network 172.2.1.0/24

RFS7000(config-dhcp)#default-router 172.2.1.100