0% found this document useful (0 votes)
7 views4 pages

Hithm Config

The document details the configuration steps for three routers (R1, ISP, and R3) including interface setups, IP address assignments, and EIGRP routing configurations. Each router's interfaces are brought up, IP addresses are assigned, and tunnel interfaces are created for communication. The document also includes log messages indicating the state changes of the interfaces and successful configurations.

Uploaded by

hitham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views4 pages

Hithm Config

The document details the configuration steps for three routers (R1, ISP, and R3) including interface setups, IP address assignments, and EIGRP routing configurations. Each router's interfaces are brought up, IP addresses are assigned, and tunnel interfaces are created for communication. The document also includes log messages indicating the state changes of the interfaces and successful configurations.

Uploaded by

hitham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

R1:

R1(config)#int g0/0
R1(config-if)#no sh
R1(config-if)#
*Jan 12 22:23:21.131: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state
to up
R1(config-if)#
*Jan 12 22:23:22.131: %LINEPROTO-5-UPDOWN: Line protocol on Interface
GigabitEthernet0/0, changed state to up
R1(config-if)#ip address 50.50.50.1 255.255.255.252
R1(config-if)#int f1/0
R1(config-if)#no sh
R1(config-if)#
*Jan 12 22:24:11.151: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to
up
*Jan 12 22:24:12.151: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to up
R1(config-if)#ip address 192.168.10.254 255.255.255.0
R1(config-if)#ex
R1(config)#
R1(config)#ip route 60.60.60.0 255.255.255.252 50.50.50.2
R1(config)#end
R1#
R1#wr
*Jan 12 22:25:14.255: %SYS-5-CONFIG_I: Configured from console by console
R1#wr
Warning: Attempting to overwrite an NVRAM configuration previously written
by a different version of the system image.
Overwrite the previous NVRAM configuration?[confirm]
Building configuration...
[OK]
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int tunnel ?
<0-2147483647> Tunnel interface number

R1(config)#int tunnel 1
R1(config-if)#
*Jan 12 22:27:02.467: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel1,
changed state to down
R1(config-if)#tunnel source g0/0
R1(config-if)#tunnel destination 60.60.60.2 255.255.255.252
^
% Invalid input detected at '^' marker.

R1(config-if)#tunnel destination ?
Hostname or A.B.C.D ip address or host name
X:X:X:X::X IPv6 address
dynamic destination dynamic

R1(config-if)#tunnel destination 60.60.60.2


R1(config-if)#
*Jan 12 22:31:35.331: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel1,
changed state to up
R1(config-if)#ip address 10.10.10.1 255.255.255.252
R1(config-if)#end
R1#w
*Jan 12 22:32:15.635: %SYS-5-CONFIG_I: Configured from console by console
R1#wr
Building configuration...
[OK]
R1#
R1#sh ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 50.50.50.1 YES manual up up
FastEthernet1/0 192.168.10.254 YES manual up up
FastEthernet1/1 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down
FastEthernet2/1 unassigned YES unset administratively down down
FastEthernet3/0 unassigned YES unset administratively down down
FastEthernet3/1 unassigned YES unset administratively down down
GigabitEthernet4/0 unassigned YES unset administratively down down
GigabitEthernet5/0 unassigned YES unset administratively down down
GigabitEthernet6/0 unassigned YES unset administratively down down
Tunnel1 10.10.10.1 YES manual up up
R1#
R1(config)#router eigrp 100
R1(config-router)#net 192.168.10.0
R1(config-router)#net 10.10.10.0
R1(config-router)#no auto-summ
R1(config-router)#end
R1#
R1#wr
Building configuration...

...........................
ISP:
ISP(config)#int g0/0
ISP(config-if)#no sh
ISP(config-if)#
*Jan 12 22:32:33.795: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state
to up
*Jan 12 22:32:34.795: %LINEPROTO-5-UPDOWN: Line protocol on Interface
GigabitEthernet0/0, changed state to up
ISP(config-if)#
ISP(config-if)#ip address 50.50.50.2 255.255.255.252
ISP(config-if)#int f1/0
ISP(config-if)#no sh
ISP(config-if)#
*Jan 12 22:33:05.523: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to
up
*Jan 12 22:33:06.523: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to up
ISP(config-if)#ip address 60.60.60.1 255.255.255.252
ISP(config-if)#end
ISP#
ISP#wr
Warning: Attempting to overwrite an NVRAM configuration previously written
by a different version of the system image.
Overwrite the previous NVRAM configuration?[confirm]
*Jan 12 22:33:33.659: %SYS-5-CONFIG_I: Configured from console by console
[confirm]
Building configuration...
[OK]
ISP#
............................
R3

R3(config)#int f1/0
R3(config-if)#no sh
R3(config-if)#
*Jan 12 22:33:51.163: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to
up
*Jan 12 22:33:52.163: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to up
R3(config-if)#ip address 60.60.60.2 255.255.255.252
R3(config-if)#int f1/1
R3(config-if)#no sh
R3(config-if)#ip address
*Jan 12 22:34:24.831: %LINK-3-UPDOWN: Interface FastEthernet1/1, changed state to
up
*Jan 12 22:34:25.831: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/1, changed state to up
R3(config-if)#ip address 192.168.50.254 255.255.255.0
R3(config-if)#end
R3#
R3#w
*Jan 12 22:34:51.747: %SYS-5-CONFIG_I: Configured from console by console
R3#wr
Warning: Attempting to overwrite an NVRAM configuration previously written
by a different version of the system image.
Overwrite the previous NVRAM configuration?[confirm]
Building configuration...
[OK]
R3#
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int tunnel 1
R3(config-if)#
*Jan 12 22:35:07.699: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel1,
changed state to down
R3(config-if)#tunnel source f1/0
R3(config-if)#tunnel destination 50.50.50.1
R3(config-if)#ip address 10.10.10.2 255.255.255.252
R3(config-if)#end
R3#
R3#wr
Building configuration...

*Jan 12 22:36:52.295: %SYS-5-CONFIG_I: Configured from console by console[OK]


R3#
R3#CONF T
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#ip route 50.50.50.0 255.255.255.252 60.60.60.1
R3(config)#end
R3#
R3#wr
Building configuration...

*Jan 12 22:40:06.067: %SYS-5-CONFIG_I: Configured from console by console[OK]


R3#
*Jan 12 22:40:12.211: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel1,
changed state to up
R3#
R3#sh ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 unassigned YES unset administratively down down
FastEthernet1/0 60.60.60.2 YES manual up up
FastEthernet1/1 192.168.50.254 YES manual up up
FastEthernet2/0 unassigned YES unset administratively down down
FastEthernet2/1 unassigned YES unset administratively down down
FastEthernet3/0 unassigned YES unset administratively down down
FastEthernet3/1 unassigned YES unset administratively down down
GigabitEthernet4/0 unassigned YES unset administratively down down
GigabitEthernet5/0 unassigned YES unset administratively down down
GigabitEthernet6/0 unassigned YES unset administratively down down
Tunnel1 10.10.10.2 YES manual up up
R3#
R3(config)#router eigrp 100
R3(config-router)#no auto-summ
R3(config-router)#net
% Incomplete command.

R3(config-router)#net 192.168.50.0
R3(config-router)#net 10.10.10.0
R3(config-router)#end
*Jan 12 23:08:51.275: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 10.10.10.1
(Tunnel1) is up: new adjacency
R3(config-router)#end
R3#
R3#

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy