Administration of the Avaya G350 Media Gateway - Avaya Support

Administration of the Avaya G350 Media Gateway - Avaya Support Administration of the Avaya G350 Media Gateway - Avaya Support

downloads.avaya.com
from downloads.avaya.com More from this publisher
13.07.2015 Views

Configuring the router●●●●Use the network command to specify a list of networks on which the RIP is running. Usethe no form of this command to remove an entry from the list of networks.Use the redistribute command to redistribute routing information from other protocolsinto RIP. Use the no form of this command to restore the default value, disableredistribution by RIP.Use the router rip command to enable RIP and to enter the router configurationcontext. Use the no form of this command to restore the default value, disabling RIP.Use the timers basic command to set RIP timers. Use the no form of this command toset the RIP timers to their default values.Configuring OSPFThis section provides information about configuring OSPF parameters for router interfaces andcontains the following topics:●●●●Overview of OSPF — an overview of OSPFOSPF dynamic cost — a description of OSPF cost calculation, with instructions on how tomanually configure the cost of an OSPF interfaceOSPF limitations — a description of the limitations on the use of OSPF on the G350OSPF commands — a list and descriptions of CLI commands used to configure OSPF onthe G350Overview of OSPFThe Open Shortest Path First (OSPF) protocol enables routers to compute the path that an IPpacket should follow. Routers exchange routing information with OSPF to determine where tosend each IP packet on its next hop. RIP is an older protocol that serves a similar purpose. Formore information about RIP, see RIP overview on page 190.OSPF is based on the shortest-path-first or link-state algorithm. It was introduced to overcomethe limitations of RIP in increasingly complex network designs. OSPF uses the cost of a path asthe criterion for comparing paths. In contrast, RIP uses the number of hops as the criterion forcomparing paths. Also, updates are sent when there is a topological change in the network,rather than every 30 seconds as with RIP.The advantage of shortest-path-first algorithms is that under stable conditions, there are lessfrequent updates (thereby saving bandwidth). They converge quickly, thus preventing suchproblems as routing loops and Count-to-Infinity, when routers continuously increment the hopcount to a particular network. These algorithms make a stable network. The disadvantage ofshortest-path-first algorithms is that they require a lot of CPU power and memory.194 Administration of the Avaya G350 Media Gateway

Configuring OSPFIn OSPF, routers use link-state updates to send routing information to all nodes in a network bycalculating the shortest path to each node. This calculation is based on a topography of thenetwork constructed by each node. Each router sends that portion of the routing table thatdescribes the state of its own links, and it also sends the complete routing structure(topography).You can configure route redistribution between OSPF, RIP, and static routes. With routeredistribution, you can configure the G350 to redistribute routes learned from one protocol intothe domain of the other routing protocol. For more information, see Route redistribution onpage 197.OSPF dynamic costAn OSPF interface on the G350 can dynamically set a Cost. The Cost represents the priceassigned to each interface for purposes of determining the shortest path.By default the OSPF interface Cost is calculated based on the interface bandwidth, according tothe following formula:Cost = 100,000/bandwidth (in kbps)The result is that the higher the bandwidth, the lower the Cost.To manually configure the Cost of an OSPF interface, use the ip ospf cost command fromthe interface context. By using this option, dynamic bandwidth updates do not change the Cost.Use the no ip ospf cost command to return to dynamic cost calculation on an interface.Use the bandwidth command from the Interface context to manually adjust the interface’sbandwidth If Cost is being determined dynamically, this configured bandwidth and not the actualinterface bandwidth, is used to calculate Cost.OSPF limitationsYou can configure the G350 as an OSPF Autonomous System Boundary Router (ASBR) usingroute redistribution. The G350 can be installed in the OSPF backbone area (area 0.0.0.0) or inany OSPF area that is part of a multiple areas network. However, the G350 cannot beconfigured to be an OSPF area border router itself.The G350 supports the ECMP equal-cost multipath (ECMP) feature which allows loadbalancing by splitting traffic between several equivalent paths.While you can activate OSPF with default values for each interface using a single command,you can configure many of the OSPF parameters.Issue 3 January 2005 195

Configuring <strong>the</strong> router●●●●Use <strong>the</strong> network command to specify a list <strong>of</strong> networks on which <strong>the</strong> RIP is running. Use<strong>the</strong> no form <strong>of</strong> this command to remove an entry from <strong>the</strong> list <strong>of</strong> networks.Use <strong>the</strong> redistribute command to redistribute routing information from o<strong>the</strong>r protocolsinto RIP. Use <strong>the</strong> no form <strong>of</strong> this command to restore <strong>the</strong> default value, disableredistribution by RIP.Use <strong>the</strong> router rip command to enable RIP and to enter <strong>the</strong> router configurationcontext. Use <strong>the</strong> no form <strong>of</strong> this command to restore <strong>the</strong> default value, disabling RIP.Use <strong>the</strong> timers basic command to set RIP timers. Use <strong>the</strong> no form <strong>of</strong> this command toset <strong>the</strong> RIP timers to <strong>the</strong>ir default values.Configuring OSPFThis section provides information about configuring OSPF parameters for router interfaces andcontains <strong>the</strong> following topics:●●●●Overview <strong>of</strong> OSPF — an overview <strong>of</strong> OSPFOSPF dynamic cost — a description <strong>of</strong> OSPF cost calculation, with instructions on how tomanually configure <strong>the</strong> cost <strong>of</strong> an OSPF interfaceOSPF limitations — a description <strong>of</strong> <strong>the</strong> limitations on <strong>the</strong> use <strong>of</strong> OSPF on <strong>the</strong> <strong>G350</strong>OSPF commands — a list and descriptions <strong>of</strong> CLI commands used to configure OSPF on<strong>the</strong> <strong>G350</strong>Overview <strong>of</strong> OSPFThe Open Shortest Path First (OSPF) protocol enables routers to compute <strong>the</strong> path that an IPpacket should follow. Routers exchange routing information with OSPF to determine where tosend each IP packet on its next hop. RIP is an older protocol that serves a similar purpose. Formore information about RIP, see RIP overview on page 190.OSPF is based on <strong>the</strong> shortest-path-first or link-state algorithm. It was introduced to overcome<strong>the</strong> limitations <strong>of</strong> RIP in increasingly complex network designs. OSPF uses <strong>the</strong> cost <strong>of</strong> a path as<strong>the</strong> criterion for comparing paths. In contrast, RIP uses <strong>the</strong> number <strong>of</strong> hops as <strong>the</strong> criterion forcomparing paths. Also, updates are sent when <strong>the</strong>re is a topological change in <strong>the</strong> network,ra<strong>the</strong>r than every 30 seconds as with RIP.The advantage <strong>of</strong> shortest-path-first algorithms is that under stable conditions, <strong>the</strong>re are lessfrequent updates (<strong>the</strong>reby saving bandwidth). They converge quickly, thus preventing suchproblems as routing loops and Count-to-Infinity, when routers continuously increment <strong>the</strong> hopcount to a particular network. These algorithms make a stable network. The disadvantage <strong>of</strong>shortest-path-first algorithms is that <strong>the</strong>y require a lot <strong>of</strong> CPU power and memory.194 <strong>Administration</strong> <strong>of</strong> <strong>the</strong> <strong>Avaya</strong> <strong>G350</strong> <strong>Media</strong> <strong>Gateway</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!