Enabling Ipv4 Gigabit Ethernet; Configuring Dhcp Pool - Cisco IR829 Hardware Installation Manual

Integrated services router
Hide thumbs Also See for IR829:
Table of Contents

Advertisement

Configuring Cisco IOS
The following example configures G5 to allow the Guest OS network connectivity:
interface GigabitEthernet 5

Enabling IPv4 Gigabit Ethernet

To enable an external Gigabit Ethernet IPv4 interface on the IR829 to provide network connectivity, enter the following
commands:
Command
config terminal
interface gig 0
ip address 9.1.1.5 255.255.255.0
no shutdown

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
config terminal
ip dhcp pool gospool
network 9.1.2.0 255.255.255.0
default-router 9.1.2.1
domain-name utility.com
dns-server 9.1.1.1
lease 5
Cisco IR829 Integrated Services Router
5-4
ipv6 dhcp client pd prefix-from-provider
end
duplex auto
speed auto
ipv6 address prefix-from-provider ::2:0:0:0:1/64
ipv6 enable
end
Chapter 5
Guest Operating System (Guest OS) Installation and Configuration
Purpose
Enters global configuration mode.
Configures an IPv4 address on Gigabit Ethernet
interface 0, and enters interface configuration
mode.
Sets the IP address and subnet mask for Gigabit
Ethernet interface 0.
Enables the Gigabit Ethernet interface.
Configuring
Purpose
Enters global configuration mode.
Names the local DHCP pool.
Sets the network address.
Sets the router address.
Sets the subnet address.
Sets the DNS server address.
Sets the duration of the IP address lease to five
days.
NAT.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents