Compare cert salaries and plan your next career move
mattrgee wrote: » Thanks. With a 3560 in place, will I need to get the provider to add a static route to the 2800 in order to tell it where to route traffic destined for the new vlan? Presumably a couple of ports on the 3560 will reside in the existing vlan with the rest of the switch allocated to the new vlan.
version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Switch ! enable secret 5 xxxxxxxxxxxxxxxx ! no aaa new-model system mtu routing 1500 ip subnet-zero ip routing no ip domain-lookup ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! interface FastEthernet0/1 switchport access vlan 3 switchport mode access spanning-tree portfast ! interface FastEthernet0/2 switchport access vlan 3 switchport mode access spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 3 switchport mode access spanning-tree portfast ! interface FastEthernet0/4 switchport access vlan 3 switchport mode access spanning-tree portfast ! interface FastEthernet0/5 switchport access vlan 3 switchport mode access spanning-tree portfast ! interface GigabitEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/2 switchport trunk encapsulation dot1q switchport mode trunk ! interface Vlan1 no ip address shutdown ! interface Vlan2 ip address 10.32.43.8 255.255.255.0 ! interface Vlan3 ip address 10.32.44.1 255.255.255.0 ! ip classless ip route 0.0.0.0 0.0.0.0 10.32.43.1 ip http server ! ! control-plane ! ! line con 0 exec-timeout 0 0 password xxxxxxxxx logging synchronous login line vty 0 4 exec-timeout 0 0 password xxxxxxxxx logging synchronous login line vty 5 15 exec-timeout 0 0 password xxxxxxxxx logging synchronous login ! end
mattrgee wrote: » Nearly there: What I'm confused about is which interface on the new switch will be used as the next hop by the providers router? i.e. to reach the new network of 10.32.44.0/24 our providers router will need to forward traffic to an ip address in the 10.32.43.0 network which should be advertised by the 3560 switch. I've tried to advertise this address on the switch as vlan 2, but with no ports assigned the vlan is down. I'm guessing using a vlan isn't the right way to do it. Any ideas? Thanks.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.