You are on page 1of 1

conf t

enable secret
hostname "xxxx"
line console 0
login local
line vty 0 4
exit
username "xxx" password "xxx"
service password-encryption
interface fastEthernet x/x
ip address "gateway" "submask"
no shutdown
interface serial x/x
(clock rate XXXXXXXX)
ip address "gateway" "submask"
no shutdown
do wr
ip dhcp excluded-address "desde xxx" "hasta xxx"
ip dhcp pool "xxx"
network "global" "submask"
default-router "gateway"
dns-server "ip dns"
exit
do wr
router rip
network "xxx"
exit
do wr
Clase A: 10.0.0.0 a 10.255.255.255 (8 bits red, 24 bits hosts) 1-126
default
mask /8 255.0.0.0
Clase B: 172.16.0.0 a 172.31.255.255 (16 bits red, 16 bits hosts)128-191 default
mask /16 255.255.0.0
Clase C: 192.168.0.0 a 192.168.255.255 (24 bits red, 8 bits hosts)192-223 defaul
t mask/24 255.255.255.0

You might also like