Allied Telesis AT-S63 User Manual

Page 738

Advertising
background image

Chapter 38: Internet Protocol Version 4 Packet Routing Commands

738

Section VII: Internet Protocol Routing

Mode

Router mode

Description

These AlliedWare Plus commands are equivalent to the standard
command.

Examples

This example changes the settings for RIP on the VLAN2-0 interface. It
configures the routing protocol to send and accept only version 2 packets.
Password authentication is activated and the password is set to “ba124”:

awplus> enable
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# send rip2 vlan2-0
awplus(config-router)# recv rip2 vlan2-0
awplus(config-router)# authentication pass vlan2-0
awplus(config-router)# password ba124 vlan2-0

This example changes the RIP settings on the VLAN4-1 interface. It
configures the routing protocol to send version 2 packets and to accept
both version 1 and version 2 packets, without password authentication:

awplus> enable
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# send rip2 vlan4-1
awplus(config-router)# recv both vlan4-1
awplus(config-router)# authentication none vlan4-1

Advertising