Alliedware plus command – Allied Telesis AT-S63 User Manual

Page 710

Advertising
background image

Chapter 38: Internet Protocol Version 4 Packet Routing Commands

710

Section VII: Internet Protocol Routing

AlliedWare Plus

Command

Syntax

interface default_vlan
ip address

ipaddress/mask

|dhcp|bootp

rip-metric

value

Mode

VLAN Interface mode

Description

This command has the following rules and restrictions:

You can use this command to add a routing interface only to the
Default_VLAN. To add routing interfaces to other VLANs on the
switch, use the standard command.

You cannot assign a name to a new routing interface.

The command does not allow you to specify a routing interface
number. The interface is automatically assigned the designation
“VLAN1-0.” To create more than one routing interface in the
Default_VLAN, use the standard command.

Examples

This example creates a routing interface with the IP address 149.22.23.12
and the mask 255.255.255.0 in the Default_VLAN:

awplus> enable
awplus# configure terminal
awplus(config)# interface Default_VLAN
awplus(config-if)# ip address 149.22.23.12/24

This example creates a routing interface in the Default_VLAN, with the IP
address 132.111.43.12, the mask 255.255.255.0, and the RIP metric 3:

awplus> enable
awplus# configure terminal
awplus(config)# interface Default_VLAN
awplus(config-if)# ip address 132.111.43.12/24
awplus(config-if)# rip-metric 3

Advertising