ADTRAN AOS Version R10.1.0 Command Reference Manual page 3059

Adtran operating system (aos)
Table of Contents

Advertisement

Command Reference Guide
network
Use the network command to specify the subnet number and mask for an AOS Dynamic Host
Configuration Protocol version 4 (DHCPv4) server address pool. Use the no form of this command to
remove a configured subnet. Variations of this command include:
network <ipv4 address>
network <ipv4 address> <subnet mask>
Syntax Description
<ipv4 address>
<subnet mask>
Default Values
By default, there are no configured DHCPv4 address pools.
Command History
Release 2.1
Usage Examples
The following examples show two different ways to configure an address pool subnet of 192.34.0.0 with a
16-bit subnet mask:
(config)#ip dhcp pool MyPool
(config-dhcp)#network 192.34.0.0 255.255.0.0
or
(config)#ip dhcp pool MyPool
(config-dhcp)#network 192.34.0.0 /16
60000CRG0-35E
Specifies the IPv4 address of the DHCPv4 address pool. IPv4 addresses
should be expressed in dotted decimal notation (for example, 10.10.10.1).
Optional. Specifies the subnet mask that corresponds to a range of IPv4
addresses (network) or a specific host. Subnet masks can be expressed in
dotted decimal notation (for example, 255.255.255.0) or as a prefix length
(for example, /24). If the subnet mask is left unspecified, the DHCPv4
server uses the Class A, B, or C natural mask.
Command was introduced.
Copyright © 2012 ADTRAN, Inc.
DHCPv4 Pool Command Set
3059

Advertisement

Table of Contents
loading

Related Products for ADTRAN AOS Version R10.1.0

This manual is also suitable for:

Aos r10.1.0

Table of Contents