R3204P16-HP Load Balancing Module Network Management Configuration Guide-6PW101
Table Of Contents
- Title page
- Contents
- Interface management configuration
- IP addressing configuration
- MAC address table configuration
- Layer 2 forwarding configuration
- Layer 2 forwarding overview
- Configuring general Layer 2 forwarding
- Configuring inline Layer 2 forwarding
- Configuring inter-VLAN Layer 2 forwarding
- Forward-type inline Layer 2 forwarding configuration example
- Blackhole-type inline Layer 2 forwarding configuration example
- Inter-VLAN Layer 2 forwarding configuration example
- VLAN configuration
- ARP configuration
- Gratuitous ARP configuration
- Proxy ARP configuration
- Layer 3 forwarding configuration
- NAT configuration
- Overview
- Configuring a NAT policy in the web interface
- Configuring NAT in the CLIs
- Configuration guidelines
- ALG configuration
- Static route configuration
- RIP configuration
- OSPF configuration
- BGP configuration
- Policy-based routing configuration
- Route displaying
- DNS configuration
- Overview
- Configuring DNS on the web interface
- Configuring DNS in the CLIs
- Troubleshooting IPv4 DNS configuration
- Support and other resources
- Index
36
[Sysname] interface Ten-GigabitEthernet 2/0/1
[Sysname-Ten-GigabitEthernet2/0/1] port link-type trunk
[Sysname-Ten-GigabitEthernet2/0/1] port trunk permit vlan 102 103
[Sysname-Ten-GigabitEthernet2/0/1] port trunk pvid vlan 1000
Configure the LB module
# Create VLAN 1000.
<Sysname> system-view
[Sysname] vlan 1000
[Sysname-vlan1000] quit
# Configure the link type of Ten-GigabitEthernet 0/0 as trunk and operating mode as Layer 2. Assign the
trunk port to VLAN 102, VLAN 103, and VLAN 1000.
[Sysname] interface Ten-GigabitEthernet 0/0
[Sysname-Ten-GigabitEthernet0/0] port link-mode bridge
[Sysname-Ten-GigabitEthernet0/0] port link-type trunk
[Sysname-Ten-GigabitEthernet0/0] port trunk permit vlan 102 103 1000
# Configure two subinterfaces Ten-GigabitEthernet 0/0.102 and Ten-GigabitEthernet 0/0.103.
Configure them as access ports and set the operating mode to Layer 2. Assign the two interfaces to VLAN
1000.
[Sysname-Ten-GigabitEthernet0/0] interface Ten-GigabitEthernet0/0.102
[Sysname-Ten-GigabitEthernet0/0.102] port link-mode bridge
[Sysname-Ten-GigabitEthernet0/0.102] port link-type access
[Sysname-Ten-GigabitEthernet0/0.102] port access vlan 1000
[Sysname-Ten-GigabitEthernet0/0.102] interface Ten-GigabitEthernet0/0.103
[Sysname-Ten-GigabitEthernet0/0.103] port link-mode bridge
[Sysname-Ten-GigabitEthernet0/0.103] port link-type access
[Sysname-Ten-GigabitEthernet0/0.103] port access vlan 1000