I am trying to expand the public ips that are outward-facing at a client site. The isp router is a 2610. I created a vlan on the switch and one port is configured like this
interface FastEthernet0/4
duplex half
speed 10
switchport access vlan 20
I have set the speed on 3 ports to 10, and differing duplex settings. However, every time I connect the router, the line is admin up, protocol down. I ended up temporarily with a dumb hub connecting all my outward facing devices, and it works, but is not optimal. I can't think of what else that would keep the protocol down (even a vlan misconfiguration shouldn't do that) but was able to see the protocol come up on that switch only by disabling keepalives.
Perhaps it is obvious and I am just stupid?
interface FastEthernet0/4
duplex half
speed 10
switchport access vlan 20
I have set the speed on 3 ports to 10, and differing duplex settings. However, every time I connect the router, the line is admin up, protocol down. I ended up temporarily with a dumb hub connecting all my outward facing devices, and it works, but is not optimal. I can't think of what else that would keep the protocol down (even a vlan misconfiguration shouldn't do that) but was able to see the protocol come up on that switch only by disabling keepalives.
Perhaps it is obvious and I am just stupid?