Okay, this is starting to aggravate me. I have configured a bunch of SVI's but on the 3500 and my 2900's they are being very stubborn. Am I missing something?
interface VLAN1
ip address 192.168.1.50 255.255.255.192
no ip directed-broadcast
no ip route-cache
!
ip default-gateway 192.168.1.1
DLSW#show ip int brief
Interface IP-Address OK? Method Status Proocol
VLAN1 192.168.1.50 YES NVRAM up up
My ROAS:
interface FastEthernet0/0
no ip address
speed auto
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.1.65 255.255.255.192
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.1.129 255.255.255.192
!
interface FastEthernet0/0.30
encapsulation dot1Q 30
ip address 192.168.1.193 255.255.255.192
!
interface FastEthernet0/0.99
encapsulation dot1Q 99 native
ip address 192.168.1.1 255.255.255.192
Ping Results:
DLSW#ping 192.168.1.50
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.50, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms
DLSW#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
If I had to take a guess, I think it has something to do with me using vlan99 as a native vlan on my ROAS configs. That is the only thing I have not done with SVI's, usualy I have L3 switches at work.
Am I on the right track at least?