3500XL Configure SVI's
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?
My ROAS:
Ping Results:
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?
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?
Currently Pursuing
WGU (BS in IT Network Administration) - 52%| CCIE:Voice Written - 0% (0/200 Hours)
mikej412 wrote:Cisco Networking isn't just a job, it's a Lifestyle.
Comments
-
mikej412 Member Posts: 10,086 ■■■■■■■■■■How is your VLAN1 IP of 192.168.1.50 supposed to reach the default gateway IP of 192.168.1.1 if that's in VLAN 99?:mike: Cisco Certifications -- Collect the Entire Set!
-
chmorin Member Posts: 1,446 ■■■■■□□□□□How is your VLAN1 IP of 192.168.1.50 supposed to reach the default gateway IP of 192.168.1.1 if that's in VLAN 99?
I can make vlan99 SVI's on a 2900? Someone from work told me I had to use vlan1... Let me try, I guess.
EDIT:
Ugh, last time I listen to someone before I try it in a lab. My boss told me that layer 2 devices have to use vlan 1 to configure IP addresses >.> WRONG. Thanks mike.Currently PursuingWGU (BS in IT Network Administration) - 52%| CCIE:Voice Written - 0% (0/200 Hours)mikej412 wrote:Cisco Networking isn't just a job, it's a Lifestyle. -
ColbyG Member Posts: 1,264I can make vlan99 SVI's on a 2900? Someone from work told me I had to use vlan1... Let me try, I guess.
EDIT:
Ugh, last time I listen to someone before I try it in a lab. My boss told me that layer 2 devices have to use vlan 1 to configure IP addresses >.> WRONG. Thanks mike.
He probably meant that an L2 switch can on only have one active SVI. Or he's just confused. -
chmorin Member Posts: 1,446 ■■■■■□□□□□He probably meant that an L2 switch can on only have one active SVI. Or he's just confused.
Ah that could have been it, but I probably heard it wrong. Thanks!Currently PursuingWGU (BS in IT Network Administration) - 52%| CCIE:Voice Written - 0% (0/200 Hours)mikej412 wrote:Cisco Networking isn't just a job, it's a Lifestyle. -
dnezat Registered Users Posts: 1 ■□□□□□□□□□Yeah, I think that he just meant that 2900's can only support 1 active SVI at a time.
-
chmorin Member Posts: 1,446 ■■■■■□□□□□Yeah, I think that he just meant that 2900's can only support 1 active SVI at a time.
Smartass. I mean, what?
PS:
That, would be my boss XDCurrently PursuingWGU (BS in IT Network Administration) - 52%| CCIE:Voice Written - 0% (0/200 Hours)mikej412 wrote:Cisco Networking isn't just a job, it's a Lifestyle.