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

Need help troubleshooting 3448

I am trying to configure a Netvanta 3448 to give dhcp addresses out and have them route back to a internet connection i am getting from my ISP.

below is my current config.

The problem is when connecting the connection from the ISP to ethernet 0/1 the port is solid red.  When connecting a laptop to ethernet 0/1 the port shows green.

Building configuration...

!

!

! ADTRAN, Inc. OS version 18.02.05.00

! Boot ROM version 13.03.00.SB

! Platform: NetVanta 3448, part number 1200821E1

! Serial number LBADTN1104AA865

!

!

hostname "Router"

no enable password

!

clock timezone -5-Eastern-Time

clock no-auto-correct-DST

!

ip subnet-zero

ip classless

ip routing

ipv6 unicast-routing

!

!

!

!

auto-config

!

event-history on

no logging forwarding

no logging email

!

no service password-encryption

!

!

no ip firewall alg msn

no ip firewall alg mszone

no ip firewall alg h323

!

!

!

!

!

!

!

!

!

!

!

no dot11ap access-point-control

!

!

!

!

!

ip dhcp-server excluded-address 172.16.1.1

!

ip dhcp-server pool "TEST"

  network 172.16.1.0 255.255.255.0

  dns-server 64.X.X.4 209.X.X.227

  default-router 172.16.1.1

!

!

!

!

!

!

vlan 1

  name "Default"

!

!

!

no ethernet cfm

!

interface eth 0/1

  ip address  64.X.X.221  255.255.255.248

  no shutdown

!

!

interface eth 0/2

  ip address  172.16.1.1  255.255.255.0

  no shutdown

!

!

!

interface switchport 0/1

  no shutdown

!

interface switchport 0/2

  no shutdown

!

interface switchport 0/3

  no shutdown

!

interface switchport 0/4

  no shutdown

!

interface switchport 0/5

  no shutdown

!

interface switchport 0/6

  no shutdown

!

interface switchport 0/7

  no shutdown

!

interface switchport 0/8

  no shutdown

!

!

!

interface vlan 1

  ip address dhcp

  no shutdown

!

!

!

!

!

!

!

!

!

!

!

!

ip route 0.0.0.0 0.0.0.0 64.X.X.221

ip route 172.16.1.0 255.255.255.0 172.16.1.1

!

no tftp server

no tftp server overwrite

no ip http server

no ip http secure-server

no snmp agent

no ip ftp server

ip ftp server default-filesystem flash

no ip scp server

no ip sntp server

!

!

!

!

!

!

!

!

!

ip sip udp 5060

ip sip tcp 5060

!

!

!

!

!

!

!

!

!

ip sip proxy grammar contact outbound-server-reference host domain

!

!

!

!

!

!

!

!

!

line con 0

  no login

!

line telnet 0 4

  login

  no shutdown

line ssh 0 4

  login local-userlist

  no shutdown

!

!

!

!

!

!

!

end

0 Kudos