96

AT-WR4500 Series - IEEE 802.11abgh Outdoor Wireless Routers

 

RouterOS v3 Configuration and User Guide

 

 

￿

This list shows routes learned by all dynamic routing protocols (RIP, OSPF and BGP)

Example

To view the list of the routes:

[admin@AT-WR4562] routing rip route> print

Flags: S - static, R - rip, O - ospf, C - connect, B - bgp

0 O dst-address=0.0.0.0/32 gateway=10.7.1.254 metric=1 from=0.0.0.0

...

33 R dst-address=159.148.10.104/29 gateway=10.6.1.1 metric=2 from=10.6.1.1

34 R dst-address=159.148.10.112/28 gateway=10.6.1.1 metric=2 from=10.6.1.1

[admin@AT-WR4562] routing rip route>

5.2.7 Application Examples

Example

Let us consider an example of routing information exchange between a RouterOS router, an Alliedware+ router and the ISP RouterOS router.

RouterOS Router Configuration:

[admin@AT-WR4562] > interface print

 

 

Flags: X - disabled, D - dynamic, R - running

 

#

NAME

TYPE

MTU

 

0

R ether1

ether

1500

 

1

R ether2

ether

1500

 

[admin@AT-WR4562] > ip address print

 

 

Flags: X - disabled, I - invalid, D - dynamic

 

#

ADDRESS

NETWORK

BROADCAST

INTERFACE

0

10.0.0.174/24

10.0.0.174

10.0.0.255

ether1

1

192.168.0.1/24

192.168.0.0

192.168.0.255

ether2

[admin@AT-WR4562] > ip route print

Flags: X - disabled, I - invalid, D - dynamic, J - rejected,

C - connect, S - static, R - rip, O - ospf, B - bgp

 

#

DST-ADDRESS

G GATEWAY

DISTANCE INTERFACE

0

DC 192.168.0.0/24

r 0.0.0.0

0

ether2

1

DC 10.0.0.0/24

r 0.0.0.0

0

ether1

[admin@AT-WR4562] >

￿

No default route has been configured. The route will be obtained using the RIP.

Page 96
Image 96
Allied Telesis AT-WR4500 manual To view the list of the routes, Ether1 1500 Ether2, 10.0.0.174 10.0.0.255 Ether1