You are on page 1of 3

sw-1#show running-config

Building configuration...

Current configuration : 1270 bytes


!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname sw-1
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1 – 0/24
!
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 192.168.1.2 255.255.255.0
!
ip default-gateway 192.168.1.1
!
banner motd ^C
fuera
^C
!
line con 0
password 7 0822404F1A0A
login
!
line vty 0 4
password 7 0822404F1A0A
login
line vty 5 15
password 7 0822404F1A0A
login
!
!
End
rt-1#sh run
Building configuration...

Current configuration : 978 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname rt-1
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX15241A7F
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 10.10.10.1 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 11.11.11.0 255.255.255.252 10.10.10.2
ip route 172.16.1.0 255.255.255.0 10.10.10.2
!
ip flow-export version 9
!
banner motd ^C
fuera
^C
line con 0
password 7 0822404F1A0A
login
!
line aux 0
!
line vty 0 4
password 7 0822404F1A0A
login
line vty 5 15
password 7 0822404F1A0A
login
!

end

You might also like