Switch#sh run Building configuration... Current configuration : 3349 bytes ! ! service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption service compress-config ! hostname Switch ! boot-start-marker boot-end-marker ! ! ! no aaa new-model ! ! ! ! ! ! ! ip dhcp pool LAN50 network 10.50.50.0 255.255.255.0 default-router 10.50.50.1 ! ! ip cef no ipv6 cef ! ! ! spanning-tree mode pvst spanning-tree extend system-id ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface GigabitEthernet0/0 no switchport ip address 10.50.20.2 255.255.255.252 negotiation auto ! interface GigabitEthernet0/1 no switchport ip address 10.50.10.2 255.255.255.252 negotiation auto ! interface GigabitEthernet0/2 switchport access vlan 50 switchport mode access negotiation auto ! interface GigabitEthernet0/3 switchport access vlan 50 switchport mode access negotiation auto ! interface GigabitEthernet1/0 negotiation auto ! interface GigabitEthernet1/1 negotiation auto ! interface GigabitEthernet1/2 negotiation auto ! interface GigabitEthernet1/3 negotiation auto ! interface Vlan50 ip address 10.50.50.1 255.255.255.0 ! ip forward-protocol nd ! ip http server ip http secure-server ! ip route 0.0.0.0 0.0.0.0 10.50.20.1 ip route 0.0.0.0 0.0.0.0 10.50.10.1 ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 ! ! end Switch#