Você está aqui: Página Inicial Disciplinas 2014.2 Arq de Redes configRoteador.txt

configRoteador.txt

configRoteador.txt — Plain Text, 675 bytes

Conteúdo do arquivo

enable
conf t
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
hostname Router
ip cef
no ipv6 cef
license udi pid CISCO2911/K9 sn FTX1524JKY3
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 192.168.2.1 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end