Ospf abr-type, Ospf authentication-key, Ospf cost – Black Box LRU4240 User Manual

Page 192: Dual trunk e1 router

Advertising
background image

180

SALES: 0870 90 10 750

Dual Trunk E1 Router User’s Guide

Dual Trunk E1 Router

ospfd(config)# router ospf 100
ospfd(config-router)# opaque-lsa-capable
Related commands

ospf abr-type

Use the ospf abr-type command to set an OSPF area border router (ABR) type.
Use the no parameter to disable this function.
Command Syntax
ospf abr-type cisco|ibm|shortcut|standard
(no) ospf abr-type cisco|ibm|shortcut
cisco Specifies an alternative ABR using Cisco implementation.
ibm Specifies an alternative ABR using IBM implementation.
shortcut Specifies a shortcut ABR.
standard Specifies a standard behavior ABR that conforms to RFC 2328 (Default).
Command Mode
Router mode
Usage
Specify the ABR type for better functioning between different implementations. This command is specially useful in a multivendor
environment.
Examples
ospfd# configure terminal
ospfd(config)# router ospf 100
ospfd(config-router)# ospf abr-type standard
Related Commands

ospf authentication-key

Use the ospf authentication-key command to assign a password to be used by neighboring routers.
Use the no parameter to remove a previously assigned password.
Command Syntax
ospf authentication-key AUTHKEY
no ospf authentication-key
AUTHKEY Specifies the authentication password. Any continuous string of characters (not more than 8 bytes)
Default
Authentication password not specified.
Command Mode
Interface mode
Usage
The authentication-key command creates a key (password) which is inserted into the OSPF header, when ZebOS software
originates routing protocols packets. You can assign a separate password to each network for different interfaces.
All neighboring routers on the same network must have the same password to enable exchange of OSPF information. The
password can be used only if authentication has been enabled for an area. Use the area authentication command to enable
authentication.
Simple password authentication allows a password to be configured per area. Configure the routers in the same routing domain
with the same password.
Examples
ospf authentication-key mykeykey
ospf authentication-key
Related Commands
ip ospf authentication-key, area authentication

ospf cost

Use the ospf cost command to explicitly specify the cost of sending a packet on an interface.
Use the no form of this command to reset the cost of the path to default.

Advertising