[Table of Contents] [Previous Page] [Next Page] [View Index] [Report an Error] [No Frames]


network

Description: 

For BGP, configures a BGP speaker with an IPv6 or IPv4 prefix originating within its AS that it advertises to its peers if a non-BGP route to the prefix exists in the IP forwarding table. The no version removes the prefix.

For DHCP local server, specifies the IP addresses that the DHCP local server can provide from an address pool. The no version removes the network address and mask.

For RIP, enables RIP on a specific network (not on a range of networks). If you do not associate a network with RIP, the router cannot advertise the network in any RIP update. The no version disables RIP on a specific network. If you do not specify a network mask, the router applies the natural mask. Use the ip rip commands to configure RIP attributes on the network.

Syntax: 

For BGP:

[ no ] network { networkNumber [ [ mask ] networkMask ] | ipv6Prefix }
[ route-map mapTag ] [ weight weight ] [ backdoor ]

For DHCP local server:

network networkAddress { networkMask | prefix }

no network [ force ]

For RIP:

[ no ] network networkAddress [ networkMask ]

Mode(s): 

Address Family Configuration or Router Configuration for BGP; Router Configuration for RIP; DHCP Local Pool Configuration for DHCP local server


[Table of Contents] [Previous Page] [Next Page] [View Index] [Report an Error] [No Frames]