Options

3500XL Configure SVI's

chmorinchmorin Member Posts: 1,446 ■■■■■□□□□□
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?
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

  • Options
    mikej412mikej412 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!
  • Options
    chmorinchmorin Member Posts: 1,446 ■■■■■□□□□□
    mikej412 wrote: »
    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 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.
  • Options
    ColbyGColbyG Member Posts: 1,264
    chmorin wrote: »
    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.

    He probably meant that an L2 switch can on only have one active SVI. Or he's just confused.
  • Options
    chmorinchmorin Member Posts: 1,446 ■■■■■□□□□□
    ColbyG wrote: »
    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 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.
  • Options
    dnezatdnezat Registered Users Posts: 1 ■□□□□□□□□□
    Yeah, I think that he just meant that 2900's can only support 1 active SVI at a time. ;)
  • Options
    chmorinchmorin Member Posts: 1,446 ■■■■■□□□□□
    dnezat wrote: »
    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 XD
    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.
Sign In or Register to comment.