5-4
Cisco IR829 Integrated Services Router
Chapter 5 Guest Operating System (Guest OS) Installation and Configuration
Configuring Cisco IOS
ipv6 dhcp client pd prefix-from-provider
end
The following example configures G5 to allow the Guest OS network connectivity:
interface GigabitEthernet 5
duplex auto
speed auto
ipv6 address prefix-from-provider ::2:0:0:0:1/64
ipv6 enable
end
Enabling IPv4 Gigabit Ethernet
To enable an external Gigabit Ethernet IPv4 interface on the IR829 to provide network connectivity, enter the following
commands:
Configuring DHCP Pool
To configure a local DHCP pool, enter the following commands, one per line:
Note
The subnet used for the local DHCP pool must be reachable externally. If you cannot allocate the whole
subnet to Guest OS, use a NAT-based configuration. See
.
Command
Purpose
config terminal
Enters global configuration mode.
interface gig 0
Configures an IPv4 address on Gigabit Ethernet
interface 0, and enters interface configuration
mode.
ip address 9.1.1.5 255.255.255.0
Sets the IP address and subnet mask for Gigabit
Ethernet interface 0.
no shutdown
Enables the Gigabit Ethernet interface.
Command
Purpose
config terminal
Enters global configuration mode.
ip dhcp pool gospool
Names the local DHCP pool.
network 9.1.2.0 255.255.255.0
Sets the network address.
default-router 9.1.2.1
Sets the router address.
domain-name utility.com
Sets the subnet address.
dns-server 9.1.1.1
Sets the DNS server address.
lease 5
Sets the duration of the IP address lease to five
days.