Allied Telesis AT-S63 User Manual

Page 714

Advertising
background image

Chapter 38: Internet Protocol Version 4 Packet Routing Commands

714

Section VII: Internet Protocol Routing

Examples

This example adds RIP to the VLAN2-0 interface and configures the
routing protocol to send and accept only version 1 packets.

awplus> enable
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# network vlan2-0
awplus(config-router)# send rip1 vlan2-0
awplus(config-router)# recv rip1 vlan2-0

This example adds RIP to the VLAN4-1 interface and configures the
routing protocol to send version 2 packets and to accept both version 1
and version 2 packets. Password authentication is activated for the
version 2 packets and the password is set to “atwat225”:

awplus> enable
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# network vlan4-1
awplus(config-router)# send rip2 vlan4-1
awplus(config-router)# recv both vlan4-1
awplus(config-router)# authentication pass vlan4-1
awplus(config-router)# password atwat225 vlan4-1

Advertising