Assigning An Area Range (Optional); Assigning Interfaces To An Area; Modify Interface Defaults - Dell PowerConnect B-RX Configuration Manual

Bigiron rx series configuration guide v02.8.00
Hide thumbs Also See for PowerConnect B-RX:
Table of Contents

Advertisement

The advertise | not-advertise parameter specifies whether you want the device to send type 3 LSAs
for the specified range in this area. The default is advertise.

Assigning an area range (optional)

You can assign a range for an area, but it is not required. Ranges allow a specific IP address and
mask to represent a range of IP addresses within an area, so that only that reference range
address is advertised to the network, instead of all the addresses within that range. Each area can
have up to 32 range addresses.
To define an area range for subnets on 193.45.5.1 and 193.45.6.2, enter the following command.
BigIron RX(config)# router ospf
BigIron RX(config-ospf-router)# area 192.45.5.1 range 193.45.0.0 255.255.0.0
BigIron RX(config-ospf-router)# area 193.45.6.2 range 193.45.0.0 255.255.0.0
Syntax: area <num> | <ip-addr> range <ip-addr> <ip-mask>
The <num> | <ip-addr> parameter specifies the area number, which can be in IP address format.
The range <ip-addr> parameter specifies the IP address portion of the range. The software
compares the address with the significant bits in the mask. All network addresses that match this
comparison are summarized in a single route advertised by the router.
The <ip-mask> parameter specifies the portions of the IP address that a route must contain to be
summarized in the summary route. In the example above, all networks that begin with 193.45 are
summarized into a single route.

Assigning interfaces to an area

Once you define OSPF areas, you can assign interfaces to the areas. All router ports must be
assigned to one of the defined areas on an OSPF router. When a port is assigned to an area, all
corresponding subnets on that port are automatically included in the assignment.
To assign interface 1/8 of Router A to area 192.5.0.0 and then save the changes, enter the
following commands.
RouterA(config-ospf-router)# interface e 1/8
RouterA(config-if-e10000-1/8)# ip ospf area 192.5.0.0
RouterA(config-if-e10000-1/8)# write memory

Modify interface defaults

OSPF has interface parameters that you can configure. For simplicity, each of these parameters
has a default value. No change to these default values is required except as needed for specific
network configurations.
Port default values can be modified using the following CLI commands at the interface
configuration level of the CLI:
BigIron RX Series Configuration Guide
53-1002253-01
ip ospf area <ip-addr>
ip ospf auth-change-wait-time <secs>
ip ospf authentication-key [0 | 1] <string>
ip ospf cost <num>
ip ospf dead-interval <value>
25
Configuring OSPF
691

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bigiron rx series

Table of Contents