Lucent Technologies Cajun Switch P550 Configuration Manual
Lucent Technologies Cajun Switch P550 Configuration Manual

Lucent Technologies Cajun Switch P550 Configuration Manual

Command line interface protocol
Hide thumbs Also See for Cajun Switch P550:

Advertisement

Command Line Interface Protocol

Configuration Guide

Cajun™ P550/P220 Switch Version 4.0

Advertisement

Table of Contents
loading

Summary of Contents for Lucent Technologies Cajun Switch P550

  • Page 1: Configuration Guide

    Command Line Interface Protocol Configuration Guide Cajun™ P550/P220 Switch Version 4.0...
  • Page 2 Lucent, Cajun, CajunDocs, P550, and CajunView are trademarks of Lucent Technologies. ALL OTHER TRADEMARKS MENTIONED IN THIS DOCUMENT ARE PROPERTY OF THEIR RESPECTIVE OWNERS Revisions: This is a new manual.
  • Page 3: Table Of Contents

         In This Chapter .............1-1 OSPF Basic Configuration Diagram .
  • Page 4: Ospf Basic Configuration Diagram

     This chapter describes how to configure the Open Shortest Path First (OSPF) protocol using the CLI and GUI.    OSPF Basic Configuration Diagram Configuring OSPF using the CLI OSPF Configuration Examples Command Line Interface Protocol Configuration Guide...
  • Page 5 Configuring OSPF         Set the OSPF router ID. For this to take effect, OSPF must be disabled. C o m m a n d : no router ospf M o d e : C o m m a n d : router ospf M o d e : C o m m a n d : area area-id M o d e :...
  • Page 6             Because stub and not-so-stubby areas do not carry external routes, an area can be defined as a stub or not-so-stubby area only when: All OSPF routers inside the stub area are configured as stub routers. These routers become neighbors.
  • Page 7 Configuring OSPF 4. Define the OSPF area(s).  area area-id Cajun (configure router:ospf)# area 0.0.0.1 5. Specify the interface(s) on which OSPF runs and the area ID for each interface.  network ip-address wildcard-mask area area-id Cajun (configure router:ospf)# network 12.21.2.3 0.0.0.0 area 0.0.0.1 6.
  • Page 8 area area-id virtual-link router-id [authentication-key key] [dead-interval seconds] [hello-interval seconds] [message-digest-key key-id md5 key] [retransmit-interval seconds] [transit-delay seconds] area area-id - area ID assigned to the transit area for the virtual link (decimal or dotted-decimal format). virtual-link router-id - the router ID of the virtual link neighbor. To obtain a neighbor’s router ID, Telnet to the router and enter the show ip ospf command.
  • Page 9 Configuring OSPF 8. Define or modify the OSPF interface parameters.  ip ospf authentication-key password ip ospf cost cost ip ospf dead-interval seconds ip ospf hello-interval seconds ip ospf message-digest-key keyid md5 key ip ospf poll-interval seconds ip ospf priority priority ip ospf retransmit-interval seconds   ...
  • Page 10  ip ospf network {broadcast| non-broadcast| point-to-multipoint [non-broadcast]} ip ospf transmit delay seconds neighbor ip-address [priority number] [poll-interval seconds] 9. Enter copy running-config startup-config to save the configuration. 10. Configure the optional OSPF parameters as described in the next section. Command Line Interface Protocol Configuration Guide    Configure broadcast networks as nonbroadcast,...
  • Page 11 Configuring OSPF         Table 1-2. Tasks and Commands to Configure Additional OSPF Parameters   Router:OSPF Mode Define an OSPF area to be a stub area or a NSSA. Add the command to all routers within the area. The no form of a command removes a stub area or NSSA.
  • Page 12: Basic Ospf Configurations

      Specify a router as an Autonomous System Boundary Router (ASBR). An ASBR has at least one interface into an external internetwork (another autonomous system), such as a non-OSPF network. The ASBR redistributes non-OSPF network information to the OSPF network, and vice versa.
  • Page 13 Configuring OSPF        This example enables OSPF and redistributes RIP into OSPF and OSPF into RIP. Cajun (configure)# Cajun (configure router:ospf)# Cajun (configure router:ospf)# Cajun (configure)# Cajun (configure router:rip)# This example enables OSPF routing, defines three OSPF areas (0.0.0.1, 0.0.0.2, and 0.0.0.3), masks specific address ranges within areas 0.0.0.1 and 0.0.0.2, and enables OSPF for all other networks using area 0.0.0.3.
  • Page 14 !  "     In this example, area 0.0.0.3 does not have a direct physical connection to the backbone (area 0.0.0.0). To establish a backbone connection, a virtual link is configured between Router_1 and Router_2. Area 0.0.0.1 is the transit area and Router_1 is the entry point into area 0.0.0.0.
  • Page 15 Configuring OSPF       In this example, area 0.0.0.2 is the stub area. No external routes from the external autonomous system are forwarded into the stub. External AS Configuration on Router_2 Cajun (configure)# Cajun (configure router:ospf)# Cajun (configure router:ospf)# Cajun (configure router:ospf)# Configuration on Router_3 Cajun (configure)#...
  • Page 16 Cajun (configure router:ospf)# Configuration on Router_3 Cajun (configure)# Cajun (configure router:ospf)# Cajun (configure router:ospf)# Cajun (configure router:ospf)# This saves the configuration. Cajun (configure)# !    To verify OSPF operation and display statistics, use these show commands in any command mode. For output field descriptions, refer to the Cajun P550/P220 Line Interface Reference Guide.
  • Page 17: Rip Configuration Diagram

      This chapter describes how to configure the Routing Information Protocol (RIP) using the CLI and GUI.    RIP Configuration Diagram Configuring RIP using the CLI Command Line Interface Protocol Configuration Guide...
  • Page 18 Configuring RIP       C o m m a n d : router rip M o d e : Specify a list of networks for the RIP routing process. C o m m a n d : network ip-address [ wildcard-mask ] M o d e : Define the neighboring peer router(s) with which to exchange routing information.
  • Page 19       This section describes how to configure RIP using the CLI. It also includes a configuration example.    %    To create a basic RIP configuration: 1. Go to Global Configuration mode. 2. Enable RIP and enter Router:RIP mode. Cajun (configure)# Cajun (configure router:rip)# 3.
  • Page 20 Configuring RIP Task Router:RIP Mode Define the neighboring peer router(s) with which to exchange routing information. Note: Adding one or more RIP neighbors ensures that the router only accepts information from these neighbors. Consequently, all other information is filtered. Do not create RIP neighbor(s) if you do not want to filter RIP information from the...
  • Page 21 Task Interface Configuration Mode Set the RIP default route characteristics. There is no default. Specify the RIP version to receive and send on the interface. By default, an interface receives and sends RIP Version 1 packets only. Set the RIP send and receive mode on the interface.
  • Page 22 Configuring RIP %    &' This example shows a basic RIP configuration. Cajun (configure)# Cajun (configure router:rip)# Cajun (configure router:rip)# Cajun (configure router:rip)# Cajun (configure router:rip)# Cajun (config-if:testrip)# Cajun (config-if:testrip)# Cajun (config-if:testrip)# Cajun (config-if:testrip)# Cajun (config-if:testrip)# Wrote running-config to '/nvram/startup.txt' Cajun (configure router:rip)# ( %  To display RIP statistics, enter the show ip rip statistics command in any mode.
  • Page 23 configuring using the CLI , 1-3 not-so-stubby area configuration not-so-stubby areas restrictions , 1-3 OSPF , 1-3 basic configuration diagram , 1-2 configuration examples , 1-9 configuration tasks (optional) OSPF configuration creating , 1-3 OSPF operation verifying , 1-13 configuration diagram , 2-2 configuration example , 2-6...

This manual is also suitable for:

Cajun p220

Table of Contents