0% found this document useful (0 votes)
15 views5 pages

Hithm Config1

The document describes the configuration and state changes of multiple routers (R1, R2, R3, ISP) using EIGRP for routing. It includes interface status updates, IP address assignments, and the setup of service policies for traffic management. Additionally, it highlights issues such as duplicate IP addresses and configuration errors during the setup process.

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)
15 views5 pages

Hithm Config1

The document describes the configuration and state changes of multiple routers (R1, R2, R3, ISP) using EIGRP for routing. It includes interface status updates, IP address assignments, and the setup of service policies for traffic management. Additionally, it highlights issues such as duplicate IP addresses and configuration errors during the setup process.

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/ 5

R3:

.....................
Router(config)#int f1/0
Router(config-if)#no sh
Router(config-if)#
*Jan 12 06:49:44.623: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to
up
*Jan 12 06:49:45.619: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to up
Router(config-if)#
Router(config-if)#ip address 192.168.40.1 255.255.255.0
Router(config-if)#
*Jan 12 06:50:03.331: %IP-4-DUPADDR: Duplicate address 192.168.40.1 on
FastEthernet1/0, sourced by ca02.0379.0038
Router(config-if)#ip address 192.168.40.2 255.255.255.0
Router(config-if)#int f1/1
Router(config-if)#no h
% Ambiguous command: "no h"
Router(config-if)#no sh
Router(config-if)#
*Jan 12 06:50:44.179: %LINK-3-UPDOWN: Interface FastEthernet1/1, changed state to
up
*Jan 12 06:50:45.179: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/1, changed state to up
Router(config-if)#ip address 192.168.40.2 255.255.255.0
% 192.168.40.0 overlaps with FastEthernet1/0
Router(config-if)#ip address 192.168.50.254 255.255.255.0
Router(config-if)#
Router(config-if)#end
Router#
Router#
Router(config)#router eigrp 100
Router(config-router)#net 192.168.40.0 0.0.0.255
Router(config-router)#net 192.168.40.0 0.0.0.255
*Jan 12 07:00:03.791: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 192.168.40.1
(FastEthernet1/0) is up: new adjacency
Router(config-router)#net 192.168.50.0 0.0.0.255
Router(config-router)#end
Router#

.......................
R2

Router(config)#int f1/0
Router(config-if)#no sh
Router(config-if)#
*Jan 12 06:49:01.051: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to
up
*Jan 12 06:49:02.051: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to up
Router(config-if)#ip address 192.168.30.2 255.255.255.0
Router(config-if)#end

Router(config)#router eigrp 100


Router(config-router)#net 192.168.20.0 0.0.0.255
Router(config-router)#net 192.168.30.0 0.0.0.255
Router(config-router)#
*Jan 12 06:58:47.187: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 192.168.30.1
(FastEthernet1/0) is up: new adjacency
Router(config-router)#no net 192.168.20.0 0.0.0.255
Router(config-router)#end
.......................
ISP

Router(config)#int f1/0
Router(config-if)#no sh
Router(config-if)#
*Jan 12 06:46:39.599: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to
up
*Jan 12 06:46:40.599: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to upip
% Incomplete command.

Router(config-if)#
Router(config-if)#ip address 192.168.20.2 255.255.255.0
Router(config-if)#int f1/1
Router(config-if)#no sh
Router(config-if)#
*Jan 12 06:47:19.199: %LINK-3-UPDOWN: Interface FastEthernet1/1, changed state to
up
*Jan 12 06:47:20.199: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/1, changed state to up
Router(config-if)#ip address 192.168.30.1 255.255.255.0
Router(config-if)#int f2/0
Router(config-if)#no sh
Router(config-if)#
*Jan 12 06:48:08.571: %LINK-3-UPDOWN: Interface FastEthernet2/0, changed state to
up
*Jan 12 06:48:09.571: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet2/0, changed state to up
Router(config-if)#ip address 192.168.40.1 255.255.255.0
Router(config-if)#end

Router(config)#router eigrp 100


Router(config-router)#net 192.168.20.0 0.0.0.255
Router(config-router)#
*Jan 12 06:57:21.931: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 192.168.20.1
(FastEthernet1/0) is up: new adjacency
Router(config-router)#net 192.168.30.0 0.0.0.255
Router(config-router)#net 192.168.40.0 0.0.0.255
Router(config-router)#end
Router(config)#class-map ICMP
Router(config-cmap)#match protocol icmp

Router(config)#policy-map SINGLE-RATE-TWO-COLOR
Router(config-pmap)#class ICMP
Router(config-pmap-c)#police 128000
Router(config-pmap-c-police)#conform-action transmit
Router(config-pmap-c-police)#exceed-action drop
Router(config-pmap-c-police)#ex
% Ambiguous command: "ex"
Router(config-pmap-c-police)#end
Router#
*Jan 12 10:50:52.347: %SYS-5-CONFIG_I: Configured from console by consoleconf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f1/0
Router(config-if)#service-policy input SINGLE-RATE-TWO-COLOR
Router(config-if)#ex
Router(config)#
Router(config)#end
Router#
Router#
*Jan 12 10:55:03.239: %SYS-5-CONFIG_I: Configured from console by console
Router#sh policy-map int f1/0
FastEthernet1/0

Service-policy input: SINGLE-RATE-TWO-COLOR

Class-map: ICMP (match-all)


4997 packets, 560978 bytes
5 minute offered rate 16000 bps, drop rate 0000 bps
Match: protocol icmp
police:
cir 128000 bps, bc 4000 bytes
conformed 4997 packets, 560978 bytes; actions:
transmit
exceeded 0 packets, 0 bytes; actions:
drop
conformed 16000 bps, exceeded 0000 bps

Class-map: class-default (match-any)


48 packets, 3552 bytes
5 minute offered rate 0000 bps, drop rate 0000 bps
Match: any
Router#

..................
R1

Router(config)#int f1/0
Router(config-if)#no sh
Router(config-if)#ip a
*Jan 12 06:45:26.923: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to
up
*Jan 12 06:45:27.923: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/0, changed state to upddress
% Incomplete command.

Router(config-if)#ip address 192.168.10.254 255.255.255.0


Router(config-if)#int f1/1
Router(config-if)#no sh
Router(config-if)#
*Jan 12 06:45:57.159: %LINK-3-UPDOWN: Interface FastEthernet1/1, changed state to
up
*Jan 12 06:45:58.159: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet1/1, changed state to up
Router(config-if)#ip address 192.168.20.1 255.255.255.0
Router(config-if)#end
Router#
Router(config)#router eigrp 100
Router(config-router)#net 192.168.10.0 0.0.0.255
Router(config-router)#net 192.168.20.0 0.0.0.255
Router(config-router)#end
Router#
Router#q
Router#ping 192.168.20.2 repeat 10000
Router(config)#ip access-list extended HITHAM
Router(config-ext-nacl)#permit ip host 192.168.10.10 host 192.168.50.10
Router(config-ext-nacl)#ex
Router(config)#class-map IPERF
Router(config-cmap)#match access-group name HITHAM
Router(config-cmap)#policy-map HITHAM1
Router(config-pmap)#class IPERF
Router(config-pmap-c)#shape ?
adaptive Enable Traffic Shaping adaptation to BECN
average configure token bucket: CIR (bps) [Bc (bits) [Be (bits)]],
send out Bc only per interval
fecn-adapt Enable Traffic Shaping reflection of FECN as BECN
fr-voice-adapt Enable rate adjustment depending on voice presence
peak configure token bucket: CIR (bps) [Bc (bits) [Be (bits)]],
send out Bc+Be per interval

Router(config-pmap-c)#shape 64000
^
% Invalid input detected at '^' marker.

Router(config-pmap-c)#shape av ?
<8000-800000000> Target Bit Rate (bits/sec). (postfix k, m, g optional;
decimal point allowed)
percent % of interface bandwidth for Committed information rate

Router(config-pmap-c)#shape av 640000
Router(config-pmap-c)#ex
Router(config-pmap)#ex
Router(config)#int f1/1
Router(config-if)#service-policy output HITHAM1
Router(config-if)#EX
Router(config)#
Router(config)#END
Router#
Router#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 09:40:49.891: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...
[OK]
Router#
Router#
Router#sh policy-map int f1/1
FastEthernet1/1

Service-policy output: HITHAM1

Class-map: IPERF (match-all)


37 packets, 2738 bytes
5 minute offered rate 0000 bps, drop rate 0000 bps
Match: access-group name HITHAM
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 37/2738
shape (average) cir 640000, bc 2560, be 2560
target shape rate 640000

Class-map: class-default (match-any)


13 packets, 1202 bytes
5 minute offered rate 0000 bps, drop rate 0000 bps
Match: any

queue limit 64 packets


(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 13/1202
Router#

You might also like