Allied Telesis AT-S63 User Manual

Page 576

Advertising
background image

Chapter 32: Internet Protocol Version 4 Packet Routing

576

Section VII: Internet Protocol Routing

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

Passwords are not supported in RIP version 1.

Description

This command adds RIP to an interface. It also controls the type of RIP
packets sent to and accepted by the interface. For background
information, refer to “Routing Information Protocol (RIP)” on page 554.

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

Examples

This command adds RIP to the VLAN5-0 interface and configures the
routing protocol to send and accept only version 1 packets. No password
is specified since RIP version 1 does not support passwords.

add ip rip interface=vlan5-0

send=rip1 receive=rip1

This command adds RIP to the VLAN10-0 interface and configures the
routing protocol to send version 2 packets and accept packets of either
version. Password protection is not used:

add ip rip interface=vlan10-0

send=rip2 receive=both

authentication=none

This command adds RIP to the VLAN12-2 interface. It configures the
protocol to send version 2 packets and accept packets of either version.
The password “net25aqy” is used for authentication:

add ip rip interface=vlan12-2

send=rip2 receive=both

authentication=pass password=net25aqy

Advertising