R3204P16-HP Load Balancing Module Typical Configuration Examples-6PW101

38
firewall zone trust
add interface Ethernet0/0
set priority 85
#
firewall zone untrust
add interface Ethernet0/1
set priority 5
#
firewall zone DMZ
set priority 50
#
firewall interzone local trust
#
firewall interzone local untrust
#
firewall interzone local DMZ
#
firewall interzone trust untrust
#
firewall interzone trust DMZ
#
firewall interzone DMZ untrust
#
ip route-static 11.0.0.0 255.0.0.0 7.0.0.2 preference 60
ip route-static 192.168.10.0 255.255.255.0 9.0.0.2 preference 60
Configurations on A7503_2
Configuration procedures
1. Create VLANs.
# Create VLAN 23, 24, 100.
<Sysname> Sysname-view
[Sysname] vlan 23 to 24
[Sysname] vlan 100
[Sysname-vlan100] quit
2. Assign interfaces to the VLANs.
[Sysname] interface GigabitEthernet 4/0/1
[Sysname-GigabitEthernet4/0/1] port access vlan 100
[Sysname-GigabitEthernet4/0/1] quit
[Sysname] interface GigabitEthernet 4/0/23
[Sysname-GigabitEthernet4/0/23] port access vlan 23
[Sysname-GigabitEthernet4/0/23] quit
[Sysname] interface GigabitEthernet 4/0/24
[Sysname-GigabitEthernet4/0/24] port access vlan 24
[Sysname-GigabitEthernet4/0/24] quit
3. Configure the 10GE interface that connects the LB module as a trunk interface, and assign it to
VLANs 23, 24, and 100.