Allied Telesis AT-S63 User Manual

Page 587

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

Section VII: Internet Protocol Routing

587

The interface must be configured for RIP version 2 in
order for you to specify a password. Passwords are
not supported in RIP version 1.

Passwords are sent in plaintext. The AT-S63
management software does not support encrypted
passwords.

Description

This command modifies the RIP settings of an interface. To initially add
RIP to an interface, refer to “ADD IP RIP” on page 572. To view the
interfaces on the switch, refer to “SHOW IP INTERFACE” on page 594.

This command is not available on the AT-9408LC/SP, AT-9424T/GB, and
AT-9424T/SP switches.

Examples

This command changes RIP on the VLAN4-3 interface to send version 2
packets, accept either version 1 or 2, and use the password “wa24pt” for
authentication:

set ip rip interface=vlan4-3

send=rip2 receive=both

authentication=pass password=wa24pt

This command changes RIP on the VLAN11-0 interface to accept both
RIP version 1 and version 2 packets:

set ip rip interface=vlan11-0

receive=both

This command changes RIP on the VLAN22-1 interface to send and
receive RIP version 1 packets. Since version 1 does not support password
authentication, the command disables it:

set ip rip interface=vlan22-1

send=rip1 receive=rip1

authentication=none

Note

Password authentication must be disabled to change an interface
from RIP version 2 to version 1.

Advertising