Neighbor, Network, Passive-interface – Black Box LRU4240 User Manual

Page 170: Route, Dual trunk e1 router

Advertising
background image

158

SALES: 0870 90 10 750

Dual Trunk E1 Router User’s Guide

Dual Trunk E1 Router

neighbor

Use the neighbor command to specify a neighbor router. It is used for each connected point-to-point link. Use the no parameter to
disable the specific router.
Command Syntax
(no) neighbor A.B.C.D

A.B.C.D

is an IP address of a neighboring router with which the routing information will be exchanged.

Command Mode: configuration mode
Examples
neighbor 1.1.1.

network

Use the network command to specify a network as one that runs Routing Information Protocol (RIP). Use the no parameter to
remove the specified network as one that runs RIP.
Command Syntax
(no) network [A.B.C.D(/M)]|IFNAME

A.B.C.D(/M)

- specifies the IP address prefix and length of this IP network.

IFNAME

- alphanumeric string specifies the interface name.

Command Mode: Router Configuration
Examples
network 10.0.0.0/8
network eth0

passive-interface

Use the passive-interface command to enable suppression of routing updates on an interface.
Use the no form of this command to disable this function
Command Syntax
(no) passive-interface IFNAME

IFNAME

- specifies the interface name.

Command Mode: Router Configuration
Examples
passive-interface eth0

route

Use the route command to configure static RIP routes.
Use the no form of the command to disable this function.
Command Syntax
(no) route A.B.C.D/M

A.B.C.D(/M)

- specifies the IP address prefix and length

Command Mode: Router Configuration
Examples
route 1.2.3.4/8
Usage
r
outer rip
...
version 1
network 10.10.10.0/24
network 10.10.11.0/24
neighbor 10.10.10.10...
ripd(config-router)# route 10.10.10.0/24...
version 1
network 10.10.10.0/24
network 10.10.11.0/24
route 10.10.10.0/24

Advertising