beautypg.com

Specifying a rip version, Specifying a rip version 5 – Allied Telesis AT-8100 Series User Manual

Page 1855

background image

AT-8100 Switch Command Line User’s Guide

1855

Specifying a RIP Version

The Management Software supports both RIP Version 1 and 2. The
default RIP Version is 2.

The following example specifies RIP Version 1 on the switch:

awplus> enable
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# version 1

You can specify a RIP version for routing updates to send or to receive
using the IP RIP REVCEIVE VERSION and IP RIP SEND VERSION
commands. These commands override the RIP Version specified by the
VERSION command.

The following example specifies RIP Version 2 for routing updates that
VLAN 5 sends and RIP Version 2 for routing updates that VLAN 5
receives:

awplus> enable
awplus# configure terminal
awplus(config)# interface vlan5
awplus(config-if)# ip rip receive version 2
awplus(config-if)# ip rip send version 2