Wednesday, May 23, 2018

Using Cisco 3750 as Router

So the quick and dirty is, I'm limited to what I have available as stock for routers. I've been searching around and found I can use a 3750 as a router.

I applied some basic lines of command to my Gi Ports, and was hoping if someone here can confirm this will work?

I'm not going full out programming this, as I have some new trainees that I have to get up to speed on switches and routers.

My entire shop is full of switches no in use, but all our routers are live, so I can't have trainees touching live routers.

Thanks.

Building configuration... Current configuration : 1922 bytes ! ! Last configuration change at 00:18:17 UTC Mon Mar 1 1993 ! version 15.0 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Switch ! boot-start-marker boot-end-marker ! no logging console ! no aaa new-model switch 1 provision ws-c3750-24fs system mtu routing 1500 ip routing ! ! ! ! ! ! ! ! spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! ! ! ! ! interface FastEthernet1/0/1 ! interface FastEthernet1/0/2 ! interface FastEthernet1/0/3 ! interface FastEthernet1/0/4 ! interface FastEthernet1/0/5 ! interface FastEthernet1/0/6 ! interface FastEthernet1/0/7 ! interface FastEthernet1/0/8 ! interface FastEthernet1/0/9 ! interface FastEthernet1/0/10 ! interface FastEthernet1/0/11 ! interface FastEthernet1/0/12 ! interface FastEthernet1/0/13 ! interface FastEthernet1/0/14 ! interface FastEthernet1/0/15 ! interface FastEthernet1/0/16 ! interface FastEthernet1/0/17 ! interface FastEthernet1/0/18 ! interface FastEthernet1/0/19 ! interface FastEthernet1/0/20 ! interface FastEthernet1/0/21 ! interface FastEthernet1/0/22 ! interface FastEthernet1/0/23 ! interface FastEthernet1/0/24 ! interface GigabitEthernet1/0/1 description TRUNK switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk spanning-tree link-type point-to-point ! interface GigabitEthernet1/0/2 description TRUNK2 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk spanning-tree link-type point-to-point ! interface Vlan1 no ip address shutdown ! interface Vlan2 ip address 192.168.2.1 255.255.255.0 ip access-group 1 in ! interface Vlan10 ip address 192.168.1.1 255.255.255.0 ip access-group 1 in ! no ip http server no ip http secure-server ! ! logging esm config access-list 1 permit any ! ! line con 0 line vty 5 15 ! end 


No comments:

Post a Comment