Configuring ISG Access for IP Subscriber Sessions
Configuration Examples for ISG Access for IP Subscriber Sessions
35
• DHCP Address Pool Classes and Relay Actions for ISG: Examples, page 36
• Dynamic VPN Selection: Example, page 38
ISG IP Interface Subscriber: Example
The following example shows how to configure an IP interface session on GigabitEthernet interface
0/0/1.401:
interface GigabitEthernet 0/0/1.401
ip subscriber interface
ISG Routed IP Subscriber: Example
The following example shows how to configure ISG to create IP sessions for subscribers who connect
to ISG on GigabitEthernet interface 0/0/1.401 through a routed access network. ISG will create IP
sessions upon receipt of DHCP DISCOVER packets, incoming valid IP packets, and RADIUS
Access-Request packets.
interface GigabitEthernet0/0/1.401
ip subscriber routed
initiator dhcp class-aware
initiator unclassified ip-address
initiator radius-proxy
ISG Layer 2 Connected IP Subscriber: Example
The following example shows how to configure ISG to create IP sessions for subscribers who connect
to ISG on GigabitEthernet interface0/0/1.401 through a Layer 2 connected access network. ISG will
create IP sessions upon receipt of any frame with a valid source MAC address.
interface GigabitEthernet0/0/1.401
ip subscriber l2-connected
initiator unclassified mac-address
ISG Static Session Creation: Example
The following example shows how to create an ISG static session for server 209.165.200.225 for
subscribers who connect to ISG on GigabitEthernet interface 0/4 through a Layer 2 connected access
network. ISG will create a static session upon receipt of valid source IP address.
ip subscriber list mylist
ip source 209.165.200.225 mac 0.7.f
interface GigabitEthernet 2/0/0
ip subscriber l2-connected
initiator static ip subscriber list mylist