Sei sulla pagina 1di 2

DHCP

R(config)#ip dhcp excluded-address low add high add


R(config)#ip dhcp pool NOMBRE
R(dhcp-config)#network red mascara
R(dhcp-config)#default-router IPgateway
R(dhcp-config)#dns-server IPdns

NAT
R(config)# ip nat inside source static localIP GlobalIP
R1(config)# interface interface
R(config-if)# ip nat inside
R(config)# interface interface
R(config-if)# ip nat outside

NAT DINAMICO
R(config)# ip nat pool nombre IPinicio IPfinal
R(config)# access-list #acces permit RED wildcard
R(config)# ip nat inside source list listaAcceso pool Nombre
R(config)# interface interface
R(config-if)# ip nat inside
R(config)# interface interface
R(config-if)# ip nat outside
R(config)# show ip nat translations
R(config)# show ip nat statics

RIP

RIPv2
R(config)#router rip
R(config-router)# version 2
R(config-router)# network red
R(config-router)# no auto-summary

RIPng
R1(config)# ipv6 unicast-routing
R1(config)# ipv6 router rip IDProceso
R1(config)# interface interface
R1(config-if)# ipv6 rip IDProceso enable

ENRUTAMIENTO (OSPF)
R(config)#router ospf IDproceso
R(config-router)# network ip_network wildcard area #area
R(config-router)# passive-interface Interface
R(config-router)# end

ENRUTAMIENTO (EIGRP)
R(config)#router eigrp #AS
R(config-router)# network ip_network wildcard
R(config-router)# end
ENRUTAMIENTO (EIGRP IPv6)
R1(config)# ipv6 unicast-routing
R1(config)# ipv6 router eigrp #AS
R1(config-router)# eigrp router-id 1.1.1.1
R1(config-router)# no shutdown
R1(config)# interface #interface
R1(config-if)# ipv6 eigrp AS

ENRUTAMIENTO (OSPFv3)
R(config)# ipv6 unicast-routing
R(config)# ipv6 router ospf PROCESO
R(config-rtr)# router-id ID_PROCESO
R(config-rtr)# exit

R(config)# interface interface


R(config)#ipv6 ospf PROCESO area NºArea

VLAN
Creamos Vlan’s para cada red
SW1(config)#vlan 10
SW1(config_if)#name ASDDAS

Asignamos por cual intertace del switch pasará cada Vlan


SW1(config)#interface f0/1
SW1(config-if)#switchport mode access
SW1(config-if)#switchport access vlan 10

Troncalizar

Crear interfaces “virtuales” para poder asignar los default gateway para las diferentes vlan’s
3560(config-if)#interface vlan 10
3560(config-if)#ip add red mask
3560(config-if)#exit

Crear interfas routeable switch L3


3560(config-if)#interface fastEthernet 0/21 3560(config-if)#no switchport

VTP

Potrebbero piacerti anche