Configuring ISG Access for IP Subscriber Sessions
Prerequisites
For ISG to use DHCP to assign IP addresses, the following prerequisites must be met:
•
•
•
The tasks in this section assume that you have configured DHCP support in your network.
Configuring an ISG Interface for Dynamic DHCP Class Association
Perform this task to enable ISG to influence the assignment of IP addresses to subscribers on the
interface by providing the local DHCP component with a class name. The class name refers to a class
configured using the ip dhcp pool command and can reference a pool of addresses or a relay destination.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
interface type number
Example:
Router(config)# interface gigabitethernet 0/0/0
Step 4
ip address ip-address mask [secondary]
Example:
Router(config-if)# ip address 10.1.0.1
255.255.0.0
The subscriber must be Layer 2 connected.
ISG must be in the path of DHCP requests, serving as a DHCP server or relay.
The appropriate IP subnets must be configured on the subscriber interface.
enable
configure terminal
interface type number
ip address ip-address mask [secondary]
ip subscriber [l2-connected | routed]
initiator dhcp class-aware
end
How to Configure ISG for IP Subscriber Sessions
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
•
Enters global configuration mode.
Specifies an interface for configuration, and enters interface
configuration mode.
Sets a primary or secondary IP address for an interface.
25