cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
calimochoman
New Contributor

How to setup WAN/LAN Netvanta 3448

Jump to solution

Hi,

I'm new to the Netvanta 3448.  I'm still trying to figure out how to setup one of the eth int as WAN and the other as LAN.  Here part of my config....

interface eth 0/1

  ip address  172.211.1.200  255.255.255.0

  no rtp quality-monitoring

  no awcp

  no shutdown

  no lldp send-and-receive

!

!

interface eth 0/2

  ip address  172.210.1.100  255.255.255.0

  no awcp

  no shutdown

  no lldp send-and-receive

sh ip route

Codes: C - connected, S - static, R - RIP, O - OSPF, B - BGP

       E1 - OSPF external type 1, E2 - OSPF external type 2

       IA - OSPF inter area

Gateway of last resort is 172.211.1.10 eth 0/1

S    0.0.0.0/0 [1/1/0] via 172.211.1.10, eth 0/1

C    172.210.1.0/24 is directly connected, eth 0/2

C    172.211.1.0/24 is directly connected, eth 0/1

I want eth 0/1 to be the WAN and eth 0/2 to be the LAN.

Any help?

Thanks

Labels (2)
0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: How to setup WAN/LAN Netvanta 3448

Jump to solution

- The config snippet you posted looks okay. There is nothing you have to implicitly do to make an interface a WAN or LAN interface. I see that you have the eth 0/1 and eth 0/2 addressed and that your default route is pointing out the eth 0/1 interface.

Are you running into any issues?

Thanks,

Noor

View solution in original post

0 Kudos
4 Replies
Anonymous
Not applicable

Re: How to setup WAN/LAN Netvanta 3448

Jump to solution

- The config snippet you posted looks okay. There is nothing you have to implicitly do to make an interface a WAN or LAN interface. I see that you have the eth 0/1 and eth 0/2 addressed and that your default route is pointing out the eth 0/1 interface.

Are you running into any issues?

Thanks,

Noor

0 Kudos

Re: How to setup WAN/LAN Netvanta 3448

Jump to solution

Hi , Thanks for the answer.  At this moment everything isOK.  Is that I noticed after that the WAN indicator in the front panel of the chassis is not ON and I was thinking that maybe I was missing a command for the int.  Is that saved for T1 interfaces?

Thanks

Anonymous
Not applicable

Re: How to setup WAN/LAN Netvanta 3448

Jump to solution

- Yes you are correct. On the 3448, the WAN LED will refer to the port(s) that is on the Network Interface Module (NIM) that goes into the slot in the back.

Thanks,

Noor

Re: How to setup WAN/LAN Netvanta 3448

Jump to solution

Perfect! I was going nuts for that! Thanks!