HP VSR1000 Configuration Manual page 74

Virtual services router ip multicast
Table of Contents

Advertisement

[RouterA-isp-isp1] authorization ipoe radius-scheme spec
[RouterA-isp-isp1] accounting ipoe radius-scheme spec
[RouterA-isp-isp1] quit
# Create an ISP domain named isp2, and specify the STB service for users in the ISP domain.
[RouterA] domain isp2
[RouterA-isp-isp2] service-type stb
# Configure AAA methods for ISP domain isp2.
[RouterA-isp-isp2] authentication ipoe radius-scheme spec
[RouterA-isp-isp2] authorization ipoe radius-scheme spec
[RouterA-isp-isp2] accounting ipoe radius-scheme spec
[RouterA-isp-isp2] quit
# Enable DHCP on Router A.
[RouterA] dhcp enable
# Create a DHCP address pool named 1.
[RouterA] dhcp server ip-pool 1
# Specify the subnet 192.168.2.1/24 in DHCP address pool 1.
[RouterA-dhcp-pool-1] network 192.168.2.1 mask 255.255.255.0
# Specify the domain name isp1 in DHCP address pool 1.
[RouterA-dhcp-pool-1] domain-name isp1
[RouterA-dhcp-pool-1] quit
# Create a DHCP address pool named 2.
[RouterA] dhcp server ip-pool 2
# Specify the subnet 192.168.3.1/24 in DHCP address pool 2.
[RouterA-dhcp-pool-2] network 192.168.3.1 mask 255.255.255.0
# Specify the domain name isp2 in DHCP address pool 2.
[RouterA-dhcp-pool-2] domain-name isp2
[RouterA-dhcp-pool-2] quit
# Configure GigabitEthernet 1/0/5.1 to terminate VLAN-tagged packets whose outer VLAN ID is
1 and inner VLAN ID is in the range of 1 to 100.
[RouterA] interface gigabitethernet 1/0/5.1
[RouterA-GigabitEthernet1/0/5.1] vlan-type dot1q vid 1 second-dot1q 1 to 100
# Configure the DHCP service on GigabitEthernet 1/0/5.1.
[RouterA-GigabitEthernet1/0/5.1] dhcp server apply ip-pool 1
[RouterA-GigabitEthernet1/0/5.1] ip subscriber routed enable
[RouterA-GigabitEthernet1/0/5.1] ip subscriber initiator dhcp enable
[RouterA-GigabitEthernet1/0/5.1] ip subscriber dhcp domain isp1
[RouterA-GigabitEthernet1/0/5.1] quit
# Configure GigabitEthernet 1/0/5.2 to terminate VLAN-tagged packets whose outer VLAN ID is
2 and inner VLAN ID is in the range of 1 to 100.
[RouterA] interface gigabitethernet 1/0/5.2
[RouterA-GigabitEthernet1/0/5.2] vlan-type dot1q vid 2 second-dot1q 1 to 100
# Configure the DHCP service on GigabitEthernet 1/0/5.2.
[RouterA-GigabitEthernet1/0/5.2] dhcp server apply ip-pool 2
[RouterA-GigabitEthernet1/0/5.2] ip subscriber routed enable
[RouterA-GigabitEthernet1/0/5.2] ip subscriber initiator dhcp enable
[RouterA-GigabitEthernet1/0/5.2] ip subscriber dhcp domain isp2
[RouterA-GigabitEthernet1/0/5.2] quit
66

Advertisement

Table of Contents
loading

Table of Contents