Sie sind auf Seite 1von 3

Router>ENABLE

Router#CONFIG T
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#HOSTNAME RA
RA(config)#IPV6 UNICAST-ROUTING
RA(config)#INT G0/0
RA(config-if)#IP ADD 192.168.1.1 255.255.255.0 (IP DEL GATEWAY)
RA(config-if)#IPV6 ADD 2001:ACAD:1:A::1/64 (IPV6 DEL GATEWAY)
RA(config-if)#NO SHUTDOWN

RA(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state


to up

RA(config-if)#DESCRIPTION CONEXION A SWITCH PUERTO FA0/2


RA(config-if)#EXIT
RA(config)#INT G0/1
RA(config-if)#IP ADD 200.0.0.1 255.255.255.0 (IP DEL ROUTER QUE SE TIENE)
RA(config-if)#IPV6 ADD 2001:ACAD:1:B::1/64 (IPV6 DEL ROUTER QUE SE TIENE)
RA(config-if)#NO SHUTDOWN

RA(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up

RA(config-if)#DESCRIPTION CONEXION A RB PUERTO G0/1


RA(config-if)#EXIT
RA(config)#IP ROUTE 192.168.2.0 255.255.255.0 200.0.0.2 (IP <LAN QUE
LLEGAS> <MASCARA> <IP ROUTER QUE PASAS>)
RA(config)#IPV6 ROUTE 2001:ACAD:1:C::/64 2001:ACAD:1:B::2 (IPV6 <LAN QUE LLEGAS>
<MASCARA> <IP ROUTER QUE PASAS>)
RA(config)#EXIT
RA#
%SYS-5-CONFIG_I: Configured from console by console

RA#COPY RUN START


Destination filename [startup-config]?
Building configuration...
[OK]

RA#SHOW RUNNING-CONFIG
Building configuration...

Current configuration : 978 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RA
!
!
!
!
!
!
!
!
ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX15242RN5-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
description CONEXION A SWITCH PUERTO FA0/2
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:ACAD:1:A::1/64
!
interface GigabitEthernet0/1
description CONEXION A RB PUERTO G0/1
ip address 200.0.0.1 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:ACAD:1:B::1/64
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.2.0 255.255.255.0 200.0.0.2
!
ip flow-export version 9
!
ipv6 route 2001:ACAD:1:C::/64 2001:ACAD:1:B::2
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

RA#

Das könnte Ihnen auch gefallen