Brocade Communications Systems 5600 Configuration Manual
Hide thumbs Also See for 5600:
Table of Contents

Advertisement

CONFIGURATION GUIDE
Brocade 5600 vRouter
OSPFv3 Configuration Guide, 5.0R1
Supporting Brocade 5600 vRouter 5.0R1
53-1004503-01
15 August 2016

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5600 and is the answer not in the manual?

Questions and answers

Summary of Contents for Brocade Communications Systems 5600

  • Page 1 CONFIGURATION GUIDE Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 Supporting Brocade 5600 vRouter 5.0R1 53-1004503-01 15 August 2016...
  • Page 2 United States government. The authors and Brocade Communications Systems, Inc. assume no liability or responsibility to any person or entity with respect to the accuracy of this document or any loss, cost, liability, or damages arising from the information contained herein or the computer programs that accompany it.
  • Page 3: Table Of Contents

    43 monitor protocol ospfv3 enable packet detail......................................44 monitor protocol ospfv3 enable packet hello......................................45 monitor protocol ospfv3 enable packet ls-ack......................................46 monitor protocol ospfv3 enable packet ls-request....................................47 monitor protocol ospfv3 enable packet ls-update....................................48 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 4 120 show ipv6 ospfv3 database link............................................121 show ipv6 ospfv3 database max-age..........................................122 show ipv6 ospfv3 database network..........................................123 show ipv6 ospfv3 database nssa-external........................................124 show ipv6 ospfv3 database router..........................................125 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 5 OSPFv3 configuration..............................................181 Command support for VRF routing instances......................................181 Adding a VRF routing instance to a Configuration mode command..........................182 Adding a VRF routing instance to an Operational mode command..........................183 List of Acronyms....................................................185 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 6 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 7: Preface

    In Fibre Channel products, square brackets may be used instead for this purpose. x | y A vertical bar separates mutually exclusive elements. < > Nonprinting characters, for example, passwords, are enclosed in angle brackets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 8: Notes, Cautions, And Warnings

    For product support information and the latest information on contacting the Technical Assistance Center, go to http:// www.brocade.com/services-support/index.html. If you have purchased Brocade product support directly from Brocade, use one of the following methods to contact the Brocade Technical Assistance Center 24x7. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 9: Brocade Oem Customers

    By sending your feedback to documentation@brocade.com. Provide the publication title, part number, and as much detail as possible, including the topic heading and page number if applicable, as well as your suggestions for improvement. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 10 Preface Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 11: About This Guide

    About This Guide This guide describes how to configure OSPFv3 on the Brocade vRouter (referred to as a virtual router, vRouter, or router in the guide). Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 12 About This Guide Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 13: Ospfv3 Configuration

    OSPFv3 adds support for address families which helps OSPFv3 IPv6 networks to support both IPv6 and IPv4 nodes. For more information on this feature, refer to Support for OSPFv3 address families on page 14. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 14: Support For Ospfv3 Address Families

    OSPFv3 communicates with peer routers over IPv6, but can carry routing data for other address families. By default, OSPFv3 supports the IPv6 unicast address family. However, OSPFv3 can support other address families when configured to do so. The Brocade 5600 vRouter OSPFv3 implementation provides support for carrying IPv4 and IPv6 unicast routing data.
  • Page 15: Basic Ospfv3 Configuration

    3 area 0.0.0.0 Set the OSPFv3 area for a given process ID and vyatta@R1# set interfaces instance ID on interface dp0p1p3. dataplane dp0p1p3 ipv6 ospfv3 process labR instance-id 3 area 0.0.0.0 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 16 10.10.10.10 Commit the configuration. vyatta@R1# commit Display the configuration. vyatta@R1# show protocols ospfv3 { process labR { area 0.0.0.0 { router-id 10.10.10.10 Configure Interface IP Addresses and OSPFv3 Configuration Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 17 Set the global OSPFv3 parameter of a router ID. vyatta@R2# set protocols ospfv3 process labR router-id 10.10.10.11 Commit the configuration. vyatta@R2# commit Display the configuration. vyatta@R2# show protocols ospfv3 { process labR { area 0.0.0.0 { range 2001::2/128 { Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 18: Verifying The Ospfv3 Configuration

    The following example shows the output of the show ipv6 ospfv3 neighbor command for router R2. Verifying OSPFv3 on R2: ”show ipv6 ospfv3 neighbor” vyatta@R2:~$ show ipv6 ospfv3 neighbor OSPFv3 Process (labR) Neighbor ID State Dead Time Interface Instance ID 10.10.10.10 Full/Backup 00:00:36 dp0p1p2 3 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 19 6 packets transmitted, 6 received, 0% packet loss, time 4997ms rtt min/avg/max/mdev = 0.153/0.216/0.460/0.111 ms The output confirms that the OSPFv3 configuration is working and that we are able to reach a remote network. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 20 OSPFv3 Configuration Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 21: Ospfv3 Commands

    75 ∙ protocols ospfv3 process <process-id> address-family ipv4 unicast....................77 ∙ protocols ospfv3 process <process-id> address-family ipv4 unicast area <area-id> range..........79 ∙ protocols ospfv3 process <process-id> address-family ipv4 unicast default-information originate.........81 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 22 129 ∙ show ip ospfv3 routing-instance ...................................130 ∙ show ipv6 ospfv3 topology......................................131 ∙ show ipv6 ospfv3 virtual-links....................................132 ∙ show ipv6 route ospfv3....................................... 133 ∙ show monitoring protocols ospfv3..................................134 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 23: Monitor Protocol Ospfv3 Background

    Parameters start Starts background monitoring of OSPFv3 packets. stop Stops background monitoring of OSPFv3 packets. Modes Operational mode Usage Guidelines Use this command to start and stop background monitoring of OSPFv3 packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 24: Monitor Protocol Ospfv3 Disable Events

    Disables debugging of other router events. vlink Disables debugging of virtual-link events. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 events. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 25: Monitor Protocol Ospfv3 Disable Ifsm

    Disables debugging of IFSM status information. timers Disables debugging of IFSM timer information. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 IFSM events. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 26: Monitor Protocol Ospfv3 Disable Lsa

    Disables debugging of maximum age processing related OSPFv3 LSA. refresh Disables debugging of OSPFv3 LSA refreshes. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 LSAs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 27: Monitor Protocol Ospfv3 Disable Nfsm

    Disables debugging of OSPFv3 NFSM status. timers Disables debugging of OSPFv3 NFSM timers. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 NFSM. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 28: Monitor Protocol Ospfv3 Disable Nsm

    OSPFv3 NSM debugging is disabled. Parameters interface Disables debugging of OSPFv3 NSM interface events. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to the OSPFv3 NSM. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 29: Monitor Protocol Ospfv3 Disable Packet Dd

    Disables debugging of transmitted OSPFv3 DD packets. detail Disables detailed debugging of transmitted OSPFv3 DD packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 DD packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 30: Monitor Protocol Ospfv3 Disable Packet Detail

    Command Default Debug messages are disabled for OSPFv3 detailed packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 detailed packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 31: Monitor Protocol Ospfv3 Disable Packet Hello

    Disables debugging of transmitted OSPFv3 Hello packets. detail Disables detailed debugging of transmitted OSPFv3 Hello packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 Hello packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 32: Monitor Protocol Ospfv3 Disable Packet Ls-Ack

    Disables debugging of transmitted OSPFv3 LS Ack packets. detail Disables detailed debugging of transmitted OSPFv3 LS Ack packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 LS Ack packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 33: Monitor Protocol Ospfv3 Disable Packet Ls-Request

    Disables debugging of transmitted OSPFv3 LSR packets. detail Disables detailed debugging of transmitted OSPFv3 LSR packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 LSR packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 34: Monitor Protocol Ospfv3 Disable Packet Ls-Update

    Disables debugging of transmitted OSPFv3 LSU packets. detail Disables detailed debugging of transmitted OSPFv3 LSU packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 LSU packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 35: Monitor Protocol Ospfv3 Disable Packet Recv

    Command Default Debug messages are disabled for OSPFv3 received packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 received packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 36: Monitor Protocol Ospfv3 Disable Packet Send

    Command Default Debug messages are disabled for OSPFv3 sent packets. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 sent packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 37: Monitor Protocol Ospfv3 Disable Route

    Disables detailed debugging of OSPFv3 route installation. Disables detailed debugging of OSPFv3 Shortest Path First (SPF) calculation. Modes Operational mode Usage Guidelines Use this command to disable the generation of debug messages related to OSPFv3 route calculations. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 38: Monitor Protocol Ospfv3 Enable Events

    Enables debugging of other router events. vlink Enables debugging of virtual-link events. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 events. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 39: Monitor Protocol Ospfv3 Enable Ifsm

    Enables debugging of IFSM status information. timers Enables debugging of IFSM timer information. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 IFSM events. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 40: Monitor Protocol Ospfv3 Enable Lsa

    Enables debugging of maximum age processing related OSPFv3 LSA. refresh Enables debugging of OSPFv3 LSA refreshes. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 LSAs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 41: Monitor Protocol Ospfv3 Enable Nfsm

    Enables debugging of OSPFv3 NFSM status. timers Enables debugging of OSPFv3 NFSM timers. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 NFSM. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 42: Monitor Protocol Ospfv3 Enable Nsm

    Parameters interface Enables debugging of OSPFv3 NSM interface events. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 NSM. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 43: Monitor Protocol Ospfv3 Enable Packet Dd

    Enables debugging of transmitted OSPFv3 DD packets. detail Enables detailed debugging of transmitted OSPFv3 DD packets. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 DD packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 44: Monitor Protocol Ospfv3 Enable Packet Detail

    Enables the generation of debug messages related to OSPFv3 detailed packets. Syntax monitor protocol ospfv3 enable packet detail Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 detailed packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 45: Monitor Protocol Ospfv3 Enable Packet Hello

    Enables debugging of transmitted OSPFv3 Hello packets. detail Enables detailed debugging of transmitted OSPFv3 Hello packets. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 Hello packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 46: Monitor Protocol Ospfv3 Enable Packet Ls-Ack

    Enables debugging of transmitted OSPFv3 LS Ack packets. detail Enables detailed debugging of transmitted OSPFv3 LS Ack packets. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 LS Ack packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 47: Monitor Protocol Ospfv3 Enable Packet Ls-Request

    Enables debugging of transmitted OSPFv3 LSR packets. detail Enables detailed debugging of transmitted OSPFv3 LSR packets. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 LSR packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 48: Monitor Protocol Ospfv3 Enable Packet Ls-Update

    Enables debugging of transmitted OSPFv3 LSU packets. detail Enables detailed debugging of transmitted OSPFv3 LSU packets. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 LSU packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 49: Monitor Protocol Ospfv3 Enable Packet Recv

    Enables the generation of debug messages related to OSPFv3 received packets. Syntax monitor protocol ospfv3 enable packet recv Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 received packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 50: Monitor Protocol Ospfv3 Enable Packet Send

    Enables the generation of debug messages related to OSPFv3 sent packets. Syntax monitor protocol ospfv3 enable packet send Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 sent packets. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 51: Monitor Protocol Ospfv3 Enable Route

    Enables detailed debugging of OSPFv3 route installation. Enables detailed debugging of OSPFv3 Shortest Path First (SPF) calculation. Modes Operational mode Usage Guidelines Use this command to enable the generation of debug messages related to OSPFv3 route calculations. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 52: Protocols Ospfv3 Abr-Type

    Standard (RFC 2328): A router is considered an ABR if it has more than one area actively attached to it. Use the set form of this command to set an OSPFv3 ABR type. Use the delete form of this command to set cisco as the defaut ABR type. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 53: Protocols Ospfv3 Auto-Cost Reference-Bandwidth

    Use the set form of this command to set the reference bandwidth method for calculating OSPFv3 administrative cost. Use the delete form of this command to restore the default reference bandwidth. Use the show form of this command to display the OSPFv3 auto-cost configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 54: Protocols Ospfv3 Default-Information Originate

    1: Type 1 external route. 2: Type 2 external route. The default is 2. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { default-information { originate metric metric metric-type type Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 55 Effectively, the prefix must match the source to the application of the inverse mask of the source field. And the net mask for the prefix must match the destination to the application of the inverse mask of the destination field. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 56: Protocols Ospfv3 Default-Metric

    Use the set form of this command to set the default OSPFv3 metric. Use the delete form of this command to restore the default metric. Use the show form of this command to display the OSPFv3 default metric configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 57: Protocols Ospfv3 Distance

    The OSPFv3 administrative distance for intra-area routes (routes within an area). The distance ranges from 1 to 254. The default distance is 110. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { distance { global global ospfv3 { external external inter-area inter intra-area intra Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 58 Use the set form of this command to set the administrative distance for OSPFv3 routes. Use the delete form of this command to restore the default administrative distance. Use the show form of this command to display the administrative distance configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 59: Protocols Ospfv3 Distribute-List

    Use the set form of this command to specify an access list. Use the delete form of this command to remove an access list. Use the show form of this command to display the configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 60: Protocols Ospfv3 Log

    Enables only OSPFv3 NSM logs. packet Enables only OSPFv3 packet logs. Enables only OSPFv3 RIB logs. route Enables only OSPFv3 route logs. Modes Configuration mode Configuration Statement protocols { ospfv3 { log { events ifsm Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 61 Use the set form of this command to enable Open Shortest Path First (OSPF)v3 logs. Use the delete form of this command to remove OSPFv3 logs. Use the show form of this command to view OSPFv3 logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 62: Protocols Ospfv3 Log Events

    Enables only OSPFv3 event OS logs. router Enables only OSPFv3 event router logs. vlink Enables only OSPFv3 event vlink logs. Modes Configuration mode Configuration Statement protocols { ospfv3 { log { events { asbr nssa Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 63 Use the set form of this command to enable Open Shortest Path First (OSPF) event logs. Use the delete form of this command to remove OSPFv3 event logs. Use the show form of this command to view OSPFv3 event logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 64: Protocols Ospfv3 Log Ifsm

    Use the set form of this command to enable Open Shortest Path First (OSPF) interface finite-state machine (IFSM) logs. Use the delete form of this command to remove OSPFv3 IFSM logs. Use the show form of this command to view OSPFv3 IFSM logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 65: Protocols Ospfv3 Log Lsa

    Enables only OSPFv3 LSA maximum age logs. refresh Enables only OSPFv3 LSA refresh logs. Modes Configuration mode Configuration Statement protocols { ospfv3 { log { lsa { flooding generate install maxage refresh Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 66 Use the set form of this command to enable Open Shortest Path First (OSPF)v3 LSA logs. Use the delete form of this command to remove OSPFv3 LSA logs. Use the show form of this command to view OSPFv3 LSA logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 67: Protocols Ospfv3 Log Nfsm

    Use the set form of this command to enable Open Shortest Path First (OSPF)v3 neighbor FSM (NFSM) logs. Use the delete form of this command to remove OSPFv3 NFSM logs. Use the show form of this command to view OSPFv3 NFSM logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 68: Protocols Ospfv3 Log Nsm

    Use the set form of this command to enable Open Shortest Path First v3 (OSPFv3) network services module (NSM) log. Use the delete form of this command to remove an OSPFv3 NSM log. Use the show form of this command to remove an OSPFv3 NSM log. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 69: Protocols Ospfv3 Log Packet

    Enables only OSPFv3 packet ls-update logs. recv Enables only OSPFv3 packet receive logs. send Enables only OSPFv3 packet send logs. Modes Configuration mode Configuration Statement protocols { ospfv3 { log { packet { Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 70 Use the set form of this command to enable Open Shortest Path First (OSPF)v3 packet logs. Use the delete form of this command to remove OSPFv3 packet logs. Use the show form of this command to view OSPFv3 packet logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 71: Protocols Ospfv3 Log Rib

    Use the set form of this command to enable OSPFv3 RIB logs. Use the delete form of this command to remove OSPFv3 RIB logs. Use the show form of this command to view OSPFv3 RIB logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 72: Protocols Ospfv3 Log Route

    Enables only OSPFv3 route SPF logs. Modes Configuration mode Configuration Statement protocols { ospf { log { route { install Usage Guidelines Use the set form of this command to enable OSPFv3 route logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 73 OSPFv3 Commands Use the delete form of this command to remove OSPFv3 route logs. Use the show form of this command to view OSPFv3 route logs. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 74: Protocols Ospfv3 Passive-Interface

    Use the set form of this command to suppress routing updates for an interface. Use the delete form of this command to remove routing update suppression. Use the show form of this command to display routing update suppression configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 75: Protocols Ospfv3 Passive-Interface-Exclude

    Use the delete form of this command to restore the default behavior, that is, routing updates are not suppressed. Use the show form of this command to display the suppression configuration of OSPFv3 routing updates. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 76 Examples The following example shows how to exclude the suppression of OSPF routing update on the 10.11.121.134 interface. vyatta@Rn# set protocols ospf passive-interface-exclude 10.11.121.134 vyatta@R6# show protocols ospfv3 ospf { passive-interface-exclude 10.11.121.134 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 77: Protocols Ospfv3 Process Address-Family Ipv4 Unicast

    Summarize IPv4 external routes (see protocols ospfv3 process <process-id> address-family ipv4 unicast summary- address on page 95). RFC 5838 defines the range of the following instance IDs to use for each address family in OSPFv3. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 78 OSPFv3. Use the delete form of this command to remove the IPv4 address family configuration for OSPFv3. Use the show form of this command to display the IPv4 unicast addresses for OSPFv3. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 79: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Area Range

    Does not advertise this range. Directs the router not to advertise routes in this range. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 { unicast { area area-id { range { ipv4net { advertise not-advertise} ipv6net { advertise not-advertise} Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 80 Use the delete form of this command to remove an assigned OSPFv3 address range. Use the show form of this command to display an OSPFv3 address range for the IPv4 unicast addresses for OSPFv3. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 81: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Default-Information Originate

    A route map for which routes are redistributed. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 unicast { default-information { originate { always metric metric Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 82 Effectively, the prefix must match the source to the application of the inverse mask of the source field. And the net mask for the prefix must match the destination to the application of the inverse mask of the destination field. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 83: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Redistribute

    The OSPFv3 metric type for address-family default routes. Supported values are as follows: 1: Type 1 external route. 2: Type 2 external route. The default is 2. map-name A route map for which routes are redistributed. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 84 Use the set form of this command to import IPv4 routes from other routing protocols or from another OSPFv3 instance, into OSPFv3 AS-external-LSAs. Use the delete form of this command to restore to the default parameter values. Use the show form of this command to display redistribute information. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 85: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Redistribute Bgp

    A route map for which routes are redistributed. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 unicast { redistribute { bgp { metric metric metric-type type route-map map-name Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 86 Effectively, the prefix must match the source to the application of the inverse mask of the source field. And the net mask for the prefix must match the destination to the application of the inverse mask of the destination field. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 87: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Redistribute Connected

    A route map for which routes are redistributed. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 unicast { redistribute { connected { metric metric metric-type type route-map map-name Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 88 Effectively, the prefix must match the source to the application of the inverse mask of the source field. And the net mask for the prefix must match the destination to the application of the inverse mask of the destination field. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 89: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Redistribute Kernel

    A route map for which routes are redistributed. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 unicast { redistribute { kernel { metric metric metric-type type route-map map-name Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 90 Effectively, the prefix must match the source to the application of the inverse mask of the source field. And the net mask for the prefix must match the destination to the application of the inverse mask of the destination field. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 91: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Redistribute Rip

    A route map for which routes are redistributed. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 unicast { redistribute { rip { metric metric metric-type type route-map map-name Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 92 Effectively, the prefix must match the source to the application of the inverse mask of the source field. And the net mask for the prefix must match the destination to the application of the inverse mask of the destination field. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 93: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Redistribute Static

    A route map for which routes are redistributed. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 unicast { redistribute { static { metric metric metric-type type route-map map-name Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 94 Effectively, the prefix must match the source to the application of the inverse mask of the source field. And the net mask for the prefix must match the destination to the application of the inverse mask of the destination field. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 95: Protocols Ospfv3 Process Address-Family Ipv4 Unicast Summary-Address

    0 to 4294967295. The default is 0. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { address-family { ipv4 { unicast { summary-address { ipv4net { non-advertise tag tag-value} ipv6net { non-advertise tag tag-value} Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 96 Use the set form of this command to summarize or suppress external routes with a specified address range. Use the delete form of this command to remove summary addresses. Use the show form of this command to display summary-addresses configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 97: Protocols Ospfv3 Process Passive-Interface-Exclude

    Use the delete form of this command to restore the default behavior, that is, routing updates are not suppressed.. Use the show form of this command to display the suppression configuration of OSPFv3 routing updates. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 98 The following example shows how to exclude the OSPFv3 routing update suppression on 10.11.121.134 interface. vyatta@Rn# set protocols ospf passive-interface-exclude 10.11.121.134 that belong to an OSPF process with process ID as 12. vyatta@R6# show protocols ospfv3 process 12 ospf { process 12 passive-interface-exclude 10.11.121.134 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 99: Protocols Ospfv3 Redistribute Bgp

    0 to 2147483647. The default is 0. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { redistribute { bgp { metric metric metric-type type route-map map-name tag tag-value Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 100 Use the set form of this command to set BGP route redistribution parameters. Use the delete form of this command to remove BGP route redistribution parameters. Use the show form of this command to display BGP route redistribution configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 101: Protocols Ospfv3 Redistribute Connected

    Usage Guidelines Use this command to set the parameters for redistribution of connected routes into OSPFv3. Use the set form of this command to set connected route redistribution parameters. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 102 OSPFv3 Commands Use the delete form of this command to remove connected route redistribution parameters. Use the show form of this command to display connected route redistribution configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 103: Protocols Ospfv3 Redistribute Kernel

    Usage Guidelines Use this command to specify the parameter for redistribution of kernel routes into OSPFv3. Use the set form of this command to set kernel route redistribution parameters. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 104 OSPFv3 Commands Use the delete form of this command to remove kernel route redistribution parameters. Use the show form of this command to display kernel route redistribution configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 105: Protocols Ospfv3 Redistribute Rip

    Usage Guidelines Use this command to specify the parameter for redistribution of RIPng routes into OSPFv3. Use the set form of this command to set the RIPng route redistribution parameters. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 106 OSPFv3 Commands Use the delete form of this command to remove RIPng route redistribution parameters. Use the show form of this command to display RIPng route redistribution configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 107: Protocols Ospfv3 Redistribute Static

    { ospfv3 { process process-id { redistribute { static metric metric metric-type type route-map map-name Usage Guidelines Use this command to specify the parameters for redistribution of static routes into OSPFv3. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 108 Use the set form of this command to set the static route redistribution parameters. Use the delete form of this command to remove static route redistribution parameters. Use the show form of this command to display static route redistribution configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 109: Protocols Ospfv3 Router-Id

    Configure each router with a unique router-id. In an OSPFv3 router process that has active neighbors, a new router-id is used at the next reload or when you start the OSPFv3 manually. CAUTION Modifying the router ID causes the router to restart. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 110 Use the set form of this command to specify a router ID for an OSPFv3 process. Use the delete form of this command to restore defaults for the router ID. Use the show form of this command to display the router ID for an OSPFv3 process. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 111: Protocols Ospfv3 Summary-Address

    { summary-address ipv4net { not-advertise advertise tag tag-value} ipv6net { not-advertise advertise tag tag-value} Usage Guidelines Use this command to summarize or suppress external routes with a specified address range. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 112 Use the set form of this command to summarize or suppress external routes with a specified address range. Use the delete form of this command to remove summary addresses. Use the show form of this command to display summary-addresses configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 113: Show Ipv6 Ospfv3

    Displays high-level information about OSPFv3 configuration. Syntax process-id ] show ipv6 ospfv3 [ Parameters process-id An OSPFv3 process ID. Enter alphanumeric characters. Modes Operational mode Usage Guidelines Use this command to display high-level information about OSPFv3 configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 114: Show Ipv6 Ospfv3 Database

    125. ipv4 Display the OSPFv3 database for a given address. ipv4 adv-router Display the OSPFv3 database for a given address of the advertised router specified. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 115 Displays information for the self-originated link states within the OSPFv3 Link State database. For more information, show ipv6 ospfv3 database self-originate on page 126. Modes Operational mode Usage Guidelines Use this command to display the OSPFv3 database information. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 116: Show Ipv6 Ospfv3 Database Adv-Router

    The Router ID of the advertising router. Specify an IP address. Modes Operational mode Usage Guidelines Use this command to display information relating to the advertising router in the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 117: Show Ipv6 Ospfv3 Database External

    Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for the Autonomous System (AS) external LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 118: Show Ipv6 Ospfv3 Database Inter-Prefix

    Display the OSPFv3 database for a given address of the specified advertised router. self-originate Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for Inter-Prefix LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 119: Show Ipv6 Ospfv3 Database Inter-Router

    Display the OSPFv3 database for a given address of the specified advertised router. self-originate Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for Inter-Router LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 120: Show Ipv6 Ospfv3 Database Intra-Prefix

    Display the OSPFv3 database for a given address of the specified advertised router. self-originate Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for Intra-Prefix LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 121: Show Ipv6 Ospfv3 Database Link

    Display the OSPFv3 database for a given address of the specified advertised router. self-originate Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for Link LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 122: Show Ipv6 Ospfv3 Database Max-Age

    Displays information for the MaxAge LSAs within the OSPFv3 Link State database. Syntax process-id ] database max-age show ipv6 ospfv3 [ Modes Operational mode Usage Guidelines Use this command to display information for MaxAge LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 123: Show Ipv6 Ospfv3 Database Network

    Display the OSPFv3 database for a given address of the specified advertised router. self-originate Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for Network LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 124: Show Ipv6 Ospfv3 Database Nssa-External

    Display the OSPFv3 database for a given address of the specified advertised router. self-originate Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for NSSA LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 125: Show Ipv6 Ospfv3 Database Router

    Display the OSPFv3 database for a given address of the specified advertised router. self-originate Display the self-originate OSPFv3 database for a given address. Modes Operational mode Usage Guidelines Use this command to display information for Router LSAs within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 126: Show Ipv6 Ospfv3 Database Self-Originate

    [ Parameters process-id An OSPFv3 process ID. Enter alphanumeric characters. Modes Operational mode Usage Guidelines Use this command to display information for the self-originated link states within the OSPFv3 Link State database. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 127: Show Ipv6 Ospfv3 Interface

    For more information about these interface types, refer to Supported Interface Types on page 179. Modes Operational mode Usage Guidelines Use this command to display information about OSPFv3 configuration for an interface. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 128: Show Ipv6 Ospfv3 Neighbor

    For more information about these interface types, refer to Supported Interface Types on page 179. Modes Operational mode Usage Guidelines Use this command to display OSPFv3 neighbor information for a specified address or interface. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 129: Show Ipv6 Ospfv3 Route

    Displays OSPFv3 route information. Syntax process-id ] route show ipv6 ospfv3 [ Parameters process-id An OSPFv3 process ID. Enter alphanumeric characters. Modes Operational mode Usage Guidelines Use this command to display the OSPFv3 route information. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 130: Show Ip Ospfv3 Routing-Instance

    OSPFv3 processes bound to routing-instance GREEN: None OSPFv3 processes bound to routing-instance BLUE: OSPF process id:100 OSPFv3 processes bound to routing-instance default: OSPF process id:0 vyatta@vyatta:~$ Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 131: Show Ipv6 Ospfv3 Topology

    The ID of an OSPFv3 area being configured, expressed as an IP address or a decimal value. The decimal value ranges from 0 to 4294967295. Modes Operational mode Usage Guidelines Use this command to display information about OSPFv3 topology for all areas or a specified area. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 132: Show Ipv6 Ospfv3 Virtual-Links

    Syntax process-id ] virtual-links show ipv6 ospfv3 [ Parameters process-id An OSPFv3 process ID. Enter alphanumeric characters. Modes Operational mode Usage Guidelines Use this command to display information about OSPFv3 virtual links. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 133: Show Ipv6 Route Ospfv3

    OSPFv3 Commands show ipv6 route ospfv3 Displays all IPv6 OSPFv3 routes. Syntax show ipv6 route ospfv3 Modes Operational mode Usage Guidelines Use this command to display all the IPv6 OSPFv3 routes. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 134: Show Monitoring Protocols Ospfv3

    Displays OSPFv3 protocol debugging flags. Syntax show monitoring protocols ospfv3 Modes Operational mode Usage Guidelines Use this command to display OSPFv3 protocol debugging flags. This command allows you to see how debugging is set for OSPFv3. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 135: Ospfv3 Area Commands

    <area-id> virtual-link <router-id> dead-interval <interval>.................151 ∙ protocols ospfv3 area <area-id> virtual-link <router-id> hello-interval <interval>............... 153 ∙ protocols ospfv3 area <area-id> virtual-link <router-id> retransmit-interval <interval>............155 ∙ protocols ospfv3 area <area-id> virtual-link <router-id> transmit-delay <delay>.................157 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 136: Protocols Ospfv3 Area

    Use the set form of this command to create an OSPFv3 area or define the parameters for a specified OSPFv3 area. Use the delete form of this command to remove an OSPFv3 area. Use the show form of this command to display the OSPFv3 area configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 137: Protocols Ospfv3 Area Nssa

    Use the set form of this command to designate an OSPFv3 area as an NSSA. Use the delete form of this command to remove an NSSA designation. Use the show form of this command to display an NSSA configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 138: Protocols Ospfv3 Area Nssa Default-Cost

    Use the set form of this command to set the administrative cost or metric to be applied to the OSPFv3 NSSA. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 139: Protocols Ospfv3 Area Nssa Default-Information-Originate

    Use the set form of this command to set a default external route into an OSPFv3 routing area. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 140: Protocols Ospfv3 Area Nssa Default-Information-Originate Metric

    Use the set form of this command to set an OSPFv3 default metric into an OSPFv3 routing area. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 141: Protocols Ospfv3 Area Nssa Default-Information-Originate Metric-Type

    Use the set form of this command to set OSPFv3 metric type for default routes. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 142: Protocols Ospfv3 Area Nssa No-Redistribution

    Use the set form of this command to configure an NSSA router to disallow redistributed LSAs from entering the NSSA. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 143: Protocols Ospfv3 Area Nssa No-Summary

    Use the set form of this command to configure OSPFv3 so that inter-area routes are not injected into an NSSA. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 144: Protocols Ospfv3 Area Nssa Stability-Interval

    Use the set form of this command to configure a stability timer for an NSSA. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 145: Protocols Ospfv3 Area Nssa Translator-Role

    Use the set form of this command to specify the translator role of an NSSA-ABR router in an NSSA. Use the delete form of this command to remove the area type configuration. Use the show form of this command to display the area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 146: Protocols Ospfv3 Area Range

    Do not advertise this range. Directs the router not to advertise routes in this range. Modes Configuration mode Configuration Statement protocols { ospfv3 { process process-id { area area-id { range { ipv6net { advertise not-advertise Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 147 Use the set form of this command to direct the router to summarize routes matching a prefix range. Use the delete form of this command to remove the assigned area range. Use the show form of this command to display area-range configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 148: Protocols Ospfv3 Area Stub

    (LSAs) are allowed into a stub area. Use the set form of this command to set the OSPFv3 area type to a stub area. Use the delete form of this command to remove area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 149 OSPFv3 Area Commands Use the show form of this command to display an area type configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 150: Protocols Ospfv3 Area Virtual-Link

    Use the set form of this command to configure a link between two backbone areas that are physically separated through other non-backbone areas. Use the delete form of this command to remove the virtual link. Use the show form of this command to display virtual-link configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 151: Protocols Ospfv3 Area Virtual-Link Dead-Interval

    { area area-id { virtual-link router-id { dead-interval interval Usage Guidelines Use this command to specify the interval during which a virtual link should expect a hello packet from its neighbor. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 152 Use the set form of this command to specify the dead interval for a virtual link. Use the delete form of this command to restore a deal interval of 40 seconds. Use the show form of this command to display dead-interval configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 153: Protocols Ospfv3 Area Virtual-Link Hello-Interval

    { process process-id { area area-id { virtual-link router-id { hello-interval interval Usage Guidelines Use this command to set the interval at which OSPFv3 Hello packets are sent for a virtual link. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 154 Use the set form of this command to set the hello interval. Use the delete form of this command to restore a hello interval of 10 seconds. Use the show form of this command to display hello-interval configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 155: Protocols Ospfv3 Area Virtual-Link Retransmit-Interval

    { virtual-link router-id { retransmit-interval interval Usage Guidelines Use this command to set the retransmit interval for a virtual link. The interval is the number of seconds before retransmitting an unacknowledged LSA. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 156 Use the set form of this command to set a retransmit interval for a virtual link. Use the delete form of this command to restore a retransmit interval of five seconds for unacknowledged LSAs. Use the show form of this command to display retransmit-interval configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 157: Protocols Ospfv3 Area Virtual-Link Transmit-Delay

    Usage Guidelines Use this command to set the transmit delay for a virtual link in an area. This delay is the estimated time required to send a link- state update (LSU) packet. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 158 Use the delete form of this command to restore an interval of one second for link-state transmits. Use the show form of this command to display the transmit-delay configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 159: Ospfv3 Interface Commands

    <interface> ipv6 ospfv3 neighbor..............................170 ∙ interfaces <interface> ipv6 ospfv3 network <type>............................171 ∙ interfaces <interface> ipv6 ospfv3 priority <priority>............................173 ∙ interfaces <interface> ipv6 ospfv3 retransmit-interval <interval>......................175 ∙ interfaces <interface> ipv6 ospfv3 transmit-delay <delay>........................177 Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 160: Interfaces Ipv6 Ospfv3

    Use the set form of this command to enable OSPFv3 on an interface. Use the delete form of this command to remove all OSPFv3 configuration and disable OSPFv3 on an interface. Use the show form of this command to display OSPFv3 configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 161: Interfaces Ipv6 Ospfv3 Cost

    { cost cost Usage Guidelines Use this command to manually override the default OSPFv3 cost computed by the system for an interface. You can assign only one cost for each interface. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 162 Use the set form of this command to specify the OSPFv3 cost for the interface. Use the delete form of this command to restore the default cost. Use the show form of this command to display cost configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 163: Interfaces Ipv6 Ospfv3 Dead-Interval

    Use this command to specify the interval during which an interface should expect a hello packet from its neighbor. If the dead interval passes without the interface receiving a hello packet from the neighbor, the status of the neighbor is changed to out-of-service, and all associated state is cleared. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 164 Use the set form of this command to specify the dead interval. Use the delete form of this command to restore the default dead interval. Use the show form of this command to display dead-interval configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 165: Interfaces Ipv6 Ospfv3 Hello-Interval

    { ipv6 { ospfv3 { process process-id { instance-id instance-id { hello-interval interval Usage Guidelines Use this command to set the interval at which OSPFv3 Hello packets are sent for an interface. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 166 Use the set form of this command to set the hello interval. Use the delete form of this command to restore the default hello interval. Use the show form of this command to display hello-interval configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 167: Interfaces Ipv6 Ospfv3 Link-Lsa-Suppression Enable

    Use the set form of this command to suppress the origination of the link-LSAs. Use the delete form of this command to restore the default setting. Use the show form of this command to display whether link-LSA suppression is enabled. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 168: Interfaces Ipv6 Ospfv3 Mtu-Ignore

    OSPFv3 adjacency. MTU mismatch detection detects MTU mismatches and indicates them in the form of a debug message. MTU mismatch is an important troubleshooting feature. If MTU mismatch is not enabled, MTU mismatches can be detected only by examining the configuration for both interfaces. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 169 Use the set form of this command to disable MTU mismatch detection. Use the delete form of this command to re-enable MTU mismatch detection. Use the show form of this command to display the OSPFv3 configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 170: Interfaces Ipv6 Ospfv3 Neighbor

    Use the set form of this command to configure an IPv6 address for neighbor parameters. Use the delete form of this command to remove the neighbor parameters. Use the show form of this command to display the OSPFv3 configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 171: Interfaces Ipv6 Ospfv3 Network

    The interface supports point-to-point mode, such as a Non-Broadcast Multi-Access (NBMA) interface. The default is broadcast. Modes Configuration mode Configuration Statement interfaces interface { ipv6 { ospfv3 { process process-id { instance-id instance-id { network type Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 172 Use the set form of this command to specify the network type. Use the delete form of this command to remove the network type. Use the show form of this command to display the network type. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 173: Interfaces Ipv6 Ospfv3 Priority

    Use this command to set the priority for an interface on the broadcast network to which the interface is connected. The priority determines which routers are selected as the Designated Router (DR) and Backup Designated Router (BDR) of the area. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 174 Use the set form of this command to specify the OSPFv3 priority. Use the delete form of this command to restore the default priority. Use the show form of this command to display priority configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 175: Interfaces Ipv6 Ospfv3 Retransmit-Interval

    { process process-id { instance-id instance-id { retransmit-interval interval Usage Guidelines Use this command to specify how long an interface waits for an acknowledgment of a link-state update before resending the update. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 176 Use the set form of this command to set the OSPFv3 retransmit interval for an interface. Use the delete form of this command to restore the default retransmit interval. Use the show form of this command to display retransmit interval configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 177: Interfaces Ipv6 Ospfv3 Transmit-Delay

    { transmit-delay delay Usage Guidelines Use this command to set the transmit delay for an interface. This delay is the estimated time required to send a link-state update (LSU) packet. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 178 Use the set form of this command to set the transmit delay. Use the delete form of this command to restore the default transmit delay. Use the show form of this command to display transmit-delay configuration. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 179: Supported Interface Types

    : The identifier of a tunnel interface you are defining. The Tunnel tunnel x , where x is a nonnegative identifier ranges from tun0 through tun integer. tunx parameters tunnel Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 180 VRRP group number; for example, dp0p1p2v99. Note that VRRP interfaces support the same feature set as does the parent interface. Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 181: Vrf Support

    The Brocade 5600 vRouter supports the implementation of OSPF and OSPFv3 on routing instances. If you configure OSPF or OSPFv3 on the Brocade 5600 vRouter without specifying a routing instance, the router uses the default routing instance. When configuring OSPF or OSPFv3 for a particular routing instance, you must associate the instance with an OSPF process, and the process ID must be specified in the configuration command.
  • Page 182: Adding A Vrf Routing Instance To A Configuration Mode Command

    Use the guidelines in this section to determine correct syntax when adding VRF routing instances to commands. For more information Brocade 5600 vRouter Basic Routing Reference Guide . This guide includes an overview of VRF, VRF configuration about VRF, refer to examples, information about VRF-specific features, and a list of commands that support VRF routing instances.
  • Page 183: Adding A Vrf Routing Instance To An Operational Mode Command

    B. The subsequent commands complete the configuration. For more information about configuring SNMP, refer to Brocade 5600 vRouter Remote Management Configuration Guide . vyatta@R1# set service snmp community commA context RED vyatta@R1# set service snmp community commB context BLUE...
  • Page 184 SNMPv3 Trap-targets: Trap-target Port Protocol Auth Priv Type EngineID Routing-Instance User ----------- ---- -------- ---- ---- ---- -------- ---------------- ---- 2.2.2.2 '162' 'udp' 'md5 'infor 'BLUE' 'test' Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 185: List Of Acronyms

    Generic Routing Encapsulation HDLC High-Level Data Link Control Input/Ouput ICMP Internet Control Message Protocol Intrusion Detection System IEEE Institute of Electrical and Electronics Engineers Interior Gateway Protocol Intrusion Protection System Internet Key Exchange Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 186 Public Key Infrastructure Point-to-Point Protocol PPPoA PPP over ATM PPPoE PPP over Ethernet PPTP Point-to-Point Tunneling Protocol permanent virtual circuit quality of service RADIUS Remote Authentication Dial-In User Service router advertisement Routing Information Base Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...
  • Page 187 Terminal Access Controller Access Control System Plus Transmission Control Protocol Type of Service transmit User Datagram Protocol virtual interface or VLAN interface VLAN virtual LAN Virtual Private Network VRRP Virtual Router Redundancy Protocol wide area network Brocade 5600 vRouter OSPFv3 Configuration Guide, 5.0R1 53-1004503-01...

Table of Contents