<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=TCP%2FIP%3A_Quagga_OSPF_sederhana</id>
	<title>TCP/IP: Quagga OSPF sederhana - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=TCP%2FIP%3A_Quagga_OSPF_sederhana"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=TCP/IP:_Quagga_OSPF_sederhana&amp;action=history"/>
	<updated>2026-04-10T17:46:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=TCP/IP:_Quagga_OSPF_sederhana&amp;diff=38719&amp;oldid=prev</id>
		<title>Onnowpurbo at 03:55, 13 November 2013</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=TCP/IP:_Quagga_OSPF_sederhana&amp;diff=38719&amp;oldid=prev"/>
		<updated>2013-11-13T03:55:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://onnocenter.or.id/wiki/index.php?title=TCP/IP:_Quagga_OSPF_sederhana&amp;amp;diff=38719&amp;amp;oldid=32037&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=TCP/IP:_Quagga_OSPF_sederhana&amp;diff=32037&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: 1. CASE PRINCIPLE  In this second case study, we will see an example where two Desktops are connected between each other through two routers, one Cisco 2651 router and one Quagga router. T...</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=TCP/IP:_Quagga_OSPF_sederhana&amp;diff=32037&amp;oldid=prev"/>
		<updated>2012-05-01T07:20:45Z</updated>

		<summary type="html">&lt;p&gt;New page: 1. CASE PRINCIPLE  In this second case study, we will see an example where two Desktops are connected between each other through two routers, one Cisco 2651 router and one Quagga router. T...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;1. CASE PRINCIPLE&lt;br /&gt;
&lt;br /&gt;
In this second case study, we will see an example where two Desktops are connected between each other through two routers, one Cisco 2651 router and one Quagga router.&lt;br /&gt;
The routers use the OSPF dynamic routing protocol to advertise the IP networks.&lt;br /&gt;
&lt;br /&gt;
2. PICTURE&lt;br /&gt;
&lt;br /&gt;
vyatta cisco case study 2651 ospf 	Functionalities tested:&lt;br /&gt;
&lt;br /&gt;
(click on the web links to have more details about a protocol)&lt;br /&gt;
&lt;br /&gt;
Interface settings&lt;br /&gt;
OSPF - backbone area&lt;br /&gt;
Telnet access&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
3. CONFIGURATIONS&lt;br /&gt;
&lt;br /&gt;
	You must set your Linux system correctly to launch Quagga successfully.&lt;br /&gt;
See the Quagga tutorial for assisstance.&lt;br /&gt;
LINUX CONFIGURATIONS&lt;br /&gt;
&lt;br /&gt;
Check that the zebra and ospfd daemons are activated:&lt;br /&gt;
&lt;br /&gt;
#vim /etc/quagga/daemons&lt;br /&gt;
zebra=yes&lt;br /&gt;
bgpd=no&lt;br /&gt;
ospfd=yes&lt;br /&gt;
ospf6d=no&lt;br /&gt;
ripd=no&lt;br /&gt;
ripngd=no&lt;br /&gt;
isisd=no&lt;br /&gt;
&lt;br /&gt;
If you changed your daemons file, restart the quagga service:&lt;br /&gt;
&lt;br /&gt;
#/etc/init.d/quagga restart&lt;br /&gt;
Stopping Quagga daemons (prio:0): ospfd zebra (bgpd) (ripd) (ripngd) (ospf6= d) (isisd).&lt;br /&gt;
Removing all routes made by zebra.&lt;br /&gt;
Nothing to flush.&lt;br /&gt;
Loading capability module if not yet done.&lt;br /&gt;
Starting Quagga daemons (prio:10): zebra ospfd.&lt;br /&gt;
&lt;br /&gt;
Set the router hostname in the /etc/quagga/vtysh.conf file:&lt;br /&gt;
&lt;br /&gt;
#vim /etc/quagga/vtysh.conf&lt;br /&gt;
!&lt;br /&gt;
! Sample&lt;br /&gt;
!&lt;br /&gt;
! service integrated-vtysh-config&lt;br /&gt;
hostname quagga-router&lt;br /&gt;
username root nopassword&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Don't forget to activate the ip forwarding on the Quagga router!&lt;br /&gt;
&lt;br /&gt;
ROUTERS CONFIGURATIONS&lt;br /&gt;
&lt;br /&gt;
CISCO ROUTER IOS: 122-23a 	QUAGGA ROUTER 0.99.6&lt;br /&gt;
interface FastEthernet0/0&lt;br /&gt;
  description link to Vyatta router&lt;br /&gt;
  ip address 200.0.0.2 255.255.255.0&lt;br /&gt;
  	interface eth0&lt;br /&gt;
  description link to Cisco router&lt;br /&gt;
  ip address 200.0.0.1/24&lt;br /&gt;
  link-detect&lt;br /&gt;
interface FastEthernet0/1&lt;br /&gt;
  description link to Desktop A&lt;br /&gt;
  ip address 10.1.0.2 255.255.255.0&lt;br /&gt;
  	interface eth1&lt;br /&gt;
  description link to Desktop B&lt;br /&gt;
  ip address 10.2.0.1/24&lt;br /&gt;
  link-detect&lt;br /&gt;
interface Loopback1&lt;br /&gt;
  ip address 10.200.1.1 255.255.255.255&lt;br /&gt;
  	interface lo&lt;br /&gt;
  ip address 10.200.1.2/32&lt;br /&gt;
  link-detect&lt;br /&gt;
router ospf 1&lt;br /&gt;
  network 10.1.0.0 0.0.0.255 area 0&lt;br /&gt;
  network 10.200.1.1 0.0.0.0 area 0&lt;br /&gt;
  network 200.0.0.0 0.0.0.255 area 0 	router ospf&lt;br /&gt;
  network 10.2.0.0/24 area 0&lt;br /&gt;
  network 10.200.1.2/32 area 0&lt;br /&gt;
  network 200.0.0.0/24 area 0&lt;br /&gt;
hostname cisco 	hostname quagga-router&lt;br /&gt;
line vty 0 4&lt;br /&gt;
  no login&lt;br /&gt;
	line vty&lt;br /&gt;
  no login&lt;br /&gt;
enable secret password 	enable password password&lt;br /&gt;
&lt;br /&gt;
Desktop A 		Desktop B 	&lt;br /&gt;
ip address:&lt;br /&gt;
subnet mask:&lt;br /&gt;
gateway:&lt;br /&gt;
  	10.1.0.3&lt;br /&gt;
255.255.255.0&lt;br /&gt;
10.1.0.2&lt;br /&gt;
Screenshot 	ip address:&lt;br /&gt;
subnet mask:&lt;br /&gt;
gateway:&lt;br /&gt;
  	10.2.0.3&lt;br /&gt;
255.255.255.0&lt;br /&gt;
10.2.0.2&lt;br /&gt;
Screenshot&lt;br /&gt;
SEE THE ENTIRE CONFIGURATION OF THE DEVICES:&lt;br /&gt;
&lt;br /&gt;
2651 Cisco router&lt;br /&gt;
Quagga router&lt;br /&gt;
&lt;br /&gt;
You can use a Cisco 3750 L3 switch instead of the 2651 Cisco router:&lt;br /&gt;
3750 switch L3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. SHOW COMMANDS&lt;br /&gt;
&lt;br /&gt;
ROUTING TABLE&lt;br /&gt;
&lt;br /&gt;
quagga-router#show ip route&lt;br /&gt;
&lt;br /&gt;
Codes: 	K - kernel route, C - connected, S - static, R - RIP, O - OSPF,&lt;br /&gt;
  	  	I - ISIS, B - BGP, &amp;gt; - selected route, * - FIB route&lt;br /&gt;
  	  	 &lt;br /&gt;
C&amp;gt;* 	200.0.0.0/24 is directly connected, eth0&lt;br /&gt;
C&amp;gt;* 	10.2.0.0/24 is directly connected, eth1&lt;br /&gt;
C&amp;gt;* 	127.0.0.0/8 is directly connected, lo&lt;br /&gt;
C&amp;gt;* 	10.200.1.2/32 is directly connected, lo&lt;br /&gt;
O 	10.2.0.0/24 [110/10] is directly connected, eth0, 05:45:59&lt;br /&gt;
O 	200.0.0.0/24 [110/10] is directly connected, eth0, 05:53:20&lt;br /&gt;
O 	10.200.1.2/32 [110/10] is directly connected, lo, 05:43:00&lt;br /&gt;
O&amp;gt;* 	10.1.0.0/24 [110/11] via 200.0.0.2, eth0, 00:16:27&lt;br /&gt;
O&amp;gt;* 	10.200.1.1/32 [110/11] via 200.0.0.2, eth0, 05:53:10&lt;br /&gt;
quagga-router (Linux level)#route -n&lt;br /&gt;
&lt;br /&gt;
Destination 	Gateway 	Genmask 	Flags 	Metric 	Ref 	Use 	Iface&lt;br /&gt;
10.200.1.1 	200.0.0.2 	255.255.255.255 	UGH 	11 	0 	0 	eth0&lt;br /&gt;
10.2.0.0 	0.0.0.0 	255.255.255.0 	U 	0 	0 	0 	eth1&lt;br /&gt;
10.1.0.0 	200.0.0.2 	255.255.255.0 	UG 	11 	0 	0 	eth0&lt;br /&gt;
200.0.0.0 	0.0.0.0 	255.255.255.0 	U 	0 	0 	0 	eth0&lt;br /&gt;
cisco#show ip route&lt;br /&gt;
&lt;br /&gt;
Codes: 	  	C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP&lt;br /&gt;
  	  	D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;br /&gt;
  	  	N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;br /&gt;
  	  	E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP&lt;br /&gt;
  	  	i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;br /&gt;
  	  	ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;br /&gt;
  	  	o - ODR, P - periodic downloaded static route&lt;br /&gt;
  	  	 &lt;br /&gt;
Gateway of last resort is not set&lt;br /&gt;
 &lt;br /&gt;
C 	200.0.0.0/24 is directly connected, FastEthernet0/0&lt;br /&gt;
  	10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks&lt;br /&gt;
O 	  	10.2.0.0/24 [110/11] via 200.0.0.1, 00:29:39, FastEthernet0/0&lt;br /&gt;
C 	  	10.1.0.0/24 is directly connected, FastEthernet0/1&lt;br /&gt;
O 	  	10.200.1.2/32 [110/11] via 200.0.0.1, 00:29:39, FastEthernet0/0&lt;br /&gt;
C 	  	10.200.1.1/32 is directly connected, Loopback1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OSPF NEIGHBORS&lt;br /&gt;
&lt;br /&gt;
quagga-routershow ip opsf neighbor&lt;br /&gt;
&lt;br /&gt;
Neighbor ID 	Pri 	State 	Dead Time 	Address 	Interface 	RXmtL 	RqstL 	DBsmL&lt;br /&gt;
10.200.1.1 	1 	Full/DR 	36.591s 	200.0.0.2 	eth0:200.0.0.1 	0 	0 	0&lt;br /&gt;
cisco#show ip ospf neighbor&lt;br /&gt;
&lt;br /&gt;
Neighbor ID 	Pri 	State 	Dead Time 	Address 	Interface&lt;br /&gt;
200.0.0.1 	1 	FULL/BDR 	00:00:38 	200.0.0.1 	FastEthernet0/0&lt;br /&gt;
OSPF DATABASE&lt;br /&gt;
&lt;br /&gt;
quagga-router#show ip ospf database&lt;br /&gt;
&lt;br /&gt;
  	OSPF Router with ID (10.200.1.1) (Process ID 1)&lt;br /&gt;
 &lt;br /&gt;
  	  	Router Link States (Area 0)&lt;br /&gt;
 &lt;br /&gt;
Link ID 	  	ADV Router 	Age 	Seq# 	Checksum 	Link count&lt;br /&gt;
10.200.1.1 	  	10.200.1.1 	1821 	0x80000017 	0x009B40 	3&lt;br /&gt;
200.0.0.1 	  	200.0.0.1 	1615 	0x80000010 	0x00B349 	3&lt;br /&gt;
 &lt;br /&gt;
  	  	Net Link States (Area 0)&lt;br /&gt;
 &lt;br /&gt;
Link ID 	  	ADV Router 	Age 	Seq# 	Checksum 	 &lt;br /&gt;
200.0.0.2 	  	10.200.1.1 	48 	0x8000000C 	0x00E30D 	 &lt;br /&gt;
quagga-router#show ip ospf database&lt;br /&gt;
&lt;br /&gt;
  	OSPF Router with ID (10.200.1.2)&lt;br /&gt;
  	  	  	  	  	  	 &lt;br /&gt;
  	  	Router Link States (Area 0.0.0.0)&lt;br /&gt;
  	  	  	  	  	  	 &lt;br /&gt;
Link ID 	  	ADV Router 	Age 	Seq# 	CkSum 	Link count&lt;br /&gt;
10.200.1.1 	  	10.200.1.1 	1328 	0x80000006 	0xbd2f 	3&lt;br /&gt;
10.200.1.2 	  	10.200.1.2 	1119 	0x80000007 	0x9756 	3&lt;br /&gt;
  	  	  	  	  	  	 &lt;br /&gt;
  	  	Net Link States (Area 0.0.0.0)&lt;br /&gt;
  	  	  	  	  	  	 &lt;br /&gt;
Link ID 	  	ADV Router 	Age 	Seq# 	CkSum 	Link count&lt;br /&gt;
200.0.0.2 	  	10.200.1.1 	1549 	0x80000004 	0x46a6 	 &lt;br /&gt;
cisco#show ip ospf route&lt;br /&gt;
&lt;br /&gt;
============ OSPF network routing table ============&lt;br /&gt;
N 	10.1.0.0/24 	[11] area: 0.0.0.0&lt;br /&gt;
  	  	via 200.0.0.2, eth0&lt;br /&gt;
N 	10.2.0.0/24 	[10] area: 0.0.0.0&lt;br /&gt;
  	  	directly attached to eth0&lt;br /&gt;
N 	10.200.1.1/32 	[11] area: 0.0.0.0&lt;br /&gt;
  	  	via 200.0.0.2, eth0&lt;br /&gt;
N 	10.200.1.2/32 	[10] area: 0.0.0.0&lt;br /&gt;
  	  	directly attached to lo&lt;br /&gt;
N 	200.0.0.0/24 	[10] area: 0.0.0.0&lt;br /&gt;
  	  	directly attached to eth0&lt;br /&gt;
  	  	 &lt;br /&gt;
============ OSPF router routing table =============&lt;br /&gt;
  	  	 &lt;br /&gt;
============ OSPF external routing table ===========&lt;br /&gt;
OSPF STATISTICS&lt;br /&gt;
&lt;br /&gt;
quagga-router#show ip ospf interface&lt;br /&gt;
&lt;br /&gt;
eth0 is up&lt;br /&gt;
   ifindex 2, MTU 1500 bytes, BW 0 Kbit&lt;br /&gt;
   Internet Address 200.0.0.1/24, Broadcast 200.0.0.255, Area 0.0.0.0&lt;br /&gt;
   MTU mismatch detection:enabled&lt;br /&gt;
   Router ID 10.200.1.2, Network Type BROADCAST, Cost: 10&lt;br /&gt;
   Transmit Delay is 1 sec, State Backup, Priority 1&lt;br /&gt;
   Designated Router (ID) 10.200.1.1, Interface Address 200.0.0.2&lt;br /&gt;
   Backup Designated Router (ID) 10.200.1.2, Interface Address 200.0.0.1&lt;br /&gt;
   Multicast group memberships: OSPFAllRouters OSPFDesignatedRouters&lt;br /&gt;
   Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5&lt;br /&gt;
      Hello due in 9.469s&lt;br /&gt;
   Neighbor Count is 1, Adjacent neighbor count is 1&lt;br /&gt;
eth1 is up&lt;br /&gt;
   ifindex 3, MTU 1500 bytes, BW 0 Kbit&lt;br /&gt;
   Internet Address 10.2.0.2/24, Broadcast 10.2.0.255, Area 0.0.0.0&lt;br /&gt;
   MTU mismatch detection:enabled&lt;br /&gt;
   Router ID 10.200.1.2, Network Type BROADCAST, Cost: 10&lt;br /&gt;
   Transmit Delay is 1 sec, State DR, Priority 1&lt;br /&gt;
   Designated Router (ID) 10.200.1.2, Interface Address 10.2.0.2&lt;br /&gt;
   No backup designated router on this network&lt;br /&gt;
   Multicast group memberships: OSPFAllRouters OSPFDesignatedRouters&lt;br /&gt;
   Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5&lt;br /&gt;
      Hello due in 0.051s&lt;br /&gt;
   Neighbor Count is 0, Adjacent neighbor count is 0&lt;br /&gt;
lo is up&lt;br /&gt;
   ifindex 1, MTU 16436 bytes, BW 0 Kbit&lt;br /&gt;
   Internet Address 10.200.1.2/32, Area 0.0.0.0&lt;br /&gt;
   MTU mismatch detection:enabled&lt;br /&gt;
   Router ID 10.200.1.2, Network Type LOOPBACK, Cost: 10&lt;br /&gt;
   Transmit Delay is 1 sec, State Loopback, Priority 1&lt;br /&gt;
   No designated router on this network&lt;br /&gt;
   No backup designated router on this network&lt;br /&gt;
   Multicast group memberships:&lt;br /&gt;
   Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5&lt;br /&gt;
      Hello due in inactive&lt;br /&gt;
   Neighbor Count is 0, Adjacent neighbor count is 0&lt;br /&gt;
cisco#show ip ospf brief&lt;br /&gt;
&lt;br /&gt;
FastEthernet0/0 is up, line protocol is up&lt;br /&gt;
   Internet Address 200.0.0.2/24, Area 0&lt;br /&gt;
   Process ID 1, Router ID 10.200.1.1, Network Type BROADCAST, Cost: 1&lt;br /&gt;
   Transmit Delay is 1 sec, State DR, Priority 1&lt;br /&gt;
   Designated Router (ID) 10.200.1.1, Interface address 200.0.0.2&lt;br /&gt;
   Backup Designated router (ID) 200.0.0.1, Interface address 200.0.0.1&lt;br /&gt;
   Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5&lt;br /&gt;
      Hello due in 00:00:05&lt;br /&gt;
   Index 3/3, flood queue length 0&lt;br /&gt;
   Next 0x0(0)/0x0(0)&lt;br /&gt;
   Last flood scan length is 1, maximum is 2&lt;br /&gt;
   Last flood scan time is 0 msec, maximum is 0 msec&lt;br /&gt;
   Neighbor Count is 1, Adjacent neighbor count is 1&lt;br /&gt;
      Adjacent with neighbor 200.0.0.1 (Backup Designated Router)&lt;br /&gt;
   Suppress hello for 0 neighbor(s)&lt;br /&gt;
Loopback1 is up, line protocol is up&lt;br /&gt;
   Internet Address 10.200.1.1/32, Area 0&lt;br /&gt;
   Process ID 1, Router ID 10.200.1.1, Network Type LOOPBACK, Cost: 1&lt;br /&gt;
   Loopback interface is treated as a stub Host&lt;br /&gt;
FastEthernet0/1 is up, line protocol is up&lt;br /&gt;
   Internet Address 10.1.0.2/24, Area 0&lt;br /&gt;
   Process ID 1, Router ID 10.200.1.1, Network Type BROADCAST, Cost: 1&lt;br /&gt;
   Transmit Delay is 1 sec, State DR, Priority 1&lt;br /&gt;
   Designated Router (ID) 10.200.1.1, Interface address 10.1.0.2&lt;br /&gt;
   No backup designated router on this network&lt;br /&gt;
   Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5&lt;br /&gt;
      Hello due in 00:00:05&lt;br /&gt;
   Index 1/1, flood queue length 0&lt;br /&gt;
   Next 0x0(0)/0x0(0)&lt;br /&gt;
   Last flood scan length is 0, maximum is 0&lt;br /&gt;
   Last flood scan time is 0 msec, maximum is 0 msec&lt;br /&gt;
   Neighbor Count is 0, Adjacent neighbor count is 0&lt;br /&gt;
   Suppress hello for 0 neighbor(s)&lt;br /&gt;
INTERFACE STATISTICS (BRIEF)&lt;br /&gt;
&lt;br /&gt;
quagga-router#show interface description&lt;br /&gt;
&lt;br /&gt;
Interface 	Status 	Protocol 	Description&lt;br /&gt;
eth0 	up 	up 	link to Cisco router&lt;br /&gt;
eth1 	up 	up 	link to Desktop B&lt;br /&gt;
lo 	up 	up 	 &lt;br /&gt;
cisco#show ip int brief&lt;br /&gt;
&lt;br /&gt;
Interface 	Interface IP-Address 	OK? 	Method 	Status 	Protocol&lt;br /&gt;
FastEthernet0/0 	200.0.0.2 	YES 	NVRAM 	up 	up&lt;br /&gt;
FastEthernet0/1 	10.1.0.2 	YES 	NVRAM 	up 	up&lt;br /&gt;
Loopback1 	10.200.1.1 	YES 	NVRAM 	up 	up&lt;br /&gt;
INTERFACE STATISTICS (FULL)&lt;br /&gt;
&lt;br /&gt;
quagga-router#show interface eth0&lt;br /&gt;
&lt;br /&gt;
Interface eth0 is up, line protocol detection is disabled&lt;br /&gt;
   Description: link to Cisco router&lt;br /&gt;
   index 2 metric 1 mtu 1500&lt;br /&gt;
   flags:&lt;br /&gt;
   HWaddr: 00:02:55:33:22:11&lt;br /&gt;
   inet 200.0.0.1/24 broadcast 200.0.0.255&lt;br /&gt;
   inet6 fe80::202:55ff:4433:2211/64&lt;br /&gt;
      10477 input packets (0 multicast), 8758628 bytes, 0 dropped&lt;br /&gt;
      0 input errors, 0 length, 0 overrun, 0 CRC, 0 frame&lt;br /&gt;
      0 fifo, 0 missed&lt;br /&gt;
      7848 output packets, 608483 bytes, 0 dropped&lt;br /&gt;
      0 output errors, 0 aborted, 0 carrier, 0 fifo, 0 heartbeat&lt;br /&gt;
      0 window, 0 collisions&lt;br /&gt;
cisco#show interfaces FastEthernet 0/0&lt;br /&gt;
&lt;br /&gt;
FastEthernet0/0 is up, line protocol is up&lt;br /&gt;
   Hardware is AmdFE, address is 0009.1122.3344 (bia 0009.1122.3344)&lt;br /&gt;
   Description: link to Quagga router&lt;br /&gt;
   Internet address is 200.0.0.2/24&lt;br /&gt;
   MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,&lt;br /&gt;
      reliability 255/255, txload 1/255, rxload 1/255&lt;br /&gt;
   Encapsulation ARPA, loopback not set&lt;br /&gt;
   Keepalive set (10 sec)&lt;br /&gt;
   Full-duplex, 100Mb/s, 100BaseTX/FX&lt;br /&gt;
   ARP type: ARPA, ARP Timeout 04:00:00&lt;br /&gt;
   Last input 00:00:00, output 00:00:01, output hang never&lt;br /&gt;
   Last clearing of &amp;quot;show interface&amp;quot; counters never&lt;br /&gt;
   Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0&lt;br /&gt;
   Queueing strategy: fifo&lt;br /&gt;
   Output queue: 0/40 (size/max)&lt;br /&gt;
   5 minute input rate 0 bits/sec, 0 packets/sec&lt;br /&gt;
   5 minute output rate 0 bits/sec, 0 packets/sec&lt;br /&gt;
      1847 packets input, 154310 bytes&lt;br /&gt;
      Received 1637 broadcasts, 0 runts, 0 giants, 0 throttles&lt;br /&gt;
      0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored&lt;br /&gt;
      0 watchdog&lt;br /&gt;
      0 input packets with dribble condition detected&lt;br /&gt;
      3755 packets output, 337765 bytes, 0 underruns&lt;br /&gt;
      0 output errors, 0 collisions, 5 interface resets&lt;br /&gt;
      0 babbles, 0 late collision, 0 deferred&lt;br /&gt;
      0 lost carrier, 0 no carrier&lt;br /&gt;
      0 output buffer failures, 0 output buffers swapped out&lt;br /&gt;
&lt;br /&gt;
END TO END CONNECTIVITY CHECKS:&lt;br /&gt;
&lt;br /&gt;
From Desktop A&lt;br /&gt;
C:\&amp;gt;tracert 10.2.0.3&lt;br /&gt;
&lt;br /&gt;
windows output tracert&lt;br /&gt;
&lt;br /&gt;
From Desktop B&lt;br /&gt;
C:\&amp;gt;tracert 10.1.0.3&lt;br /&gt;
&lt;br /&gt;
windows output tracert&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>