Table of Contents

Advertisement

Router User
Guide
June 2005

Advertisement

Table of Contents
loading

Summary of Contents for Alcatel Router

  • Page 1 Router User Guide June 2005...
  • Page 2: Copyright

    The mission of the Technical Publications group at Alcatel is to provide users with quality documentation that enhances their experience with Alcatel products. We are constantly improving our guides and have a genuine interest in ensuring that they are easy to use and enable users to quickly find information they need.
  • Page 3: Table Of Contents

    Command Conventions..................................8 CLI Navigation ....................................9 Command Help ....................................10 ..........................15 OLICY OMMANDS ......................37 ENERIC OUTING OMMANDS BGP4 C ........................43 LEAR OMMANDS BGP4 C ......................49 ONFIGURE OMMANDS BGP4 ........................87 SHOW OMMANDS AS P ......................105 EGULAR XPRESSIONS Matching AS Paths ..................................105 Router User Guide...
  • Page 4 OMMANDS ......................... 229 NDEX OLICY OMMANDS : OSPF C ........................231 NDEX OMMANDS : BGP C ........................233 NDEX OMMANDS : RIP C ........................235 NDEX OMMANDS ..........................237 ORPORATE OLICY Standard Warranty ..................................237 Equipment Malfunction ................................238 Contacting Alcatel ..................................238...
  • Page 5 14 Status and Origin Codes ..............................95 15 Header Definitions ................................97 16 Status and Origin Codes ..............................98 17 Default Route Preference (Administrative Distance) Values ...................127 18 Default Route Preference (Administrative Distance) Values ...................128 19 Default Route Preference (Administrative Distance) Values ...................186 Router User Guide...
  • Page 7 IGURES 1 Navigation Keys ................................10 2 Help Screen ................................... 10 3 Alcatel CLI Command Tree ............................11 4 ? Help Screen................................. 12 5 Global Show Command ..............................13 Router User Guide...
  • Page 9: About This Guide

    BOUT UIDE This guide describes Alcatel’s implementation and command usage of BGP4, OSPF, RIP, and multicast routing protocols. It is designed for network managers and administrators who are responsible for the operation of LAN and WAN equipment and are familiar with networks and routing protocols.
  • Page 10 To view PDF files, Adobe Acrobat® Reader® 4.0 (or later) must be installed on your PC. If you do not have the Adobe Acrobat Reader installed on your system, you can obtain it free from the Adobe www.adobe.com . website: Router User Guide...
  • Page 11: Protocols Overview

    BGP sessions to be fully meshed within an AS. Since the next-hop contains the IP address of a router interface in the next AS, and this IP address is used to perform routing, the interior routing protocol must be able to route to this address. This means that interior routing tables must include entries one hop beyond the AS boundary.
  • Page 12: Ospf

    Broadcast and point-to-po nt Type 1 & Type 2 AS external routes Stub areas NSSA – Not-So-Stubby-Area Route re-distribution Authentication – simple & MD5 RFC 1583 backwards compatibility Equal cost multipath Configurable routing interface parameters Non-intrusive reconfiguration Router User Guide...
  • Page 13: Rip

    These messages are used by routers to update their routing tables to maintain currency with the state of the network. When a router updates its routing table, it transmits update messages to other routers in the network to enable them to update their routing tables.
  • Page 14: Multicasting

    There are two modes of PIM protocol – Dense mode (DM) and Sparse mode (SM). Alcatel supports SM only in version 8.0 and higher. PIM-DM floods multicast traffic throughout the network initially and then generates prune messages as required.
  • Page 15: Command

    From now on, all configuration commands are for T1 host Alcatel- /configure/module/t1 1> link 1 until you exit from module configuration or choose another T1 link. NOTE: Command strings that require identification of a specific interface are context-sensitive. Router User Guide...
  • Page 16: Command Conventions

    In some cases, the parameter name accompanies the required setting. Optional parameter settings in each syntax are indicated by normal brackets. Table 7 Example Conventions For Examples What it means Router User Guide...
  • Page 17: Cli Navigation

    Ctrl-P. To go back several commands, type Ctrl-P repeatedly until the desired previous command appears. Or, you may go directly back to the main CLI> prompt from anywhere in the command hierarchy by typing Ctrl-Z. Router User Guide...
  • Page 18: Command Help

    If you type tree at the main ( Alcatel-host > or equivalent) prompt, the entire list of system commands appears. If you type tree within a command mode, such as 6000/clear> tree, the commands associated with this command mode are displayed. Alcatel- Router User Guide...
  • Page 19 Chapter : Command Line Interface Figure 3 Alcatel CLI Command Tree > tree xcli |-- ping |-- clear |-- cfg_file |-- arp |-- cfg_log |-- command_log |-- snmp_stats |-- counters |-- all |-- ethernet |-- ethernets |-- bundle |-- bundles...
  • Page 20: Global Commands

    Similarly, the ping and save commands are available at any level of the CLI command. The ping command verifies connectivity between the system and other network hosts; access to the Alcatel save commands from anywhere in the CLI ensures that your configurations may be saved periodically. Router User Guide...
  • Page 21 FEB-04-2004 13:51:22 T1000.1223.Z 6771268 APR-01-2004 11:38:42 T1000.Z 1908 APR-01-2004 11:56:18 system.cfg FEB-05-2004 07:12:30 oldsystem.cfg 6500329 APR-01-2004 11:49:22 T1000.020404.Z Total bytes: 19741018 Bytes Free: 12713984 > The tab completion feature is not currently available for global commands. NOTE: Router User Guide...
  • Page 22 Chapter : Command Line Interface Router User Guide...
  • Page 23: Policy Commands

    OLICY OMMANDS This chapter provides information about routing policy commands that are supported by Alcatel Router User Guide...
  • Page 24: Configure Policy

    Chapter : Policy Commands configure policy This command provides access to the next-level commands. next-level commands configure policy as_path configure policy community_list configure policy ip_access_list configure policy route_map Router User Guide...
  • Page 25: Configure Policy As_Path

    [ no ] policy as_path access_list < n > number < n > action < deny | permit > regular_expression < “string” > example: /configure> policy as_path 1 120 permit “100” Alcatel host example: /configure> policy as_path 1 121 deny “.* 101 .*” Alcatel host applicable systems: All models. Router User Guide...
  • Page 26: Configure Policy Community_List

    The route will even be matched if the community path attribute is not present. Any number of community list lines may be declared. They are evaluated in the order declared. next-level commands configure policy community_list extended_community configure policy community_list standard_community Router User Guide...
  • Page 27: Configure Policy Community_List Extended_Community

    [ aa_nn < n > ] [ generate_no_advertise < no_advertise > ] [ generate_no_export < no_export > ] example: /configure> policy community_list extended_community 100 1 deny community 44 45 Alcatel host local_as aa_nn 400:500 no_advertise applicable systems: All models. Router User Guide...
  • Page 28: Configure Policy Community_List Standard_Community

    < no_export > ] example: /configure> policy community_list standard_community 90 150 permit community Alcatel host 40 45 local_as aa_nn 655:232592 no_advertise example: /configure/policy> community_list standard_community 90 150 permit community Alcatel host 42949672 no_advertise applicable systems: All models. Router User Guide...
  • Page 29: Configure Policy Ip_Access_List

    > ] [ netmask < IP address > ] [ mask < IP address > ] [ maskmask < IP address > ] example: /configure> policy ip_access_list 1 1 permit network 10.0.0.0 netmask 0.255.255.255 Alcatel host This example permits prefixes 10.0.0.0/8, 10.0.0.0/9 and so on. Router User Guide...
  • Page 30 Chapter : Policy Commands example: /configure> policy ip_access_list 1 1 permit network 10.0.0.0 netmask 0.255.255.255 Alcatel host mask 255.0.0.0 maskmask 0.255.255.255 This example restricts the prefixes to 10.0.0.0/8 only. applicable systems: All models. Router User Guide...
  • Page 31: Configure Policy Route_Map

    Chapter : Policy Commands configure policy route_map This command configures the policy for router route maps. Route maps are used for general-purpose matching of routes and setting of route attributes. Each route_map is comprised of one or more route_map clauses, of the form shown below.
  • Page 32 Chapter : Policy Commands next-level commands configure policy route_map commit configure policy route_map match configure policy route_map set applicable systems: All models. Router User Guide...
  • Page 33: Configure Policy Route_Map Match

    Chapter : Policy Commands configure policy route_map match This command accesses next-level commands for configuring the policy for matching parameters of the routes. next-level commands configure policy route_map match as_path configure policy route_map match community configure policy route_map match ip Router User Guide...
  • Page 34: Configure Policy Route_Map Match As_Path

    The range is 1 - 199; the maximum list size is 32. syntax: [ no ] policy match as_path path_list < n > example: /configure/policy/route_map Block100 1> match as_path 1 Alcatel host next-level commands configure policy route_map match ip configure policy route_map match community applicable systems: All models. Router User Guide...
  • Page 35: Configure Policy Route_Map Match Community

    This command matches any of the specified BGP community lists. syntax: [ no ] policy match community example: /configure/policy/route_map Block100 1> match community Alcatel host next-level commands configure policy route_map match as_path configure policy route_map match ip applicable systems: All models. Router User Guide...
  • Page 36: Configure Policy Route_Map Match Ip Ip_Address

    The range is 1 - 199. A maximum of 32 numbers can be in the list. syntax: [ no ] match ip ip_address ip_list < n > example: /configure/policy/route_map Block100 1> match ip ip_address 20 Alcatel host applicable systems: All models. Router User Guide...
  • Page 37: Configure Policy Route_Map Set

    Router User Guide...
  • Page 38: Configure Policy Route_Map Set As_Path

    All models. Router User Guide...
  • Page 39: Configure Policy Route_Map Set Community

    All models. Router User Guide...
  • Page 40: Configure Policy Route_Map Set Distance

    All models. Router User Guide...
  • Page 41: Configure Policy Route_Map Set Local_Preference

    Alcatel related commands configure policy route_map set as_path configure policy route_map set community configure policy route_map set distance configure policy route_map set metric configure policy route_map set metric_type configure policy route_map set origin applicable systems: All models. Router User Guide...
  • Page 42: Configure Policy Route_Map Set Metric

    All models. Router User Guide...
  • Page 43: Configure Policy Route_Map Set Metric_Type

    All models. Router User Guide...
  • Page 44: Configure Policy Route_Map Set Origin

    [ no ] set origin origin < egp | igp | incomplete > example: /configure/policy/route_map Block100 1> set origin igp Alcatel host next-level commands configure policy route_map set origin egp configure policy route_map set origin igp configure policy route_map set origin incomplete applicable systems: All models. Router User Guide...
  • Page 45: Generic Routing Commands

    ENERIC OUTING OMMANDS This chapter contains routing commands that are not protocol specific. These commands can be used interchangeably with the three routing protocols supported by Alcatel Router User Guide...
  • Page 46: Configure Router

    Chapter : Generic Routing Commands configure router This command provides access to next-level commands. next-level commands configure router routerid Router User Guide...
  • Page 47 Chapter : Generic Routing Commands configure router routerid This command configures a router for routing operation. syntax: [ no ] router routerid < IP address> example: /configure> router routerid 10.10.10.10 Alcatel host applicable systems: All models. Router User Guide...
  • Page 48: Parameter Definitions

    Network Indicates the address of the remote network. Next Hop Specifies the address of the next router to the remote network Interface Specifies the interface through which the specified network can be reached. PVC > Virtual (logical) circuit identification number.
  • Page 49 To display ospf routes, issue the show ip routes ospf command. example: /show> ip routes bgp Alcatel host The following screen display example is a typical display showing the destination IP address, metric, netmask and gateway, status, Ethernet interface, and type of route. applicable systems: All models. Router User Guide...
  • Page 50 Chapter : Generic Routing Commands Router User Guide...
  • Page 51: Bgp4 Clear Commands

    BGP4 C LEAR OMMANDS Use BGP clear commands to clear bgp configuration settings. Router User Guide...
  • Page 52: Clear Ip Bgp

    This command provides access to the following next-level commands. syntax: clear ip bgp next-level commands clear ip bgp all clear ip bgp group clear ip bgp neighbor example: > clear ip bgp Alcatel host applicable systems: All models. Router User Guide...
  • Page 53: Clear Ip Bgp All

    This command removes all BGP neighbor connections. syntax: clear ip bgp all example: > clear ip bgp all Alcatel host related commands clear ip bgp group clear ip bgp neighbor applicable systems: All models. Router User Guide...
  • Page 54: Clear Ip Bgp Group

    > clear ip bgp group north Alcatel host In this example, all BGP connections that belong to neighbor group north will be cleared. related commands clear ip bgp all clear ip bgp neighbor applicable systems: All models. Router User Guide...
  • Page 55: Clear Ip Bgp Neighbor

    < IP address > remote_as < n > example: > clear ip bgp neighbor 10.1.1.1 200 Alcatel host related commands clear ip bgp all clear ip bgp group applicable systems: All models. Router User Guide...
  • Page 57: Bgp4 Configure Commands

    BGP4 C ONFIGURE OMMANDS Use BGP configure commands to configure all BGP4 parameters. Router User Guide...
  • Page 58: Configure Router Bgp

    Chapter : BGP4 Configure Commands configure router bgp This command configures BGP routing protocol on a router and provides access to the next-level commands listed below. parameter definition as_number The number of an autonomous system. The range is 1 - 65535.
  • Page 59: Configure Router Bgp Aggregate_Address

    [ no ] aggregate_address network < IP address > mask < subnet mask > [ generate_as_set < as_set > ] [ generate_summary_only < summary_only > ] [ suppress_map < name > ] [advertise_map < name > ] [ attribute_map < name > ] example: /configure/router/bgp 10> aggregate_address 100.3.0.0 255.255.0.0 Alcatel host Router User Guide...
  • Page 60 Chapter : BGP4 Configure Commands related commands configure router bgp always_compare_med configure router bgp distance configure router bgp default_metric configure router bgp group configure router bgp neighbor configure router bgp redistribute applicable systems: All models. Router User Guide...
  • Page 61: Configure Router Bgp Always_Compare_Med

    Chapter : BGP4 Configure Commands configure router bgp always_compare_med This command configures a router to allow the comparison of the multi-exit discriminator for paths from neighbors in different autonomous systems. Normally, MED comparison is done on paths within the same autonomous system. This command allows the comparison to be made for paths received from other autonomous systems.
  • Page 62: Configure Router Bgp Default_Metric

    Chapter : BGP4 Configure Commands configure router bgp default_metric This command configures the default metric value for redistributed BGP routes. This command forces the routing protocol to use the same metric value for all redistributed routes. parameter definition default_metric The default metric value.
  • Page 63: Configure Router Bgp Distance

    Chapter : BGP4 Configure Commands configure router bgp distance This command changes the default distance value on a router. Higher values are preferred. parameter definition distance Default preference value The range is 0-255; the default is 170. syntax: [ no ] distance distance < n >...
  • Page 64: Configure Router Bgp Group

    Default group name = AlcatelBgpInternal syntax: [ no ] group name < name > group_type < external | external_rt | internal | internal_ rt > example: /configure/router/bgp 10> group toronto internal Alcatel host next-level commands configure router bgp group distribute_list...
  • Page 65: Configure Router Bgp Group Distribute_List

    The range is 1-199. filter_option Outbound direction syntax: [ no ] distribute_list access_list < n > filter_option < out > example: /configure/router/bgp 10/group toronto internal> distribute_list 101 out Alcatel host related commands configure router bgp group filter_list configure router bgp group next_hop_self...
  • Page 66: Configure Router Bgp Group Filter_List

    The range is 1-199. filter_option Outbound direction syntax: [ no ] filter_list access list < n > filter_option < out > example: /configure/router/bgp 10/group toronto internal> filter_list 103 out Alcatel host related commands configure router bgp group distribute_list configure router bgp group next_hop_self...
  • Page 67: Configure Router Bgp Group Next_Hop_Self

    Chapter : BGP4 Configure Commands configure router bgp group next_hop_self This command disables the next hop calculation for all peers in the group. syntax: next_hop_self example: /configure/router/bgp 10/group blue external> next_hop_self Alcatel host related commands configure router bgp group distribute_list...
  • Page 68: Configure Router Bgp Group Password

    TCP MD5 password (string) for the group Enter a word. syntax: [ no ] password md5_password < string > example: /configure/router/bgp 10/group toronto internal> password rt56htd Alcatel host related commands configure router bgp group distribute_list configure router bgp group filter_list...
  • Page 69: Configure Router Bgp Group Remove_Private_As

    Chapter : BGP4 Configure Commands configure router bgp group remove_private_AS This command removes the private AS number from updates that are sent out. syntax: [ no ] remove_private_AS example: /configure/router/bgp 10/group toronto internal> remove_private_AS Alcatel host related commands configure router bgp group distribute_list...
  • Page 70: Configure Router Bgp Group Route_Map

    Route map name route_map_options Outbound direction syntax: [ no ] route_map route_map < name > route_map_options < out > example: /configure/router bgp 10/group toronto internal> route_map foo out Alcatel host related commands configure router bgp group distribute_list configure router bgp group filter_list...
  • Page 71: Configure Router Bgp Neighbor

    The AS number The range is 1 - 65535. syntax: [ no ] neighbor IP address < IP address > remote_as < n > example: /configure/router/bgp 10> neighbor 101.101.1.2 4 Alcatel host next-level commands configure router bgp neighbor advertisement_interval configure router bgp neighbor allowbadid...
  • Page 72 Chapter : BGP4 Configure Commands related commands configure router bgp aggregate_address configure router bgp always_compare_med configure router bgp distance configure router bgp default_metric configure router bgp group configure router bgp redistribute applicable systems: All models. Router User Guide...
  • Page 73: Configure Router Bgp Neighbor Advertisement_Interval

    This command configures the minimum time interval for sending BGP route updates. parameter definition advertisement_interval Time, in seconds The range is 1 - 600 seconds. syntax: [ no ] advertisement_interval advertisement_interval < n > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> advertisement_interval 60 Alcatel host applicable systems: All models. Router User Guide...
  • Page 74: Configure Router Bgp Neighbor Allowbadid

    Chapter : BGP4 Configure Commands configure router bgp neighbor allowbadid This command permits BGP sessions to be established with routers that represent their router ID as 0.0.0.0 or 255.255.255.255. syntax: [ no ] allowbadid example: /configure/router/bgp 10/neighbor 101.101.1.2 4> allowbadid...
  • Page 75: Configure Router Bgp Neighbor Default_Originate

    This command sends the default route to the neighbor. parameter definition route_map The name of the route map syntax: [ no ] default_originate [ route_map < name > ] example: /configure/router/bgp 10/neighbor 101.101.1.2 4> default_originate altmap5 Alcatel host applicable systems: All models. Router User Guide...
  • Page 76: Configure Router Bgp Neighbor Description

    Chapter : BGP4 Configure Commands configure router bgp neighbor description This command describes or identifies a neighbor router. parameter definition neighbor_description Text string in quotes describing neighbor syntax: [ no ] description neighbor_description < “string” > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> description “foo1”...
  • Page 77: Configure Router Bgp Neighbor Distribute_List

    The range is 1 - 199. filter_option Inbound filter list syntax: [ no ] distribute_list access_list < n > filter_option < in > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> distribute_list 101 in Alcatel host applicable systems: All models. Router User Guide...
  • Page 78: Configure Router Bgp Neighbor Ebgp_Multihop

    Chapter : BGP4 Configure Commands configure router bgp neighbor ebgp_multihop This command configures multihop EBGP on a neighbor. syntax: [ no ] ebgp_multihop example: /configure/router/bgp 10/neighbor 101.101.1.2 4> ebgp_multihop Alcatel host applicable systems: All models. Router User Guide...
  • Page 79: Configure Router Bgp Neighbor Filter_List

    The range is 1 - 199. access_list_option Inbound filter list syntax: [ no ] filter_list access_list < n > access_list_option < in > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> filter_list 103 in Alcatel host applicable systems: All models. Router User Guide...
  • Page 80: Configure Router Bgp Neighbor Keep

    This command configures neighbor route storage options. parameter definition keep_option Keep all non-active routes none Don’t store non-active routes syntax: keep keep_option < all | none > example: /configure/router/bgp 10/neighbor 10.10.20.1 2> keep all Alcatel host applicable systems: All models. Router User Guide...
  • Page 81: Configure Router Bgp Neighbor Logupdown

    Chapter : BGP4 Configure Commands configure router bgp neighbor logupdown This command configures logging of established state transition changes of a neighbor. syntax: [ no ] logupdown example: /configure/router/bgp10/neighbor 101.101.1.2 4> logupdown Alcatel host applicable systems: All models. Router User Guide...
  • Page 82: Configure Router Bgp Neighbor Maximum_Prefix

    If the neighbor sends more prefixes than are configured, the connection to this neighbor will be broken. parameter definition prefix_number Maximum prefix limit The range is 1 - 1000000. syntax: maximum_prefix prefix_number < n > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> maximum_prefix 100000 Alcatel host applicable systems: All models. Router User Guide...
  • Page 83: Configure Router Bgp Neighbor Neighbor_Group

    This command configures a neighbor to a specific group. parameter definition neighbor_group The name of a neighbor group. syntax: [ no ] neighbor_group neighbor_group < name > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> neighbor_group internal-group Alcatel host applicable systems: All models. Router User Guide...
  • Page 84: Configure Router Bgp Neighbor Next_Hop_Self

    Chapter : BGP4 Configure Commands configure router bgp neighbor next_hop_self This command disables the next hop calculation for this neighbor. syntax: next_hop_self example: /configure/router/bgp 10/neighbor 10.10.20.1 2> next_hop_self Alcatel host applicable systems: All models. Router User Guide...
  • Page 85: Configure Router Bgp Neighbor Password

    This command configures a password for md5 authentication. parameter definition md5_password TCP MD5 password for the BGP session Enter a word (maximum 80 characters). syntax: md5_password < string > example: /configure/router/bgp 10/neighbor 10.10.20.1 2> md5_password asdf Alcatel host applicable systems: All models. Router User Guide...
  • Page 86: Configure Router Bgp Neighbor Route_Map

    The name of a route map route_map_options Filter options Inbound direction syntax: [ no ] route_map route_map < name > route_map_options < in > example: /configure/router/bgp 10/neighbor 100.50.23.3 4> route_map B01 in Alcatel host applicable systems: All models. Router User Guide...
  • Page 87: Configure Router Bgp Neighbor Timers

    The keepalive interval The range is 2 - 21845; the default is 60. syntax: [ no ] timers keepalive < n > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> timers 120 Alcatel host applicable systems: All models. Router User Guide...
  • Page 88: Configure Router Bgp Neighbor Update_Source

    IP address of a physical interface. This address will be used as the source address for routing updates. syntax: [ no ] update_source < IP address > example: /configure/router/bgp 10/neighbor 101.101.1.2 4> update_source 10.10.2.1 Alcatel host applicable systems: All models.
  • Page 89: Configure Router Bgp Redistribute

    static...
  • Page 90: Configure Router Bgp Redistribute Connected

    Name of the route map to use syntax: [ no ] redistribute connected [ metric < n > ] [ route_map < name > ] example: /configure/router/bgp 10> redistribute connected metric 5000 Alcatel host related commands configure router bgp redistribute ospf...
  • Page 91: Configure Router Bgp Redistribute Ospf

    Chapter : BGP4 Configure Commands configure router bgp redistribute ospf This command configures the router to redistribute OSPF routes. parameter definition metric The default metric The range is 0 - 4294967294. route_map Name of the route map to use syntax: [ no ] redistribute ospf [ metric <...
  • Page 92: Configure Router Bgp Redistribute Rip

    Chapter : BGP4 Configure Commands configure router bgp redistribute rip This command configures a router to redistribute RIP routes. parameter definition metric The default metric The range is 0 - 4294967294. route_map Name or ID of the route map to use syntax: [ no ] redistribute rip [ metric <...
  • Page 93: Configure Router Bgp Redistribute Static

    Chapter : BGP4 Configure Commands configure router bgp redistribute static This command configures a router to redistribute static routes. parameter definition metric The default metric The range is 0 - 4294967294. route_map Name of the route map to use syntax: [ no ] redistribute static [ metric <...
  • Page 95: Bgp4 Show Commands

    BGP4 SHOW OMMANDS Use BGP show commands to display all configured BGP information. Router User Guide...
  • Page 96: Show Ip Bgp

    This command accesses the following next-level show commands. next-level commands show ip bgp aggregate_address show ip bgp community show ip bgp groups show ip bgp neighbors show ip bgp paths show ip bgp regexp show ip bgp summary show ip bgp table Router User Guide...
  • Page 97: Show Ip Bgp Aggregate_Address

    Enter a subnet mask. syntax: show ip bgp aggregate_address [ address < IP address > [ mask < subnet mask > ] ] example: > show ip bgp aggregate_address address 100.12.23.0 mask 255.255.255.0 Alcatel host applicable systems: All models: Router User Guide...
  • Page 98: Show Ip Bgp Community

    [ number < n > ] [ aa_nn < n > ] [ match_local_as < local_as > ] [ match_no_advertise < no_advertise > ] [ match_no_export < no_export > ] [ match_exact_match < exact_match > ] example: > show ip bgp community aa_nn 0:999 Alcatel host Router User Guide...
  • Page 99: Status And Origin Codes

    The table entry was learned via an internal BGP session. Origin codes i ( IGP) Internal BGP e (EGP) External BGP ? ( incomplete) Protocol of unknown origin. Typically redistributed into BGP from an IGP. applicable systems: All models: Router User Guide...
  • Page 100: Show Ip Bgp Groups

    > show ip bgp groups north Alcatel host screen display example > show ip bgp groups BGP group is AlcatelBgpExternal group type is External, total peers 1, established peers 0, members: 192.202.2.2 options set : None. applicable systems: All models: Router User Guide...
  • Page 101: Show Ip Bgp Neighbors

    > show ip bgp neighbors BGP neighbor is 192.12.200.122, peer group is AlcaltelBGPInternal Remote AS 100, local AS 100, link Internal BGP version 4, local router ID 192.168.50.50, remote router ID 10.150.100.1 Current state - Established, last state 0 OpenConfirm, last event = RecvKeepAlive...
  • Page 102: Status And Origin Codes

    Identifies the link as internal or external. BGP version Identifies the BGP version local router ID BGP identifier of the local router remote router ID BGP identifier of the reomte router current state Current BGP protocol state last state...
  • Page 103: Status And Origin Codes

    The AS path and origin for that route. Table 14 Status and Origin Codes Origin codes i ( IGP) Internal BGP e (EGP) External BGP ? ( incomplete) Protocol of unknown origin. applicable systems: All models: Router User Guide...
  • Page 104: Show Ip Bgp Regexp

    A regular expression to match the BGP AS paths. Strings must be enclosed by quotation marks. syntax: show ip bgp regexp reg_exp < “string” > example: > show ip bgp regexp “.* 600 .*“ Alcatel host applicable systems: All models: Router User Guide...
  • Page 105: Header Definitions

    Chapter : BGP4 show Commands show ip bgp summary This command shows the BGP router’s identifying number, local AS number, and connected neighbors. Neighbor information includes BGP version (v), AS number, messages received and transmitted, and operating status. syntax: show ip bgp summary example: >...
  • Page 106: Status And Origin Codes

    The table entry is valid. i ( internal ) The table entry was learned via an internal BGP session. Origin codes i ( IGP) Internal BGP e (EGP) External BGP ? ( incomplete) Protocol of unknown origin. applicable systems: All models: Router User Guide...
  • Page 107: Show Policy

    Chapter : BGP4 show Commands show policy This command provides access to the following next-level policy display commands: next-level commands show policy as_path show policy community_list show policy ip_access_list show policy route_map Router User Guide...
  • Page 108: Show Policy As_Path

    AS path access list 1 permit .* 699 .* permit .* 500 deny 40 .* AS path access list 2 deny 60.* > related commands show policy community_list show policy ip_access_list show policy route_map applicable systems: All models: Router User Guide...
  • Page 109: Show Policy Community_List

    The range is 1 - 199. syntax: show policy community_list [ community < n > ] example: > show policy community_list Alcatel host related commands show policy as_path show policy ip_access_list show policy route_map applicable systems: All models: Router User Guide...
  • Page 110: Show Policy Ip_Access_List

    IP access list 1 permit 10.0.0.0 255.255.255.255 0.255.255.255 255.255.255.255 permit 20.0.0.0 255.255.255.255 255.255.255.255 255.255.255.255 IP access list 2 permit 20.0.0.0 255.255.255.255 0.255.255.255 255.255.255.255 > related commands show policy as_path show policy community_list show policy route_map applicable systems: All models: Router User Guide...
  • Page 111: Show Policy Route_Map

    > show policy route_map route-map Block100, deny, sequence 1 Batch clauses: as_path (as-path filter): 99 Set clauses: origin bgp > related commands show policy as_path show policy community_list show policy ip_access_list applicable systems: All models: Router User Guide...
  • Page 113: As Path Regular Expressions

    Matches a path that is a concatenation of two paths, P1 and P2. P1 matches regex1 and P2 matches regex2. Note thatspaces are ignored in general, but should be used between two concatenated ASs to distunguish them. regex1 |regex2 Matches a path that matches regex1 or regex2. Router User Guide...
  • Page 114: As Path Terms

    For example, {AS1 AS2 - AS3 AS4] is equivalent to (AS1 | AS2-AS3 | AS4). ( regex ) Parentheses group expressions to make a term out of any regex. An operator, such as * or ?, works on a regular expression enclosed in parentheses as it would any term. Router User Guide...
  • Page 115: Ospf Configure Commands

    To do this, you must delete the bundle’s assigned IP address and reassign the IP address with the type broadcast parameter. For example: /configure/interface/bundle wan1> no ip address 2.2.2.2 24 Alcatel /configure/interface/bundle wan1> ip address 2.2.2.2 24 type broadcast Alcatel Adjacencies will not form if hello_interval, dead_interval, or area_type mismatches are present. Router User Guide...
  • Page 116: Configure Router Ospf

    Running H/F 2 configure router ospf This command configures a router for OSPF routing. syntax: router ospf example: /configure> router ospf Alcatel host next-level commands configure router ospf 1583Compatability configure router ospf area configure router ospf distance configure router ospf interface...
  • Page 117: Configure Router Ospf 1583Compatibility

    Running H/F 2 configure router ospf 1583Compatibility This command establishes the route summary calculation method to be compatible with RFC 1583. The RFC compatibility of all routers in an OSPF domain should be configured the same. The default is 1583Compatibility disabled.
  • Page 118: Configure Router Ospf Area

    < area_id > example: /configure/router/ospf> area 0 Alcatel host next-level commands configure router ospf area area_type configure router ospf area default_cost configure router ospf area range configure router ospf area virtual_link related commands configure router ospf 1583Compatibility configure router ospf distance...
  • Page 119: Configure Router Ospf Area Area_Type

    Running H/F 2 configure router ospf area area_type This command accesses the following next-level commands for configuring an area type. next-level commands configure router ospf area area_type normal configure router ospf area area_type nssa configure router ospf area area_type stub related commands...
  • Page 120: Configure Router Ospf Area Area_Type Normal

    Running H/F 2 configure router ospf area area_type normal This command specifies an area area type as normal. syntax: area_type normal example: /configure/router/ospf/area 0> area_type normal Alcatel host related commands configure router ospf area area_type nssa configure router ospf area area_type stub applicable systems: All models.
  • Page 121: Configure Router Ospf Area Area_Type Nssa

    This command specifies an area type as (nssa) not-so-stubby area. syntax: area_type nssa example: /configure/router/ospf/area 1> area_type nssa Alcatel-host next-level commands configure router ospf area area_type nssa no_summary related commands configure router ospf area area_type normal configure router ospf area area_type stub applicable systems: All models. Router User Guide...
  • Page 122: Configure Router Ospf Area Area_Type Nssa No_Summary

    Running H/F 2 configure router ospf area area_type nssa no_summary This command prevents an nssa area boundary router from sending summary link advertisements into an nssa area. syntax: no_summary example: /configure/router/ospf/area 1/area_type/nssa> no_summary Alcatel host applicable systems: All models. Router User Guide...
  • Page 123: Configure Router Ospf Area Area_Type Stub

    [ no ] area_type stub example: /configure/router/ospf/area 1> area_type stub Alcatel host next-level commands configure router ospf area area_type stub no_summary related commands configure router ospf area area_type normal configure router ospf area area_type nssa applicable systems: All models. Router User Guide...
  • Page 124: Configure Router Ospf Area Area_Type Stub No_Summary

    Running H/F 2 configure router ospf area area_type stub no_summary This command prevents an area boundary router from sending summary link advertisements into the stub area. syntax: no_summary example: /configure/router/ospf/area 1/area_type/stub> no_summary Alcatel host applicable systems: All models. Router User Guide...
  • Page 125: Configure Router Ospf Area Default_Cost

    Running H/F 2 configure router ospf area default_cost This command specifies a cost for the default summary route sent into a stub area. parameter definition default_cost Enter a number. The range is 0 - 16777215; the default is 1. syntax: default_cost <...
  • Page 126: Configure Router Ospf Area Range

    Do not advertise this range. syntax: [ no ] range networknumber < IP address > mask < netmask > [ advertise_enum < advertise | not_advertise > ] example: /configure/router/ospf/area 0> range 100.1.0.0 255.255.0.0 advertise Alcatel host related commands configure router ospf area_type...
  • Page 127: Configure Router Ospf Area Virtual_Link

    This command defines an OSPF virtual link for an area. Establishes a virtual connection to the backbone for an area border router that is not physically connected to the backbone. A virtual link requires that each virtual link neighbor must include the transit area ID and the virtual link neighbor’s router ID.
  • Page 128: Configure Router Ospf Area Virtual_Link Authentication

    Running H/F 2 configure router ospf area virtual_link authentication This command configures authentication for an area virtual link. Authentication guarantees that only trusted routers send and receive traffic within an area. Each interface must use the same type of authentication.
  • Page 129: Configure Router Ospf Area Virtual_Link Dead_Interval

    Running H/F 2 configure router ospf area virtual_link dead_interval This command sets the time, in seconds that an OSPF neighbor will wait for a hello packet. Once the user-defined time expires, the interface assumes that the neighbor is down. The value entered should be approximately four times the value of the hello_interval.
  • Page 130: Configure Router Ospf Area Virtual_Link Hello_Interval

    Running H/F 2 configure router ospf area virtual_link hello_interval This command configures the time interval between transmission of hello packets. parameter definition hello_interval The time in seconds. The value configured must be the same for all routers and servers in the same network.
  • Page 131: Configure Router Ospf Area Virtual_Link Retransmit_Interval

    Running H/F 2 configure router ospf area virtual_link retransmit_interval This command configures the time between link state advertisement retransmissions on an interface. parameter definition retransmit_interval The time in seconds. The configured value must be greater than the expected round-trip delay.
  • Page 132: Configure Router Ospf Area Virtual_Link Transmit_Delay

    Running H/F 2 configure router ospf area virtual_link transmit_delay This command configures the estimated time to transmit a link state update packet on an interface. parameter definition transmit_delay The time in seconds. Link state advertisements in the update packet are aged by this amount prior to transmission.
  • Page 133: Configure Router Ospf Distance

    Running H/F 2 configure router ospf distance This command accesses the following next-level commands to configure OSPF administrative distances for routes. next-level commands configure router ospf distance ospf related commands configure router ospf 1583Compatability configure router ospf area configure router ospf interface...
  • Page 134: Configure Router Ospf Distance Ospf

    This command accesses next-level commands that configure OSPF administrative distances based on route type. next-level commands configure router ospf distance ospf external configure router ospf distance ospf non_external applicable systems: All models. Router User Guide...
  • Page 135: Default Route Preference (Administrative Distance) Values

    Running H/F 2 configure router ospf distance ospf external This command configures the distance parameter for external routes. parameter definition external Type-5 and type-7 external routes The range is 1 - 255; the default is 150. syntax: [ no ] distance ospf external < n >...
  • Page 136: Configure Router Ospf Distance Ospf Non_External

    Running H/F 2 configure router ospf distance ospf non_external This command configures the distance parameter for inter- and intra-area routes. parameter definition non_external Inter-area and intra-area routes The range is 1 - 255; the default is 10. syntax: [ no ] distance ospf non_external < n >...
  • Page 137: Configure Router Ospf Interface

    /configure/router/ospf> interface Toronto 5 Alcatel host next-level commands configure router ospf interface authentication configure router ospf interface cost configure router ospf interface dead_interval configure router ospf interface hello_interval configure router ospf interface neighbor configure router ospf interface network...
  • Page 138 Running H/F 2 related commands configure router ospf 1583Compatibility configure router ospf area configure router ospf distance configure router ospf redistribute configure router ospf ref_bw configure router ospf timers applicable systems: All models. Router User Guide...
  • Page 139: Configure Router Ospf Interface Authentication

    Running H/F 2 configure router ospf interface authentication This command configures the authentication type on an interface. parameter definition authentication type simple Simple password authentication MD5 authentication md5_cisco Cisco compatible md5 authentication line A 16-character (maximum) password string beginning with an alpha character.
  • Page 140: Configure Router Ospf Interface Cost

    Running H/F 2 configure router ospf interface cost This command configures the OSPF metric cost for a specific interface. parameter definition cost Metric cost of sending packets on a particular OSPF interface. The range is 1 - 65535; the default is computed based on the interface bandwidth.
  • Page 141: Configure Router Ospf Interface Dead_Interval

    Running H/F 2 configure router ospf interface dead_interval This command sets the time, in seconds, that an OSPF neighbor will wait for a hello packet. Once the user-defined time expires, the interface assumes that the neighbor is down. The value entered should be approximately four times the value of the hello_interval.
  • Page 142: Configure Router Ospf Interface Hello_Interval

    Running H/F 2 configure router ospf interface hello_interval This command sets the time interval, in seconds, between the hello packets that are sent on the interface. parameter definition hello_interval Time in seconds The default is 10; the range is 1 - 65535.
  • Page 143: Configure Router Ospf Interface Neighbor

    Running H/F 2 configure router ospf interface neighbor This command sets up an OSPF neighbor router for an interface that is used on a non-broadcast network. parameter definition ip address The IP address of the neighbor router priority Sets the router priority for a non-broadcast neighbor.
  • Page 144: Configure Router Ospf Interface Network

    Running H/F 2 configure router ospf interface network This command configures the OSPF network type on an interface. interface type network type default PPP/HDLC point-to-point Ethernet broadcast Frame Relay point-to-point parameter definition network type broadcast Configures network type to broadcast multi-access network...
  • Page 145: Configure Router Ospf Interface Poll_Interval

    Running H/F 2 configure router ospf interface poll_interval This command, used for nonbroadcast interfaces only, specifies how often the router sends hello packets from the interface before establishing adjacency with a neighbor. parameter definition poll_interval The time, in seconds The range is 0 - 2147483647; the default is 120.
  • Page 146: Configure Router Ospf Interface Priority

    This command configures the priority (which is used in the election of designated routes) to establish the designated router. parameter definition priority Number that specifies the router priority. This is only used in non point-to-point networks. The range is 0 - 255; the default is 1. syntax: [ no ] priority < n >...
  • Page 147: Configure Router Ospf Interface Retransmit_Interval

    This command configures the retransmit time for the link state advertisement retransmission for neighbors belonging to the interface. When a router sends a link state advertisement to its neighbor, it keeps the LSA until it receives an acknowledgment. If an acknowledgment is not received in n seconds, the router will retransmit the LSA.
  • Page 148: Configure Router Ospf Interface Transmit_Delay

    Running H/F 2 configure router ospf interface transmit_delay This command configures the approximate time it takes to transmit a link state advertisement update packet on the interface. parameter definition seconds Time in seconds. Usage of this command is most appropriate for low speed links.
  • Page 149: Configure Router Ospf Redistribute

    /configure/router/ospf> redistribute Alcatel host next-level commands configure router ospf redistribute bgp configure router ospf redistribute connected configure router ospf redistribute rip configure router ospf redistribute static related commands configure router ospf 1583Compatability configure router ospf area configure router ospf distance...
  • Page 150: Configure Router Ospf Redistribute Bgp

    Running H/F 2 configure router ospf redistribute bgp This command redistributes BGP routes. parameter definition as_number Autonomous system number The range is 1 - 65535. metric OSPF default metric The range is 0 - 16777214; the default is 100. metric_type Ospf exterior metric type for redistribution The range is 1 - 2;...
  • Page 151: Configure Router Ospf Redistribute Connected

    Running H/F 2 configure router ospf redistribute connected This command redistributes connected interface routes. parameter definition metric OSPF default metric The range is 0 - 16777214; the default is 100. metric_type Ospf exterior metric type for redistribution The range is 1 - 2; the default is 2.
  • Page 152: Configure Router Ospf Redistribute Rip

    Running H/F 2 configure router ospf redistribute rip This command redistributes RIP routes. parameter definition metric OSPF default metric The range is 0 - 16777214; the default is 100. metric_type Ospf exterior metric type for redistribution The range is 1 - 2; the default is 2.
  • Page 153: Configure Router Ospf Redistribute Static

    Running H/F 2 configure router ospf redistribute static This command redistributes static routes. parameter definition metric OSPF default metric The range is 1 - 16777214; the default is 100. metric_type Ospf exterior metric type for redistribution The range is 1 - 2; the default is 2.
  • Page 154: Configure Router Ospf Ref_Bw

    Running H/F 2 configure router ospf ref_bw This command calculates OSPF interface cost according to bandwidth usage. Specifying a large number helps differentiate cost on multiple high bandwidth links. parameter definition reference_bandwidth Reference bandwidth in Mbps The range is 1 - 4294967.
  • Page 155: Configure Router Ospf Timers

    Running H/F 2 configure router ospf timers This command configures and adjusts ospf spf timers. parameter definition timers spf_delay Delay between receiving a change to the SPF calculation. The range is 1 - 65535; the default is 5. spf_holdtime The hold time between consecutive SPF calculations.
  • Page 157: Ospf Show Commands

    OSPF S OMMANDS Use OSPF display/show commands to display all configured OSPF information. Router User Guide...
  • Page 158: Show Ip Ospf Area

    No area ranges defined > related commands show ip ospf global show ip ospf database show ip ospf interface show ip ospf neighbor show ip ospf retransmission_list show ip ospf request_list show ip ospf virtual_links applicable systems: All models. Router User Guide...
  • Page 159: Show Ip Ospf Database

    area...
  • Page 160: Show Ip Ospf Database All

    Chapter : OSPF Show Commands show ip ospf database all This command displays information related to the OSPF databases of the router. parameter definition area_id OSPF area ID Enter either a decimal number or an IP address. advt_rtr OSPF advertisement router Enter an IP address.
  • Page 161 All models.
  • Page 162: Show Ip Ospf Database Asbr_Summary

    OSPF area ID Enter either a decimal number or an IP address. advt_rtr OSPF advertisement router Enter an IP address. link_id OSPF link state ID Enter an IP address. syntax: database asbr_summary [ area_id < decimal form or IP address > ] [ advt_rtr < IP address > ] [ link_id <...
  • Page 163 All models.
  • Page 164: Show Ip Ospf Database Database_Summary

    All models.
  • Page 165: Show Ip Ospf Database External

    OSPF area ID Enter either a decimal number or an IP address. advt_rtr OSPF advertisement router Enter an IP address. link_id OSPF link state ID Enter an IP address. syntax: database external [area_id < decimal form or IP address > ] [ advt_rtr < IP address > ] [ link_id <...
  • Page 166 All models.
  • Page 167: Show Ip Ospf Database Network

    OSPF area ID Enter either a decimal number or an IP address. advt_rtr OSPF advertisement router Enter an IP address. link_id OSPF link state ID Enter an IP address. syntax: database network [area_id < decimal form or IP address > ] [ advt_rtr < IP address > ] [ link_id <...
  • Page 168 All models.
  • Page 169: Show Ip Ospf Database Nssa_External

    OSPF area ID Enter either a decimal number or an IP address. advt_rtr OSPF advertisement router Enter an IP address. link_id OSPF link state ID Enter an IP address. syntax: database nssa_external [area_id < decimal value or IP address > ] [ advt_rtr < IP address > ] [ link_id <...
  • Page 170 All models.
  • Page 171: Show Ip Ospf Database Router

    OSPF link state ID Enter an IP address. syntax: database router [area_id < decimal form or IP address > ] [ advt_rtr < IP address > ] [ link_id < IP address > ] example: > show ip ospf database router...
  • Page 172 All models. Router User Guide...
  • Page 173: Show Ip Ospf Database Self_Originate

    Chapter : OSPF Show Commands show ip ospf database self_originate This command displays OSPF database information about self-originated LSAs in the router. parameter definition area_id OSPF area ID Enter either a decimal number or an IP address. syntax: database self_originate [area_id < n > ] example: >...
  • Page 174: Show Ip Ospf Database Summary

    OSPF area ID Enter either a decimal number or an IP address. advt_rtr OSPF advertisement router Enter an IP address. link_id OSPF link state ID Enter an IP address. syntax: database summary [area_id < decimal form or IP address > ] [ advt_rtr < IP address > ] [ link_id <...
  • Page 175 All models. Router User Guide...
  • Page 176: Show Ip Ospf Global

    SPF schedule delay 5 secs, Hold time between two SPFs 10 secs Reference bandwidth 100 Megabits per second Number of areas in this router is 1. 1 normal 0 stub 0 nssa Area 0 Number of interfaces in this area is 0...
  • Page 177: Show Ip Ospf Interface

    All models. Router User Guide...
  • Page 178: Show Ip Ospf Interface All

    This command displays configuration information about all configured OSPF interfaces. syntax: interface all example: > show ip ospf interface all Alcatel host related commands show ip ospf interface bundle show ip ospf interface ethernet applicable systems: All models. Router User Guide...
  • Page 179: Show Ip Ospf Interface Bundle

    < name > [ pvc < n > ] example: > show ip ospf interface bundle Boise Alcatel host related commands show ip ospf interface all show ip ospf interface ethernet applicable systems: All models. Router User Guide...
  • Page 180: Show Ip Ospf Interface Ethernet

    This command displays OSPF configuration information about an Ethernet interface. syntax: interface ethernet < n > example: > show ip ospf interface ethernet 1 Alcatel host related commands show ip ospf interface all show ip ospf interface bundle applicable systems: All models. Router User Guide...
  • Page 181: Show Ip Ospf Neighbor

    All models. Router User Guide...
  • Page 182: Show Ip Ospf Neighbor Detail

    This command displays detailed OSPF configuration information about all neighbors. syntax: neighbor detail example: > show ip ospf neighbor detail Alcatel host related commands show ip ospf neighbor id show ip ospf neighbor interface show ip ospf neighbor list applicable systems: All models. Router User Guide...
  • Page 183: Show Ip Ospf Neighbor Id

    < IP address > example: > show ip ospf neighbor id 10.3.1.2 Alcatel host related commands show ip ospf neighbor detail show ip ospf neighbor interface show ip ospf neighbor list applicable systems: All models. Router User Guide...
  • Page 184: Show Ip Ospf Neighbor Interface

    < n > | bundle < name > [ pvc < n > ] example: > show ip ospf neighbor interface ethernet 1 Alcatel host next-level commands show ip ospf neighbor interface bundle show ip ospf neighbor interface ethernet applicable systems: All models. Router User Guide...
  • Page 185: Show Ip Ospf Neighbor Interface Bundle

    This command displays information about an OSPF neighbors on a bundle interface. syntax: neighbor interface bundle < name > [ pvc < n > ] example: > show ip ospf neighbor interface bundle Boise Alcatel host related commands show ip ospf neighbor interface ethernet applicable systems: All models. Router User Guide...
  • Page 186: Show Ip Ospf Neighbor Interface Ethernet

    This command displays configuration information about a neighbor on an Ethernet interface. syntax: neighbor interface ethernet < n > example: > show ip ospf neighbor interface ethernet 1 Alcatel host related commands show ip ospf neighbor interface bundle applicable systems: All models. Router User Guide...
  • Page 187: Show Ip Ospf Neighbor List

    Chapter : OSPF Show Commands show ip ospf neighbor list This command displays a list of neighbors attached to this router. syntax: neighbor list example: > show ip ospf neighbor list Alcatel host related commands show ip ospf neighbor detail...
  • Page 188: Show Ip Ospf Request_List

    > show ip ospf request_list 10.10.10.1 Alcatel host related commands show ip ospf area show ip ospf global show ip ospf database show ip ospf interface show ip ospf neighbor show ip ospf retransmission_list show ip ospf virtual_links applicable systems: All models. Router User Guide...
  • Page 189: Show Ip Ospf Retransmission_List

    > show ip ospf retransmission_list 10.10.10.1 Alcatel host related commands show ip ospf area show ip ospf database show ip ospf g;pba; show ip ospf interface show ip ospf neighbor show ip ospf request_list show ip ospf virtual_links applicable systems: All models. Router User Guide...
  • Page 190: Show Ip Ospf Virtual_Links

    > show ip ospf virtual_links Alcatel host related commands show ip ospf area show ip ospf global show ip ospf database show ip ospf interface show ip ospf neighbor show ip ospf retransmission_list show ip ospf request_list applicable systems: All models. Router User Guide...
  • Page 191: Rip Configure Commands

    RIP C ONFIGURE OMMANDS Use RIP configure commands to configure all RIP parameters. NOTE: See the command configure interface loopback in the Command Reference Guide: Domestic Products for important information about loopback interfaces. Router User Guide...
  • Page 192: Configure Router Rip

    Chapter : RIP Configure Commands configure router rip This command enables the Routing Information Protocol (RIP). syntax: [ no ] router rip example: /configure> router rip Alcatel host next-level commands configure router rip default_metric configure router rip distance configure router rip interface...
  • Page 193: Configure Router Rip Default_Metric

    Chapter : RIP Configure Commands configure router rip default_metric This command sets the global default metric values for RIP. parameter definition metric Default metric The range is 1 - 4294967294; the default is 1. syntax: [ no ] default_metric < n >...
  • Page 194: Default Route Preference (Administrative Distance) Values

    Chapter : RIP Configure Commands configure router rip distance This command configures the distance value for RIP protocol on a router. parameter definition distance Distance value (enter a number) The range is 1 - 255; the default is 100. syntax: distance <...
  • Page 195: Configure Router Rip Interface

    PVC identifier; enter a number. Use only for an encapsulated fr bundle. The range is 16 - 1022. syntax: [ no ] configure router rip interface < name > [ dlci < n > ] example: /configure/router/rip> interface ethernet0 Alcatel host This example configures the Ethernet 0 interface for RIP.
  • Page 196: Configure Router Rip Interface Authentication

    Chapter : RIP Configure Commands configure router rip interface authentication This command configures RIP-2 authentication for an interface. The type of authentication and the key value to be used can be specified, but this is only valid with RIP version 2 (mode 3). When authentication is configured, all subsequent RIP updates contain authentication information.
  • Page 197: Configure Router Rip Interface Distribute_List

    Chapter : RIP Configure Commands configure router rip interface distribute_list This command configures the access list to be used to filter either incoming or outgoing routes for this interface. This command is used in conjunction with the redistribute command. parameter...
  • Page 198: Configure Router Rip Interface Metric

    Chapter : RIP Configure Commands configure router rip interface metric This command configures the metric value for RIP routes for this interface. parameter definition metric Default metric The range is 1 - 4294967294; the default is 1. syntax: [ no ] metric < n >...
  • Page 199: Configure Router Rip Interface Mode

    Chapter : RIP Configure Commands configure router rip interface mode This command configures RIP mode for the specific interface. This command is similar to the global RIP mode command, but it is only applicable to the current interface. Use this command to override the global RIP mode settings.
  • Page 200: Configure Router Rip Interface Neighbor

    Chapter : RIP Configure Commands configure router rip interface neighbor This command specifies a RIP neighbor for a specific interface. Use this command multiple times to add multiple neighbors. When neighbors are specified, RIP updates are unicast to those neighbors (and not broadcast or multicast on that segment).
  • Page 201: Configure Router Rip Interface Passive

    Chapter : RIP Configure Commands configure router rip interface passive This command configures RIP mode for a specific interface to passive (listen-only) mode. Use this command to override a global RIP mode configured for an interface. syntax: [ no ] passive example: /configure/router/rip/interface ethernet1>...
  • Page 202: Configure Router Rip Interface Split_Horizon

    Chapter : RIP Configure Commands configure router rip interface split_horizon This command configures the split-horizon mechanism on an interface. By default, split horizon is enabled for all interfaces for poison-reverse. parameter definition splitval Split horizon algorithm none Disables split horizon.
  • Page 203: Configure Router Rip Mode

    Chapter : RIP Configure Commands configure router rip mode This command globally configures RIP mode for all interfaces. Use this command to override the global mode setting. parameter definition mode Enter a mode value. RIP version 1 RIP version 2 (default)
  • Page 204: Configure Router Rip Pacing

    Chapter : RIP Configure Commands configure router rip pacing This command enables RIP updates sent from this router to be released to the network in a controlled manner to avoid traffic bottlenecks. When enabled, RIP updates from this router will be sent in several small intervals instead on one burst.
  • Page 205: Configure Router Rip Passive

    This example configures all RIP interfaces to listen-only mode. related commands configure router rip default_metric configure router rip distance configure router rip interface configure router rip default mode configure router rip pacing configure router rip redistribute configure router rip timers applicable systems: All models.
  • Page 206: Configure Router Rip Redistribute

    This command accesses the following next-level commands that configure the system to use RIP updates to redistribute routes learned from other routing protocols. next-level commands configure router rip redistribute bgp configure router rip redistribute connected configure router rip redistribute ospf...
  • Page 207: Configure Router Rip Redistribute Bgp

    Chapter : RIP Configure Commands configure router rip redistribute bgp This command configures RIP to redistribute bgp routes. parameter definition as_number Autonomous system number The range is 1 - 65535. metric Default metric The range is 1 - 16; the default is 1.
  • Page 208: Configure Router Rip Redistribute Connected

    Chapter : RIP Configure Commands configure router rip redistribute connected This command configures RIP to redistribute connected routes. parameter definition metric Default metric The range is 1 - 16; the default is 1. syntax: [ no ] redistribute connected [ metric < n > ] example: /configure/router/rip>...
  • Page 209: Configure Router Rip Redistribute Ospf

    Chapter : RIP Configure Commands configure router rip redistribute ospf This command configures RIP to redistribute OSPF routes. parameter definition metric Default metric The range is 1 - 16; the default is 1. syntax: [ no ] redistribute ospf [ metric < n > ] example: /configure/router/rip>...
  • Page 210: Configure Router Rip Redistribute Static

    Chapter : RIP Configure Commands configure router rip redistribute static This command configures RIP to redistribute static routes. parameter definition metric Default metric The range is 1 - 16; the default is 1. syntax: [ no ] redistribute static [ metric < n > ] example: /configure/router/rip>...
  • Page 211: Configure Router Rip Timers

    Chapter : RIP Configure Commands configure router rip timers This command accesses the following next-level commands that configure the global RIP timers. next-level commands configure router rip timers flush configure router rip timers holddown configure router rip timers update applicable systems: All models.
  • Page 212: Configure Router Rip Timers Flush

    Chapter : RIP Configure Commands configure router rip timers flush This command configures the global RIP flush timer. This is the time interval in seconds that must pass before the route is removed from the routing table. This value should be configured to be greater than the configured holddown time value.
  • Page 213: Configure Router Rip Timers Holddown

    Chapter : RIP Configure Commands configure router rip timers holddown This command configures the global RIP hold down timers. Hold down time is the interval in seconds during which routing information regarding better routes is suppressed. This should be configured to be at least twice the value of the update timers.
  • Page 214: Configure Router Rip Timers Update

    Chapter : RIP Configure Commands configure router rip timers update This command configures the global RIP update timer. This timer specifies the interval in seconds for sending periodic RIP updates. parameter definition time Update timer in seconds The range is 1 - 65536; the default is 120.
  • Page 215: Rip Show Commands

    SHOW OMMANDS Use RIP display/show commands to display all configured RIP information. Router User Guide...
  • Page 216: Show Ip Rip

    Chapter : RIP show Commands show ip rip This command accesses the following next-level commands that display more specific information. next-level commands show ip rip global show ip rip interface show ip rip statistics applicable systems: All models. Router User Guide...
  • Page 217: Show Ip Rip Global

    > show ip rip global Alcatel host screen display example > show ip rip global Router RIP is enabled Mode: RIP 2 Distance: 100 Default Metric: 1 Timers: Update: 30 seconds Holddown: 120 seconds Flush: 180 seconds >...
  • Page 218: Show Ip Rip Interface

    RIP interface. next-level commands show ip rip interface all show ip rip interface bundle show ip rip interface ethernet show ip rip interface statistics applicable systems: All models. Router User Guide...
  • Page 219: Show Ip Rip Interface All

    Metric: 5 Authentication: None Split Horizon: Poison Routers : None Interface state: Broadcast Multicast Active > related commands show ip rip interface bundle show ip rip interface ethernet show ip rip interface statistics applicable systems: All models. Router User Guide...
  • Page 220: Show Ip Rip Interface Bundle

    < name > example: > show ip rip interface bundle Dallas Alcatel host related commands show ip rip interface all show ip rip interface ethernet show ip rip interface statistics applicable systems: All models. Router User Guide...
  • Page 221: Show Ip Rip Interface Ethernet

    Metric: 5 Authentication: None Split Horizon: Poison Routers : None Interface state: Broadcast Multicast Active > related commands show ip rip interface all show ip rip interface bundle show ip rip interface statistics applicable systems: All models. Router User Guide...
  • Page 222: Show Ip Rip Interface Statistics

    : <0> Number of bad routes received : <0> Number of Triggered updates sent : <0> > related commands show ip rip interface all show ip rip interface bundle show ip rip interface ethernet applicable systems: All models. Router User Guide...
  • Page 223: Show Ip Rip Statistics

    RIP Global Statistics: =============================== Number of Global Route Changes : <0> Number of Global Queries : <0> > related commands show ip rip global show ip rip interface show ip rip routes applicable systems: All models. Router User Guide...
  • Page 225: Ulticasting

    Configure Hello Holdtime /configure/ip/pim> hello-holdtime <time> Configure Hello priority /configure/ip/pim> hello-priority <value> Configure Join/Prune /configure/ip/pim> join-prune-holdtime <time> Holdtime Configure Join /Prune /configure/ip/pim> join-prune-interval <time> Interval Configure MRT Period /configure/ip/pim> mrt-period <time> Configure MRT Stale /configure/ip/pim> mrt-stale-mult <number> Multiplier Router User Guide...
  • Page 226 Configure Threshold for DR /configure/ip/pim> threshold-dr <bps> Configure Threshold for RP /configure/ip/pim> threshold-rp <bps> Configure to calculate /configure/ip/pim> whole-packet-checksum whole packet checksum (for cisco interop) Bootstrap Router related Commands Configure as candidate /configure/ip/pim/cbsr> address <address> Configure CBSR period /configure/ip/pim/cbsr> period <time>...
  • Page 227 Trace PIM state changes debug ip pim state Trace PIM routes debug ip pim route Trace PIM detail debug ip pim detail Trace PIM debug debug ip pim debug All Traces > debug ip pim all Alcatel Router User Guide...
  • Page 228: Protocol Independent Multicast - Source Specific Multicast (Pim-Ssm)

    2 and version 1 hosts, also provides support for source filtering. Source filtering enables a multicast receiver host to signal to a router which groups it wants to receive multicast traffic from, and from which source(s) this traffic is expected. This membership information enables the router to forward traffic only from those sources from which receivers requested the traffic.
  • Page 229 /configure/ip/igmp/interface ethernet0> robustness <value> Configuring /configure/ip/igmp/interface ethernet0> [no] Ignore-v1-message ignore-v1-messages Configuring /configure/ip/igmp/interface ethernet0> [no] Ignore-v2-message ignore-v2-messages Configuring Send Router /configure/ip/igmp/interface ethernet0> [no] send-router-alert Alerts Configuring Require /configure/ip/igmp/interface ethernet0> [no] Router Alerts require-router-alert Assigning filter list for /configure/ip/igmp/interface ethernet0> group-filter group filtering <filter-list-name>...
  • Page 230: Traceroute Facility For Ip Multicast

    DVMRP router has no active state for a particular source but does have a DVMRP route, it chooses the parent of the DVMRP route as the previous hop. If a PIM-SM router is on the (*,G) tree, it chooses the parent towards the RP as the previous hop. In these cases, no source/group-specific state is available, but the path may still be traced.
  • Page 231: Multipath Commands

    Chapter : Multicasting Modulo-N Hash —To select a next-hop from the list of N next-hops, the router performs a modulo-N hash over the packet header fields that identify a flow.” Hash-Threshold—The router first selects a key by performing a hash over the packet header fields that identify the flow.
  • Page 232 By connecting multiprotocol subnetworks in a single-protocol backbone environment, IP tunneling using GRE allows network expansion across a single-protocol backbone environment. For more information on GRE, refer to the GRE Configuration Guide. Router User Guide...
  • Page 233: Index : General

    9 context-sensitive 7 environment 4, 5 equipment malfunction 238 exclusions, warranty 237 getting command help 10 global commands 12 guide organization 1 hardware warranty 237 Help,online 10 navigation 9 non-Alcatel products 237 normal type 8 Router User Guide...
  • Page 235: Index : Generic Commands

    If you are viewing this guide with Adobe Acrobat, click the page NOTE: number of the index topic to go to that topic in the guide. configure router 38 configure router routerid 39 show ip routes 40 Router User Guide...
  • Page 237: Index : Policy Commands

    30 configure policy route_map set community 31 configure policy route_map set distance 32 configure policy route_map set local_preference 33 configure policy route_map set metric 34 configure policy route_map set metric_type 35 configure policy route_map set origin 36 Router User Guide...
  • Page 239: Index : Ospf Commands

    166 configure router ospf area area_type nssa 113 show ip ospf global 168 configure router ospf area area_type nssa no_summary 114 show ip ospf interface 169 configure router ospf area area_type stub 115 show ip ospf interface all 170...
  • Page 241: Index : Bgp Commands

    103 configure router bgp default_metric 54 configure router bgp distance 55 configure router bgp group 56 configure router bgp group distribute_list 57 configure router bgp group filter_list 58 configure router bgp group next_hop_self 59 configure router bgp group password 60...
  • Page 243: Index : Rip Commands

    184 configure router rip default_metric 185 configure router rip distance 186 configure router rip interface 187 configure router rip interface authentication 188 configure router rip interface distribute_list 189 configure router rip interface metric 190 configure router rip interface mode 191...
  • Page 245: Corporate Policy

    Hardware Alcatel warrants that the Hardware sold hereunder shall be free of defects in workmanship for a period of one (1) year from the Date of Shipment. In the event that Alcatel receives notice from the Customer during the warranty period that any Hardware does not conform to this warranty, Alcatel, shall, at its sole option, either repair or replace the non-conforming Hardware.
  • Page 246: Equipment Malfunction

    Limitation of Liability Alcatel and its suppliers exclude themselves from any liability for any lost revenue or profit, loss of business, loss of information or data, or for special, indirect, consequential, incidental, or punitive damages of any kind caused out of or in connection with the sale, installation, maintenance, use, performance, failure, or interruption of its products, even if Alcatel and its authorized resellers have been advised of the possibility of such damages.

Table of Contents