Users Guide

Table Of Contents
1194 Layer-2 and Layer-3 Relay Features
subclass “Pool1” “Switch A” “Gi1/0/1”;
subclass “Pool1” “Switch A” “Gi1/0/2”;
subclass “Pool1” “Switch A” “Gi1/0/3”;
class “Pool2” {
match option agent.remote-id;
match option agent.circuit-id;
}
subclass “Pool2” “Switch B” “Gi1/0/1”;
subclass “Pool2” “Switch B” “Gi1/0/2”;
subclass “Pool2” “Switch B” “Gi1/0/3”;
shared-network Public {
subnet 10.1.222.0 netmask 255.255.254.0 {
pool {
deny members of “Pool1”;
deny members of “Pool2”;
option routers 10.1.222.1;
option subnet-mask 255.255.254.0;
option domain-name-servers 10.1.218.3, 10.1.219.3;
range dynamic-bootp 10.1.222.3 10.1.222.254;
range dynamic-bootp 10.1.223.3 10.1.223.254;
default-lease-time 21600;
max-lease-time 43200;
}
}
subnet 10.2.109.192 netmask 255.255.255.224 {
pool {
allow members of “Pool1”;
range 10.2.109.194 10.2.109.222;
option routers 10.2.109.193;
option subnet-mask 255.255.255.224;
option domain-name-servers 10.1.218.3,10.1.219.3;
default-lease-time 21600;
max-lease-time 43200;
}
}
subnet 10.2.109.224 netmask 255.255.255.224 {
pool {
allow members of “Pool2”;
range 10.2.109.226 10.2.109.254;
option routers 10.2.109.225;
option subnet-mask 255.255.255.224;