Atlantis Land A02-RA(Atmos)_ME01 manual config, Syntax, Description, Example

Models: A02-RA(Atmos)_ME01

1 112
Download 112 pages 14.35 Kb
Page 75
Image 75

device ether

ether

//edd

mtu 1500

192.168.2.1

device loop

loop

-

mtu 2048

127.0.0.1

mymachine>

ip ping 127.0.0.1

 

 

ip: ping -

reply received from 127.0.0.1

 

mymachine> ip ping 192.168.2.1

ip: ping - transmit error: Host is down (rc=62) mymachine> ip autoloop on

mymachine> ip ping 192.168.2.1

ip: ping - reply received from 192.168.2.1

10.6config

10.6.1Syntax

config [save]

10.6.2 Description

Displays the IP configuration (not including the snmp configuration), or saves it in flash memory.

The functionality of the config command is also accessible in the standard way through the config process (eg. config print ip), if that process is present. However, when accessed through the config process, the snmp configuration is included.

10.6.3 Example

mymachine> ip config

 

 

 

 

 

device add ether ether

//edd

mtu 1500

192.168.2.1

device add flane ether

//lec1

mtu 1500

192.168.55.1

subnet add flane.home

 

. 192.168.55.0

ff:ff:ff:00

subnet add ether.home

 

. 192.168.2.0

ff:ff:ff:00

rip send

ether

2

 

 

 

 

rip send

flane

2

 

 

 

 

rip accept

ether

1

2

 

 

 

rip accept

flane

1

2

 

 

 

autoloop on

 

 

 

 

 

 

route add default 0.0.0.0 192.168.2.7 00:00:00:00 2 # MAN relay ether ether

relay ether flane relay flane flane ipatm lifetime 60

#IP host table:

#Port table: router 520/UDP

Page 75
Image 75
Atlantis Land A02-RA(Atmos)_ME01 manual config, Syntax, Description, Example