Configuration - Ethernet Interface Mode

ip route

Use the Ethernet Interface ip route command to configure the static routes on this interface. To delete a route, see no ip route command on page 11-21.

Syntax: (config-int-eth-{n})# ip route dest-ip-addrmask mask gateway

gateway metric metric

Field

Definition

dest-ip-addr

Enter the destination IP address.

 

 

mask

Enter the mask of the above address.

 

 

gateway

Enter the gateway IP address.

 

 

metric

Metric of IP network on this interface in the Routing Table. Range is

 

0-255, with a default is 10.

 

 

Example: (config-int-eth-1)# ip route 192.168.100.200 mask 255.255.255.0 gateway 192.168.100.254 metric 125

Supported Platforms: Adit 3104, Adit 3200, Adit 3500, MSR

ip route-mode

Use the Ethernet Interface ip route-modecommand to configure the routing mode.

Syntax: (config-int-eth-{n})# ip route-mode {naptroute}

Field

napt

route

Definition

Set to NAPT mode. Default. NAPT is used if doing private IPs on the Ethernet side or if you want to hide specific publics on the internal side.

Set to Route mode. Routing is used if public is visible on both sides.

Example: (config-int-eth-1)# ip route-mode napt

Supported Platforms: Adit 3104, Adit 3200, Adit 3500, MSR

Adit 3000 (Rel. 1.6) and MSR Card (Rel 2.0) CLI

11-15

Page 259
Image 259
Carrier Access none manual Ip route-mode, Syntax config-int-eth-n# ip route-mode naptroute, Napt Route