getXML('<?xml version="1.0" encoding="UTF-8"?><ActiveMessages>WAN, Routing and Switching27867<Community id=".ee6b2b0" title="Networking Professionals">  <Forum id=".ee719fc" title="Network Infrastructure"><Topic id=".ee71a06" private="" title="WAN, Routing and Switching"><Conversation id=".2cd4f386" messages="0" subscribed="yes" title="Layer2 WAN connection "><Message attachment="no" canreply="yes" editable="yes" id=".2cd4f386" level=""><Author authinfo=" HC">m.metwally</Author><Timestamp>Nov 17, 2009, 9:31am PST</Timestamp><Msgbody>dear all,&lt;br /&gt;i have Catalyst 2960 switch and 3560 PoE switch are connected together through a 1M leased line via trunk ports.&lt;br /&gt;I cannot ping from any side to the other with a packet of size 1500 or more, also RDP connection is very slow and usually times out&lt;br /&gt;trunk port of the 2960 is 10/100 and that of the 3560 is Gig.&lt;br /&gt;&lt;br /&gt;any advise?  </Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f196" messages="8" subscribed="no" title="eigrp, bgp, distance"><Message attachment="no" canreply="yes" id=".2cd4f196" level="">      <Author authinfo="NETWORKING, BF">mmaturo</Author><Timestamp>Nov 16, 2009, 12:17pm PST</Timestamp><Msgbody>I have a router that is receiving a prefix via redistributed eigrp and bgp. It installs the first in its routing table. The administrative distance are by default.&lt;br /&gt;I don´t know that is happening.&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Marcelo&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/0" level="1." new="yes">            <Author authinfo=" ELFA, S.R.O." ccie="yes">paluchpeter</Author><Timestamp>Nov 16, 2009, 12:32pm PST</Timestamp><Msgbody>Marcelo,&lt;br /&gt;&lt;br /&gt;You have not explained in sufficient detail what is the problem you are trying to solve.&lt;br /&gt;&lt;br /&gt;Nevertheless, at least some hints: if a route is redistributed into EIGRP and received by your router from another EIGRP neighbor, it is considered external and its administrative distance will be 170. If the route is advertised using the BGP then it depends on whether the network has been received from an internal or an external BGP peer. For internal BGP peers, the administrative distance is 200, on the other hand, for external BGP peers (from other autonomous systems), the administrative distance will be only 20.&lt;br /&gt;&lt;br /&gt;Does that explain what is happening in your routing table?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Peter&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/1" level="1.1" new="yes">      <Author authinfo="NETWORKING, BF">mmaturo</Author><Timestamp>Nov 16, 2009, 12:49pm PST</Timestamp><Msgbody>The bgp is an external peer. This is the configuration:&lt;br /&gt;&lt;br /&gt;router eigrp 300&lt;br /&gt; redistribute bgp 65200 metric 20880 100 255 1 1500&lt;br /&gt; network 10.40.4.0 0.0.0.255&lt;br /&gt; network 10.40.6.0 0.0.0.255&lt;br /&gt; distribute-list 21 out GigabitEthernet0/1&lt;br /&gt; distribute-list 20 in GigabitEthernet0/1&lt;br /&gt; distribute-list 23 in GigabitEthernet0/3&lt;br /&gt; no auto-summary&lt;br /&gt; no eigrp log-neighbor-changes&lt;br /&gt;!&lt;br /&gt;router bgp 65200&lt;br /&gt; no synchronization&lt;br /&gt; bgp log-neighbor-changes&lt;br /&gt; network 10.40.4.0 mask 255.255.255.0&lt;br /&gt; redistribute static&lt;br /&gt; redistribute eigrp 300&lt;br /&gt; neighbor 172.16.255.13 remote-as 10888&lt;br /&gt; neighbor 172.16.255.13 ebgp-multihop 2&lt;br /&gt; neighbor 172.16.255.13 allowas-in&lt;br /&gt; neighbor 172.16.255.13 soft-reconfiguration inbound&lt;br /&gt; neighbor 172.16.255.13 prefix-list in in&lt;br /&gt; neighbor 172.16.255.13 prefix-list out out&lt;br /&gt; neighbor 172.16.255.13 route-ap sec_bgp out&lt;br /&gt; no auto-summary&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/2" level="1.1.1" new="yes">            <Author authinfo=" ELFA, S.R.O." ccie="yes">paluchpeter</Author><Timestamp>Nov 17, 2009, 12:21am PST</Timestamp><Msgbody>Hello Marcelo,&lt;br /&gt;&lt;br /&gt;Let&apos;s go over a few questions and comments.&lt;br /&gt;&lt;br /&gt;1.) What is exactly the problem you are trying to solve? Do you have a network that is present in your table from a particular routing protocol and you expect that is should be present there by a different routing protocol? Please, explain in detail what you see on your router that you consider to be incorrect. Include the related &lt;b&gt;show&lt;/b&gt; outputs to demonstrate it.&lt;br /&gt;&lt;br /&gt;2.) You have soft-reconfiguration inbound configured for the neighbor 172.16.255.13. This is an obsolete workaround and is very memory-inefficient. All recent BGP implementations support the Route Refresh capability as per RFC 2918 that is activated automatically if both peers support it. If the command&lt;br /&gt;&lt;br /&gt;&lt;b&gt;show ip bgp nei 172.16.255.13 | i refresh&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;shows the following output:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Route refresh: advertised and received(old &amp; new)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;then you may safely remove the soft-reconfiguration command for that peer.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Peter&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/3" level="1.1.1.1" new="yes">      <Author authinfo="NETWORKING, BF">mmaturo</Author><Timestamp>Nov 17, 2009, 3:22am PST</Timestamp><Msgbody>Thanks Peter for your recomendation. The problem is that I need that the network will be present in my router from bgp  ( it is the main link) and not by the eigrp ( it is from the secundary link: another bgp redistributed from other location).&lt;br /&gt;This is the show commands:&lt;br /&gt;sh ip route 74.5.124.2&lt;br /&gt;Routing entry for 74.5.124.2/32&lt;br /&gt;  Known via "eigrp 300", distance 170, metric 2585856&lt;br /&gt;  Tag 10888, type external&lt;br /&gt;  Redistributing via eigrp 500, bgp 65200&lt;br /&gt;  Advertised by bgp 65200&lt;br /&gt;  Last update from 10.40.6.1 on GigabitEthernet0/3, 02:35:39 ago&lt;br /&gt;  Routing Descriptor Blocks:&lt;br /&gt;  * 10.40.6.1, from 10.40.6.1, 02:35:39 ago, via GigabitEthernet0/3&lt;br /&gt;      Route metric is 2585856, traffic share count is 1&lt;br /&gt;      Total delay is 1010 microseconds, minimum bandwidth is 1000 Kbit&lt;br /&gt;      Reliability 255/255, minimum MTU 1500 bytes&lt;br /&gt;      Loading 1/255, Hops 1&lt;br /&gt;      Route tag 10888&lt;br /&gt;&lt;br /&gt;And the route is received by bgp:&lt;br /&gt;&lt;br /&gt;sh ip bgp neighbors 172.16.255.13 received-routes   | i 74.5.124.2&lt;br /&gt;*  74.5.124.2/32    172.16.255.13                          0 10888 10888 i&lt;br /&gt;&lt;br /&gt;And then why the router prefer eirp redistributed to bgp?&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Marcelo&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/4" level="1.1.1.1.1" new="yes">            <Author authinfo=" ELFA, S.R.O." ccie="yes">paluchpeter</Author><Timestamp>Nov 17, 2009, 5:51am PST</Timestamp><Msgbody>Marcelo,&lt;br /&gt;&lt;br /&gt;It seems that for some reason the router does not consider the route 74.5.124.2/32 via BGP neighbor as valid. There can be more causes for this but in any case, have a look into this output:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;show ip bgp 74.5.124.2 255.255.255.255&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Look for any clues that might force the router to believe that this route is unusable for some reason. You can also paste the output of that command here - it will be very helpful.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Peter&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/5" level="1.1.1.1.1.1" new="yes">      <Author authinfo="NETWORKING, BF">mmaturo</Author><Timestamp>Nov 17, 2009, 8:39am PST</Timestamp><Msgbody>This is the show for another addres in the same situation:&lt;br /&gt;&lt;br /&gt;sh ip route 75.2.64.5&lt;br /&gt;Routing entry for 75.2.64.5/32&lt;br /&gt;  Known via "eigrp 500", distance 170, metric 2585856&lt;br /&gt;  Tag 10888, type external&lt;br /&gt;  Redistributing via eigrp 500, bgp 65200&lt;br /&gt;  Advertised by bgp 65200&lt;br /&gt;  Last update from 10.40.6.1 on GigabitEthernet0/3, 1d03h ago&lt;br /&gt;  Routing Descriptor Blocks:&lt;br /&gt;  * 10.40.6.1, from 10.40.6.1, 1d03h ago, via GigabitEthernet0/3&lt;br /&gt;      Route metric is 2585856, traffic share count is 1&lt;br /&gt;      Total delay is 1010 microseconds, minimum bandwidth is 1000 Kbit&lt;br /&gt;      Reliability 255/255, minimum MTU 1500 bytes&lt;br /&gt;      Loading 118/255, Hops 1&lt;br /&gt;      Route tag 10888&lt;br /&gt;---------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;sh ip bgp 75.2.64.5 255.255.255.255&lt;br /&gt;BGP routing table entry for 75.2.64.5/32, version 234499&lt;br /&gt;Paths: (2 available, best #2, table Default-IP-Routing-Table)&lt;br /&gt;  Not advertised to any peer&lt;br /&gt;  10888 10888, (received &amp; used)&lt;br /&gt;    172.16.255.13 from 172.16.255.13 (200.26.76.83)&lt;br /&gt;      Origin IGP, localpref 100, valid, external&lt;br /&gt;  Local&lt;br /&gt;    10.40.6.1 from 0.0.0.0 (77.252.1.10)&lt;br /&gt;      Origin incomplete, metric 2585856, localpref 100, weight 32768, valid, so</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/6" level="1.1.1.1.1.1.1" new="yes">            <Author authinfo=" ELFA, S.R.O." ccie="yes">paluchpeter</Author><Timestamp>Nov 17, 2009, 8:59am PST</Timestamp><Msgbody>Hello Marcelo,&lt;br /&gt;&lt;br /&gt;Well, now it&apos;s clear.&lt;br /&gt;&lt;br /&gt;Have a look at this document describing the BGP Best Path selection algorithm:&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094431.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094431.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Specifically, have a look at the step 3: &lt;b&gt;Prefer the path that was locally originated via a network or aggregate BGP subcommand or through redistribution from an IGP.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;In your case, you have a network in your routing table that comes from EIGRP. This network is subsequently redistributed into BGP database. Now, the BGP goes over entries in its database and for each prefix, it tries to locate the best path. As the locally originated (injected) entries are preferred to entries coming from other BGP peers, the BGP considers these entries to be the best, and does not replace the routing table contents with the prefix information from external BGP peers. That is why the path to those prefixes through the BGP peer is not installed into your routing table because according to the BGP best path selection algorithm, it is currently not considered as the best path.&lt;br /&gt;&lt;br /&gt;The question is whether you need to redistribute these networks from EIGRP back into BGP. If not then you should simply filter them out in the redistribution command using a suitable prefix-list or a route-map. In such case, the BGP will not consider these networks as locally injected, and will instead consider the best path to be the path through the BGP neighbor which will subsequently have a better administrative distance than the EIGRP.&lt;br /&gt;&lt;br /&gt;Are you sure you need to redistribute those networks into BGP?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Peter&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f196/7" level="1.1.1.1.1.1.1.1" new="yes"><Author authinfo=" Patterson Companies">kschleppenbach</Author><Timestamp>Nov 17, 2009, 9:25am PST</Timestamp><Msgbody>Thanks Peter, Great explanation! I was investigating this exact same issue when I came across this post. I had seen the issue years back also and thought I resolved it by adjusting the admin distance on one or the other protocols but it doesn&apos;t sound like that will work here.</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4ec89" messages="5" subscribed="no" title="EIGRP routing questions"><Message attachment="no" canreply="yes" id=".2cd4ec89" level="">            <Author authinfo=" UTHSCSA">dpatkins</Author><Timestamp>Nov 12, 2009, 11:51am PST</Timestamp><Msgbody>We have multiple EIGRP remote connections that come into two Cisco devices.  One is a Cisco 3750 and the other is a Cisco 7206.  The 7206 is the primary router and the Vlan interface on teh 3750 has a delay of 200 on it.  All 10.10.0.0/16 traffic is destined for the Cisco 7206 route but the 10.10.1.0/24 address space.  We cannot figure out why if you do a show IP route 10.10.1.75 that it always goes to the 3750.  We want it to go the 7206 which has the lower metric.  &lt;br /&gt;&lt;br /&gt;I hope this makes sense.&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;&lt;br /&gt;Dwane</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4ec89/0" level="1." new="yes">      <Author authinfo="Systems Engineer, CCIE, CISCO SYSTEMS">asingh2</Author><Timestamp>Nov 12, 2009, 11:54am PST</Timestamp><Msgbody>Would you able to paste the network diagram and the device configs please.&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ec89/1" level="1.1" new="yes">            <Author authinfo=" UTHSCSA">dpatkins</Author><Timestamp>Nov 12, 2009, 12:16pm PST</Timestamp><Msgbody>I have included the attachments.  Vlan 244 is our connection the remote areas using EIGRP and Vlan 11 is our connection to our internal network.  &lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) C3750config&lt;br /&gt;2) 7206router&lt;br /&gt;</Msgbody><Attachment><Document><FileName>C3750config</FileName><DocID>123515</DocID><ContentType>application/octet-stream</ContentType><InternalType>exe</InternalType><Size>7615</Size><ExpirationDate>11/12/2014</ExpirationDate><IsExpired>no</IsExpired></Document><Document><FileName>7206router</FileName><DocID>123516</DocID><ContentType>application/octet-stream</ContentType><InternalType>exe</InternalType><Size>19097</Size><ExpirationDate>11/12/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ec89/2" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 13, 2009, 8:12am PST</Timestamp><Msgbody>Hello Dwane,&lt;br /&gt;post a sh ip route of involved subnets&lt;br /&gt;&lt;br /&gt;sh ip eigrp topology can also be of help&lt;br /&gt;&lt;br /&gt;however, if you want to prefer the c7206 it may be wise on C3750 to put an higher delay value&lt;br /&gt;&lt;br /&gt;C3750&lt;br /&gt;&lt;br /&gt;interface Vlan244&lt;br /&gt;delay 20000&lt;br /&gt;&lt;br /&gt;for example may help&lt;br /&gt;&lt;br /&gt;you need to compare with delay as appears on 7206 interface&lt;br /&gt;&lt;br /&gt;that is gi0/3.144.&lt;br /&gt;&lt;br /&gt;you should manipulate delay on link to remote site that is on path not on interface to other router.&lt;br /&gt;&lt;br /&gt;so if this vlan144 is a backbone vlan your changes on C3750 may be not effective because C3750 reports cumulative delay and lowest BW on path to destination IP subnet in vlan144 without taking in account settings on vlan144 itself.&lt;br /&gt;&lt;br /&gt;router receiving EIGRP updates will use its own delay and BW to calculater metric from its own point of view&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ec89/3" level="1.1.1.1" new="yes">            <Author authinfo=" UTHSCSA">dpatkins</Author><Timestamp>Nov 17, 2009, 8:20am PST</Timestamp><Msgbody>All, thanks for the help.  We have the EIGRP issue working, but the incoming traffic is not hitting the route-map.  The route-map is configured on the gig0/3.244 sub-interface, but all 10.120.1.x traffic is not going to 10.111.87.251 per the route-map next hop.&lt;br /&gt;&lt;br /&gt;Any ideas or is there something special one needs to do to get a route-map to work with EIGRP?&lt;br /&gt;&lt;br /&gt;Thank you,&lt;br /&gt;&lt;br /&gt;Dwane</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4ec89/4" level="1.1.1.1.1" new="yes">            <Author authinfo=" UTHSCSA">dpatkins</Author><Timestamp>Nov 17, 2009, 9:13am PST</Timestamp><Msgbody>I think we have found the issue.  It was in our match ip ACL.  We had 10.120.x.x/24 and used a standard access-list instead of an extended ACL.  Thanks for your help.&lt;br /&gt;&lt;br /&gt;DWane</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f202" messages="5" subscribed="no" title="frame relay"><Message attachment="no" canreply="yes" id=".2cd4f202" level=""><Author authinfo=" home">ocporbust</Author><Timestamp>Nov 16, 2009, 3:38pm PST</Timestamp><Msgbody>since I reconfiguring frame realy switch .. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;R1 can ping r2 and r3&lt;br /&gt;R2 can ping r1&lt;br /&gt;r3 can ping r1&lt;br /&gt;&lt;br /&gt;r2 can not ping r3&lt;br /&gt;r3 can not ping r2&lt;br /&gt;&lt;br /&gt;frame-switch#sho frame-relay route&lt;br /&gt;Input Intf      Input Dlci      Output Intf     Output Dlci     Status&lt;br /&gt;Serial1/1       122             Serial1/2       221             active&lt;br /&gt;Serial1/1       123             Serial1/3       321             active&lt;br /&gt;Serial1/2       221             Serial1/1       122             active&lt;br /&gt;Serial1/3       321             Serial1/1       123             active&lt;br /&gt;&lt;br /&gt;===================================&lt;br /&gt;interface Serial1/1&lt;br /&gt; no ip address&lt;br /&gt; encapsulation frame-relay&lt;br /&gt; logging event subif-link-status&lt;br /&gt; logging event dlci-status-change&lt;br /&gt; clock rate 56000&lt;br /&gt; no frame-relay inverse-arp&lt;br /&gt; frame-relay intf-type dce&lt;br /&gt; frame-relay route 122 interface Serial1/2 221&lt;br /&gt; frame-relay route 123 interface Serial1/3 321&lt;br /&gt;!&lt;br /&gt;interface Serial1/2&lt;br /&gt; no ip address&lt;br /&gt; encapsulation frame-relay&lt;br /&gt; logging event subif-link-status&lt;br /&gt; logging event dlci-status-change&lt;br /&gt; clock rate 56000&lt;br /&gt; no frame-relay inverse-arp&lt;br /&gt; frame-relay intf-type dce&lt;br /&gt; frame-relay route 221 interface Serial1/1 122&lt;br /&gt;!&lt;br /&gt;interface Serial1/3&lt;br /&gt; no ip address&lt;br /&gt; encapsulation frame-relay&lt;br /&gt; logging event subif-link-status&lt;br /&gt; logging event dlci-status-change&lt;br /&gt; clock rate 56000&lt;br /&gt; no frame-relay inverse-arp&lt;br /&gt; frame-relay intf-type dce&lt;br /&gt; frame-relay route 321 interface Serial1/1 123&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;====================================&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f202/0" level="1." new="yes"><Author authinfo=" GDIT">sharifimr</Author><Timestamp>Nov 16, 2009, 4:03pm PST</Timestamp><Msgbody>Is r1 the hub and r2 and r3 are the spokes?  If yes, are you running any dynamic routing protocols? If no, you need a static route from r2 poining to r1 and also static route from r3 pointing to r1.&lt;br /&gt;&lt;br /&gt;HTH&lt;br /&gt;Reza</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f202/1" level="1.1" new="yes"><Author authinfo=" home">ocporbust</Author><Timestamp>Nov 16, 2009, 4:27pm PST</Timestamp><Msgbody>Reza,&lt;br /&gt;&lt;br /&gt;That is correct R1 is Hub r2 and r3 are  the spokes.. no dynamic routing protocols .. &lt;br /&gt;&lt;br /&gt;R2(config)#ip route 172.12.123.2 255.255.255.0 172.12.123.1&lt;br /&gt;%Inconsistent address and mask&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;R3(config)#ip route 172.12.123.3 255.255.255.0 172.12.123.1&lt;br /&gt;%Inconsistent address and mask&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I tried that and I get and error&lt;br /&gt;&lt;br /&gt;Thanks Resa</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f202/2" level="1.1.1" new="yes"><Author authinfo=" GDIT">sharifimr</Author><Timestamp>Nov 16, 2009, 6:43pm PST</Timestamp><Msgbody>You need to point to the network no to the hose like:&lt;br /&gt;ip route 172.12.123.0 255.255.255.0 172.12.123.1&lt;br /&gt;&lt;br /&gt;I attached an example for your routers&lt;br /&gt;&lt;br /&gt;HTH&lt;br /&gt;Reza&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) New Microsoft PowerPoint Presentation.ppt&lt;br /&gt;</Msgbody><Attachment><Document><FileName>New Microsoft PowerPoint Presentation.ppt</FileName><DocID>123658</DocID><ContentType>application/vnd.ms-powerpoint</ContentType><InternalType>powerpoint</InternalType><Size>27136</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f202/3" level="1.1.1.1" new="yes"><Author authinfo=" GDIT">sharifimr</Author><Timestamp>Nov 16, 2009, 6:46pm PST</Timestamp><Msgbody>correction&lt;br /&gt;&lt;br /&gt;You need to point to the network not to the host&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f202/4" level="1.1.1.1.1" new="yes"><Author authinfo=" home">ocporbust</Author><Timestamp>Nov 17, 2009, 9:09am PST</Timestamp><Msgbody>still not working RESA, &lt;br /&gt;&lt;br /&gt;here is my topology, i went to r2 and added &lt;br /&gt;ip route 172.12.123.0 255.255.255.0 172.12.123.1&lt;br /&gt;&lt;br /&gt;and on r3&lt;br /&gt;ip route 172.12.123.0 255.255.255.0 172.12.123.1&lt;br /&gt;&lt;br /&gt;am I doing something wrong . is my frame relay config correct... &lt;br /&gt;&lt;br /&gt;Thanks &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) frame relay .doc&lt;br /&gt;</Msgbody><Attachment><Document><FileName>frame relay .doc</FileName><DocID>123682</DocID><ContentType>application/octet-stream</ContentType><InternalType>exe</InternalType><Size>25088</Size><ExpirationDate>11/17/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f358" messages="0" subscribed="no" title="How to use output modifiers - pipe symbol"><Message attachment="no" canreply="yes" id=".2cd4f358" level="">            <Author authinfo=" Kratos Defense">kevin.hu</Author><Timestamp>Nov 17, 2009, 8:23am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I figure out how to use the pipe symbol to form "AND" operator, such as show cdp nei | ex Gig|VMware (exclude BOTH Gig AND VMware keywords).&lt;br /&gt;&lt;br /&gt;However, does anyone know how to use the pipe or other symbol to form "OR" and "NOT" operators?&lt;br /&gt;&lt;br /&gt;Thanks.   </Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f351" messages="0" subscribed="no" title="FTP server behind RV042 gateway"><Message attachment="no" canreply="yes" id=".2cd4f351" level="">      <Author authinfo="IT Manager, Audiosears Corporation">systemsadminas</Author><Timestamp>Nov 17, 2009, 8:16am PST</Timestamp><Msgbody>Need some help figuring out what my problem is here with NAT not being performed on our data connections using Ability File Server 1.20 (Code-crafters.com) along with the Linksys/Cisco RV042 router.&lt;br /&gt;&lt;br /&gt;The server sees and accepts client connections on port 21 fine but can’t get an active data connection using PASV or active port assignments.  I can log in fine using command-line FTP (and see this in the login window on the server), but actions initiating data-related commands fail with a 425 &apos;Can&apos;t open data connection&apos;.  Trying to connect to FTP using a browser or My Network places fails outright (probably for the 425)&lt;br /&gt;&lt;br /&gt;We’re using PASV mode with ports 4990 through 4997, with our gateway being 192.168.1.1.  Connections are accepted on port 21,which is forwarded (along with PASV ports) from this gateway to 192.168.1.8, which is the local IP for the server.  With the appropriate Internet Options for view in Win Explorer and PASV on, I can’t get XP or Win 7 clients to connect either in a browser or as an FTP network place.  Same behavior with or without encryption.&lt;br /&gt;&lt;br /&gt;From the command prompt, however, I can get a connection fine with or without encryption, but the 425 data connection failure always occurs.&lt;br /&gt;&lt;br /&gt;Looking at the AFS log, it is only seeing the gateway&apos;s LAN address for the client connections, though on the client side they are being assigned the proper internet IP of our gateway (64.xx.xx.34), and the proper PASV port.  It seems that though port 21 is forwarding properly to the FTP server, they are not for the PASV ports, and NAT is not being performed for the data connection such that AFS cannot see the client&apos;s IP.&lt;br /&gt;&lt;br /&gt;Any idea how I can resolve this?</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f318" messages="1" subscribed="no" title="Unexpected PING responce "><Message attachment="no" canreply="yes" id=".2cd4f318" level="">            <Author authinfo=" Lorven Technologies">bapatsubodh</Author><Timestamp>Nov 17, 2009, 6:46am PST</Timestamp><Msgbody>hi,&lt;br /&gt;Most of the times we are struck in the problem that we are not able to ping the device but in this weird case I am getting ping responce which is not expected. In our network of L2 switches and only one L3 switch which acts as default gateway for all VLAN.  We have one device (not PC or any network device) where we have configured only the ip addres but there is no way to configure subnet mask or default gateway. I was expecting that it will not be able to communicate with devices from any other VLAN as there is no DG to this device. But to my surprise I was aple to ping to this device from other VLANS also. This remains a mystery to me. Some L2 or L3 swicth is forwarding the frames and the some how it is getting a ping responce. &lt;br /&gt;Please share the experience.&lt;br /&gt;Any link on cisco.com is highly appreciable.&lt;br /&gt;Thanks in advance.&lt;br /&gt;Subodh </Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f318/0" level="1." new="yes">            <Author authinfo=" ELFA, S.R.O." ccie="yes">paluchpeter</Author><Timestamp>Nov 17, 2009, 7:47am PST</Timestamp><Msgbody>Subodh,&lt;br /&gt;&lt;br /&gt;You are probably experiencing the ProxyARP in action. The device will ask for MAC address of every IP it talks to using ARP. The L3 switch does not own the IP address in question, however, according to its routing table, it known the route to it, therefore it responds using its own MAC address. As a result, the device sends its IP packet to the L3 switch, exactly as if the default gateway was correctly configured.&lt;br /&gt;&lt;br /&gt;There are various disadvantages to the ProxyARP, notably a big ARP traffic and a large ARP cache on the device that relies on the ProxyARP function, and usually, it is better turned off. However, in your case, it is probably the only way to ensure that your device is able to talk to other networks.&lt;br /&gt;&lt;br /&gt;Read here for further information:&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094adb.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094adb.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Peter&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f32a" messages="1" subscribed="no" title="Router 1721 not saving Config"><Message attachment="no" canreply="yes" id=".2cd4f32a" level=""><Author authinfo=" BENAU ZAMBIA LIMITED">cm@benau.com</Author><Timestamp>Nov 17, 2009, 7:11am PST</Timestamp><Msgbody>Hi Guys a quick one, I have a problem with my router which is not saving configuration after I switch off. Where do I go ? Any clues&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f32a/0" level="1." new="yes"><Author authinfo=" GDIT">sharifimr</Author><Timestamp>Nov 17, 2009, 7:24am PST</Timestamp><Msgbody>Chris,&lt;br /&gt;&lt;br /&gt;Can you post sh ver?&lt;br /&gt;&lt;br /&gt;Reza</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f31d" messages="2" subscribed="no" title="Bridging same subnets across VPN "><Message attachment="no" canreply="yes" id=".2cd4f31d" level=""><Author authinfo=" SISTEC SA">laposilaszlo</Author><Timestamp>Nov 17, 2009, 6:55am PST</Timestamp><Msgbody>hello,&lt;br /&gt;Is it possible to bridge the same subnet across a VPN.(i need to connect two audio devices that need to be in the same subnet)&lt;br /&gt;(it doesen&apos;t have to be secure.(no ipsec) it can be a gre tunnel))&lt;br /&gt;thank you,&lt;br /&gt;laszlo&lt;br /&gt; </Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f31d/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 17, 2009, 7:06am PST</Timestamp><Msgbody>Hello Laslo,&lt;br /&gt;&lt;br /&gt;you can use L2TPv3 if supported on your devices&lt;br /&gt;&lt;br /&gt;see&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/docs/ios/12_3t/12_3t2/feature/guide/gtl2tpv3.html&apos;)"&gt;http://www.cisco.com/en/US/docs/ios/12_3t/12_3t2/feature/guide/gtl2tpv3.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4f31d/1" level="2." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 17, 2009, 7:08am PST</Timestamp><Msgbody>No true IP device never requires to be in the same subnet.&lt;br /&gt;&lt;br /&gt;If you read the specs for your device, you will find how to configure for routing.&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f1df" messages="4" subscribed="no" title="Startup-config isnot copying to Running Config"><Message attachment="no" canreply="yes" id=".2cd4f1df" level=""><Author authinfo=" Newport News Water Works">reginaldjohnson</Author><Timestamp>Nov 16, 2009, 2:09pm PST</Timestamp><Msgbody>i have a Cisco 2811 router and when I turn of the router the running config is lost. I have to the following to get the router running of the start-up config settings.&lt;br /&gt;router#copy start-up running-config &lt;br /&gt;What is the problem. Note:The rotuer does have a flash card</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f1df/0" level="1." new="yes"><Author authinfo=" NETWORK RAIL INFRASTRUCTURE LTD">jon.marshall</Author><Timestamp>Nov 16, 2009, 2:10pm PST</Timestamp><Msgbody>Reginald&lt;br /&gt;&lt;br /&gt;It could well be your config register. Can you post output of "sh run" from router.&lt;br /&gt;&lt;br /&gt;Jon</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1df/1" level="1.1" new="yes"><Author authinfo=" Newport News Water Works">reginaldjohnson</Author><Timestamp>Nov 17, 2009, 6:20am PST</Timestamp><Msgbody>TR2800#sh ver&lt;br /&gt;Cisco IOS Software, 2800 Software (C2800NM-ADVSECURITYK9-M), Version 12.4(15)T9,&lt;br /&gt; RELEASE SOFTWARE (fc5)&lt;br /&gt;Technical Support: &lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/techsupport&apos;)"&gt;http://www.cisco.com/techsupport&lt;/A&gt;&lt;br /&gt;Copyright (c) 1986-2009 by Cisco Systems, Inc.&lt;br /&gt;Compiled Tue 28-Apr-09 13:10 by prod_rel_team&lt;br /&gt;&lt;br /&gt;ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)&lt;br /&gt;&lt;br /&gt;RTR2800 uptime is 20 hours, 41 minutes&lt;br /&gt;System returned to ROM by reload at 22:39:09 UTC Mon Nov 16 2009&lt;br /&gt;System image file is "flash:c2800nm-advsecurityk9-mz.124-15.T9.bin"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This product contains cryptographic features and is subject to United&lt;br /&gt;States and local country laws governing import, export, transfer and&lt;br /&gt;use. Delivery of Cisco cryptographic products does not imply&lt;br /&gt;third-party authority to import, export, distribute or use encryption.&lt;br /&gt;Importers, exporters, distributors and users are responsible for&lt;br /&gt;compliance with U.S. and local country laws. By using this product you&lt;br /&gt;agree to comply with applicable laws and regulations. If you are unable&lt;br /&gt;to comply with U.S. and local laws, return this product immediately.&lt;br /&gt;&lt;br /&gt;A summary of U.S. laws governing Cisco cryptographic products may be found at:&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/wwl/export/crypto/tool/stqrg.html&apos;)"&gt;http://www.cisco.com/wwl/export/crypto/tool/stqrg.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;If you require further assistance please contact us by sending email to&lt;br /&gt;&lt;A HREF="mailto:export@cisco.com"&gt;export@cisco.com&lt;/A&gt;.&lt;br /&gt;&lt;br /&gt;Cisco 2811 (revision 53.51) with 249856K/12288K bytes of memory.&lt;br /&gt;Processor board ID FTX1048A03Q&lt;br /&gt;2 FastEthernet interfaces&lt;br /&gt;1 Channelized T1/PRI port&lt;br /&gt;1 Virtual Private Network (VPN) Module&lt;br /&gt;DRAM configuration is 64 bits wide with parity enabled.&lt;br /&gt;239K bytes of non-volatile configuration memory.&lt;br /&gt;62720K bytes of ATA CompactFlash (Read/Write)&lt;br /&gt;&lt;br /&gt;Configuration register is 0x2142&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1df/2" level="1.1.1" new="yes"><Author authinfo=" NETWORK RAIL INFRASTRUCTURE LTD">jon.marshall</Author><Timestamp>Nov 17, 2009, 6:31am PST</Timestamp><Msgbody>Reginald&lt;br /&gt;&lt;br /&gt;Your configuration register is set to 0x2142 which tells the router to ignore the running config at boot up. &lt;br /&gt;&lt;br /&gt;Change the config register on your router ie. &lt;br /&gt;&lt;br /&gt;2811(config)# config-register 0x2102&lt;br /&gt;2811# wr mem &lt;br /&gt;&lt;br /&gt;and then reload&lt;br /&gt;&lt;br /&gt;Jon</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1df/3" level="1.1.1.1" new="yes"><Author authinfo=" Newport News Water Works">reginaldjohnson</Author><Timestamp>Nov 17, 2009, 6:57am PST</Timestamp><Msgbody>Good to go. Thank You</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f315" messages="0" subscribed="no" title="Which router i have to prefer for two ISP bandwith with BGP routing."><Message attachment="no" canreply="yes" id=".2cd4f315" level=""><Author authinfo=" Datacraft India ltd.">csawest.dc</Author><Timestamp>Nov 17, 2009, 6:44am PST</Timestamp><Msgbody>Dear Members,&lt;br /&gt;&lt;br /&gt;Please help me regarding which router I hav prefer when Two ISP bandwidth comes in single router.&lt;br /&gt;&lt;br /&gt;1- 2801 , 2- 2811, 3-2821, 4-3825, 5-3845&lt;br /&gt;&lt;br /&gt;in which one i have to prefer for two ISP bandwith in single.&lt;br /&gt;&lt;br /&gt;ISP-1 Bandwidth 45 MB&lt;br /&gt;ISP-2 Bandwidth 30 MB&lt;br /&gt;&lt;br /&gt;and one more help please give me BGP templets of below mention Scenerio &lt;br /&gt;&lt;br /&gt;My BGP ASN 131215 (4 byte) 2.143&lt;br /&gt;My network 111.235.72.0/22&lt;br /&gt;&lt;br /&gt;ISP-1 ASN 18101&lt;br /&gt;neighbor 220.225.63.150&lt;br /&gt;&lt;br /&gt;ISP-2 ASN 4755&lt;br /&gt;Neighbor 97.24.123.151&lt;br /&gt;&lt;br /&gt;So what is the configuration i have to paste in my router for load balance when any one ISP Bandwidth full utilised then autometic use 2nd ISP bandwith and and also when any one ISP bandwidth goes down then autometic work all loads in my router on any working ISP bandwith.&lt;br /&gt;&lt;br /&gt;Thanks in ADV,&lt;br /&gt;&lt;br /&gt;Vaib...&lt;br /&gt;</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4efb0" messages="4" subscribed="no" title="Req. 4 byte BGP support in cisco 3750G-12S-S ?"><Message attachment="no" canreply="yes" id=".2cd4efb0" level=""><Author authinfo=" Datacraft India ltd.">csawest.dc</Author><Timestamp>Nov 15, 2009, 2:40am PST</Timestamp><Msgbody>Please find herewith running-cong of my 1841 router.&lt;br /&gt;There is in my ISP currently working 45 MB bandwidth from Reliance.&lt;br /&gt;In 1841 router right now only two Fastethernet Card Fe0/1 from Reliance and fe0/0 to my network,&lt;br /&gt;4 byte bgp routing working fine in 1841 router with 45 MB bandwidth, now we need to requried anather&lt;br /&gt;45 MB bandwidth from Airtel.&lt;br /&gt;We need when reliance 45 MB used full load then it&apos;s start to use Airtel bandwidht and also when any&lt;br /&gt;one ISP bandwitdh goes down it&apos;s autometic full load up on anather ISP bandwidth.&lt;br /&gt;can it is possible in 1841 router ?&lt;br /&gt;how many FAstEthernet we have to need when 2 ISP bandwith in 1841 router at present only 2 FastEthernet in my 1841.&lt;br /&gt;&lt;br /&gt;Please help me what is the configuration of BGP when 2 ISP bandwith in 1841 router.&lt;br /&gt;Reliance ASN-- 18101&lt;br /&gt;Neignbor IP -- 220.225.63.150&lt;br /&gt;Airtel ASN--4755&lt;br /&gt;Neighbour-- 97.101.144.129&lt;br /&gt;My IP Netwrok from APNIc 111.235.72.1 255.255.252.0&lt;br /&gt;My ASN--131215 ( 4 byte ASN) convert to ASDOT for BGP in 1841 2.143&lt;br /&gt;&lt;br /&gt;One more think I have four 3750G-12S-S  (12 SFP port Switch), can 4 byte BGP support in 3750g Swtich ? if yes so which IOS i hv to need.&lt;br /&gt; &lt;br /&gt;Please help me it&apos;s very URGENT for me.&lt;br /&gt;Thanks in ADV,&lt;br /&gt;Vaibhav. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) Running-config-ISP.txt&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>Running-config-ISP.txt</FileName><DocID>123590</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>6954</Size><ExpirationDate>11/15/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4efb0/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 15, 2009, 3:29am PST</Timestamp><Msgbody>Hello Vaibhav,&lt;br /&gt;a C1841 is accredited of 75000 packet per second pps with no feature.&lt;br /&gt;This is equivalent to 38 Mbps.&lt;br /&gt;&lt;br /&gt;It cannot handle 45 Mbps on a link and an additional link.&lt;br /&gt;&lt;br /&gt;also there is no easy mechanism to trigger usage of second ISP when first link is full.&lt;br /&gt;&lt;br /&gt;about 3750G I don&apos;t think it is able to support 4 byte ASN in current IOS versions&lt;br /&gt;&lt;br /&gt;see&lt;br /&gt;feature navigator&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/go/fn&apos;)"&gt;www.cisco.com/go/fn&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efb0/1" level="1.1" new="yes"><Author authinfo=" Datacraft India ltd.">csawest.dc</Author><Timestamp>Nov 15, 2009, 6:42am PST</Timestamp><Msgbody>Dear Giuseppe,&lt;br /&gt;&lt;br /&gt;Thansk for quick support, one more help pl, what it the configuration for two ISP Bandwith with BGP routing i need to config in my router.&lt;br /&gt;&lt;br /&gt;My ASN 131215 ( 2.143)&lt;br /&gt;my Network 111.235.72.0/22&lt;br /&gt;&lt;br /&gt;1 ISP ASN- 18101&lt;br /&gt;their Neighbor IP 220.225.63.150&lt;br /&gt;&lt;br /&gt;2 ISP ASN- 4755&lt;br /&gt;their neighbor 97.123.49.152&lt;br /&gt;&lt;br /&gt;can i need to config Route-map ?? or what i have to do when two ISP bandwith in single router with BGP routing ??&lt;br /&gt;&lt;br /&gt;Thanks in ADV,&lt;br /&gt;&lt;br /&gt;Vaib...&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efb0/2" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 9:40am PST</Timestamp><Msgbody>Hello Vaibhav,&lt;br /&gt;&lt;br /&gt;see following example of eBGP multihoming&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009456d.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009456d.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;you may want to be sure to be not a transit point between ISPs&lt;br /&gt;&lt;br /&gt;ip as-path access-list 11 permit ^$&lt;br /&gt;&lt;br /&gt;you then add&lt;br /&gt;&lt;br /&gt;neigh isp1 filter-list 11 out&lt;br /&gt;neigh isp 2 filter-list 11 out&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efb0/3" level="1.1.1.1" new="yes"><Author authinfo=" Datacraft India ltd.">csawest.dc</Author><Timestamp>Nov 17, 2009, 5:57am PST</Timestamp><Msgbody>Dear Sir,&lt;br /&gt;&lt;br /&gt;Thank you very much for your gr8 support.&lt;br /&gt;&lt;br /&gt;now i hv one quirry can Cisco WS-3750G-12S-S switch support 4 Byte BGP ? if yes so which IOS i need to upgrade.&lt;br /&gt;&lt;br /&gt;Thanks in ADV,&lt;br /&gt;Vaib...&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f1d5" messages="5" subscribed="no" title="SHDSL back to back basics"><Message attachment="no" canreply="yes" id=".2cd4f1d5" level=""><Author authinfo=" none">Rik19972000</Author><Timestamp>Nov 16, 2009, 1:55pm PST</Timestamp><Msgbody>I&apos;m struggling with the documentation.More exactly with layer 1.&lt;br /&gt;&lt;br /&gt;Material: c1841 with HWIC-4HSDSL.&lt;br /&gt;&lt;br /&gt;A cable is delivered from RJ45 to 2x RJ11&lt;br /&gt;&lt;br /&gt;In the documentation I find for the cabling:&lt;br /&gt;&lt;br /&gt;2wire, 4 wire and 8 wire + some cabling schemes. Eg&lt;br /&gt;&lt;br /&gt;(&lt;A HREF="javascript:newWin(&apos;http://ciscosystems.com/en/US/prod/collateral/modules/ps5949/ps7175/prod_qas0900aecd80591ff1.pdf&apos;)"&gt;http://ciscosystems.com/en/US/prod/collateral/modules/ps5949/ps7175/prod_qas0900aecd80591ff1.pdf&lt;/A&gt;)&lt;br /&gt;&lt;br /&gt;I think the delivered cable is a RJ-45 Connector to Four Standard RJ-11 Connector. But why do I have 2 RJ11 connectors? &lt;br /&gt;&lt;br /&gt;So how do I start?&lt;br /&gt;&lt;br /&gt;1) check the number of wires on the phone cable?&lt;br /&gt;2)then?..&lt;br /&gt;&lt;br /&gt;I found also that for this HWIC you&apos;ve two possibilities:&lt;br /&gt;Standard RJ-45 Connector to Four Standard RJ-11 Connectors  or Standard RJ-45 Connector to Two Standard RJ-11 Connectors .&lt;br /&gt;&lt;br /&gt;I know... I&apos;m confused.&lt;br /&gt;&lt;br /&gt;configuration:&lt;br /&gt;controller SHDSL 0/0/0&lt;br /&gt; termination cpe                          &lt;br /&gt; dsl-group 0 pairs  0, 1 (! what about the layer1 for choosing a combination of 0,1,2,3)&lt;br /&gt;  shdsl 4-wire mode enhanced&lt;br /&gt;  shdsl annex F-G coding 32-TCPAM&lt;br /&gt;  shdsl rate 1536&lt;br /&gt;&lt;br /&gt;-&gt; configuration for a 4 wire connector I suppose as you&apos;ve two pairs.&lt;br /&gt;&lt;br /&gt;interface ATM0/0/1&lt;br /&gt; no ip address&lt;br /&gt; no atm ilmi-keepalive&lt;br /&gt;!&lt;br /&gt;interface ATM0/0/1.1 point-to-point&lt;br /&gt; ip add x.x.x.x x.x.x.x&lt;br /&gt; logging event subif-link-status&lt;br /&gt; atm route-bridged ip&lt;br /&gt;  pvc 0/32 &lt;br /&gt; !&lt;br /&gt;So I want first to start with the layer 1 gaps.&lt;br /&gt;&lt;br /&gt;Then I also want to use bridging if possible.&lt;br /&gt;&lt;br /&gt;Thanks in advance</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d5/0" level="1." new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 16, 2009, 1:58pm PST</Timestamp><Msgbody>Wires... adjust as you like. It doesn&apos;t make a difference as long you respect pairing.&lt;br /&gt;&lt;br /&gt;Recommend do not use bridging for best performance, scalability and troubleshooting.&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d5/1" level="1.1" new="yes"><Author authinfo=" none">Rik19972000</Author><Timestamp>Nov 16, 2009, 2:26pm PST</Timestamp><Msgbody>Why 2 RJ11 connectors?&lt;br /&gt;&lt;br /&gt;So first I&apos;ve to check how many wires my phone cable has?&lt;br /&gt;&lt;br /&gt;If for example my phone cable has 4 wires. &lt;br /&gt;&lt;br /&gt;dsl-group 0 pairs  0, 1&lt;br /&gt;or&lt;br /&gt;dsl-group 0 pairs  2,3&lt;br /&gt;&lt;br /&gt;If you have a clean installation then you can chose as long you use same pairs 0,1 or 2,3 on both sides? That probably the reason that there are 2x RJ11 cables?&lt;br /&gt;&lt;br /&gt;Like this:&lt;br /&gt;&lt;br /&gt;Why should you work like this:&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/i/100001-200000/150001-160000/155001-156000/155563.jpg&apos;)"&gt;http://www.cisco.com/en/US/i/100001-200000/150001-160000/155001-156000/155563.jpg&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Am I right that with this one you can configure 1 router as CO and 4 routers as CPE via a 2 wire connection? &lt;br /&gt;&lt;br /&gt;or this:&lt;br /&gt;Standard RJ-45 Connector to Two Standard RJ-11 Connectors &lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/i/100001-200000/150001-160000/155001-156000/155564.jpg&apos;)"&gt;http://www.cisco.com/en/US/i/100001-200000/150001-160000/155001-156000/155564.jpg&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;I think this will be the cable that&apos;s delivered with the HWIC?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d5/2" level="1.1.1" new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 16, 2009, 2:30pm PST</Timestamp><Msgbody>Why? Because Cisco thought that would help someone. If it doesn&apos;t help you, crimp your own cable.&lt;br /&gt;&lt;br /&gt;As mentioned above, you can arrange physical wiring as you like, only respect pairing.&lt;br /&gt;&lt;br /&gt;Everything indicated in manuals and diagrams is correct until proven wrong.&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d5/3" level="1.1.1.1" new="yes"><Author authinfo=" none">Rik19972000</Author><Timestamp>Nov 16, 2009, 11:34pm PST</Timestamp><Msgbody>So on one side I can use for examples pairs 0,1 and on the other side 2,3?&lt;br /&gt;&lt;br /&gt;What about 2,4,8 wires?&lt;br /&gt;&lt;br /&gt;For example 8 wires, in a phone cable? 2xRJ11 coupled?</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d5/4" level="1.1.1.1.1" new="yes">            <Author authinfo=" BYTE WORKS SISTEMI SRL">p.bevilacqua</Author><Timestamp>Nov 17, 2009, 5:27am PST</Timestamp><Msgbody>No, as said above you must respect pairing.&lt;br /&gt;&lt;br /&gt;Then you can use any cable as you like as long (again) pairing is respected.</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f0c5" messages="2" subscribed="no" title="Services Overhead"><Message attachment="no" canreply="yes" id=".2cd4f0c5" level="">            <Author authinfo=" McCann FitzGerald">brennan.k</Author><Timestamp>Nov 16, 2009, 5:16am PST</Timestamp><Msgbody>Hi All,&lt;br /&gt;&lt;br /&gt;I&apos;m looking for a sizing guide for the ISR&apos;s that would indicate what the overhead of L2TPv3 would be.&lt;br /&gt;&lt;br /&gt;I&apos;m familar with the router performance guide with the PPS figures, but I have never seen a guide that quotes what the services overhead would be.&lt;br /&gt;&lt;br /&gt;My requirements are something that will provide at least 20Mb full duplex of L2TPv3 throughput. There will be no other services running. The two routers will be connected by a 100Mb L3 service.&lt;br /&gt;&lt;br /&gt;I&apos;m hoping that the 2811, or maybe even the 2801 might be up to the task.&lt;br /&gt;&lt;br /&gt;Any info anyone could provide would be great.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Kevin</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f0c5/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 17, 2009, 5:12am PST</Timestamp><Msgbody>Hello Kevin,&lt;br /&gt;only performing tests over some hours can tell you if the device fits your needs.&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f0c5/1" level="1.1" new="yes">            <Author authinfo=" McCann FitzGerald">brennan.k</Author><Timestamp>Nov 17, 2009, 5:18am PST</Timestamp><Msgbody>Hi Giuseppe,&lt;br /&gt;&lt;br /&gt;I was afraid that would be the answer. &lt;br /&gt;&lt;br /&gt;I&apos;m working in a small enough company, so we dont have the resources to buy kit just to test it.&lt;br /&gt;&lt;br /&gt;Do you know if Cisco VAR&apos;s will setup a test lab for customers?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Kevin</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f2d7" messages="0" subscribed="no" title="Static IP Route VRF"><Message attachment="no" canreply="yes" id=".2cd4f2d7" level=""><Author authinfo=" ">adamgibs7</Author><Timestamp>Nov 17, 2009, 4:57am PST</Timestamp><Msgbody>           WEB Servers&lt;br /&gt;                |&lt;br /&gt;             Firewall  (Customer Z VRF)&lt;br /&gt;10.20.20.1    |    |  10.10.10.1&lt;br /&gt;              |    |&lt;br /&gt;              Switch&lt;br /&gt;              /    \\&lt;br /&gt;            /       \\&lt;br /&gt;(20.2)     A         B (10.2)&lt;br /&gt;          |    \\ /     |&lt;br /&gt;          |    /  \\    |&lt;br /&gt;RR-1---Core-2   Core-1----RR-2&lt;br /&gt;      |             |&lt;br /&gt;    ISP-1     ISP-1&lt;br /&gt;&lt;br /&gt;There are two redundant links from Dist-A and Dist B,to firewall,and&lt;br /&gt;redundant links from Dist-A and Dist-B to Core-1 and Core-2, firewall want&lt;br /&gt;to prefer Dist-A rather than Dist-B  pointing static route with high AD to&lt;br /&gt;B to remote sites located on other end of ISP.Am receiving routes from&lt;br /&gt;another end (behind ISP) from active Core 1 and core-1 is passing routes to&lt;br /&gt;Dist-A and Dist-B,&lt;br /&gt;&lt;br /&gt;Customer Z VRF Firewall want the traffic to be from the interface 10.20.20.1&lt;br /&gt;for webservers,when applying static routes for webservers on Dist-A and&lt;br /&gt; Dist-B the static route on B pointing to 10.20.20.1 will it work or traffic&lt;br /&gt;will be blackholed??? give me alternate solution or any link with example&lt;br /&gt;configuration that link between Dist-A and firewall shld be active and the link between Dist-B shld be standby.&lt;br /&gt;&lt;br /&gt;Dist-A&lt;br /&gt;ip route vrf customer Z  100.100.100.0  255.255.255.0 10.20.20.1&lt;br /&gt;ip route vrf customer Z  100.100.100.0  255.255.255.0 10.10.10.1  2&lt;br /&gt;&lt;br /&gt;Dist-B&lt;br /&gt;&lt;br /&gt; ip route vrf customer Z  100.100.100.0  255.255.255.0 10.20.20.1&lt;br /&gt;ip route vrf customer Z  100.100.100.0  255.255.255.0 10.10.10.1  2</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4e2eb" messages="6" subscribed="no" title="Data Center Interconnect - Layer 2 Extension"><Message attachment="no" canreply="yes" id=".2cd4e2eb" level="">            <Author authinfo=" Kratos Defense">kevin.hu</Author><Timestamp>Nov 6, 2009, 9:27am PST</Timestamp><Msgbody>After reading thru Cisco&apos;s data center interconnect, it is interesting.  However, how do you use it in the real world scenario and why would you do it?  The idea is to extend layer 2 VLAN from one data center to another; basically creating a giant virtual data center.  If a data center is down, another data center will pick up the transaction.&lt;br /&gt;Can&apos;t you do the same with Global Server Load Balancing?  I would think two MPLS connections to each data center is more than enough.  Has anyone implement this data center interconnect using VPLS, EoMPLS, etc?&lt;br /&gt;&lt;br /&gt;Thanks  </Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4e2eb/0" level="1." new="yes">      <Author authinfo="ENGINEER.NETWORK CONSULTING, Cisco Systems, Inc." ccie="yes">ediortiz</Author><Timestamp>Nov 6, 2009, 1:53pm PST</Timestamp><Msgbody>&lt;i&gt;Can&apos;t you do the same with Global Server Load Balancing?&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The answer depends on the application. If you are running an application that needs to have other servers in the same LAN and you want to have servers in different locations, you are forced to extend your L2 domain. DCI is the perfect solution.&lt;br /&gt;&lt;br /&gt;If the application can interact with other servers running the same application and the communication can be routed, the GSLB would be the right solution.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Has anyone implement this data center interconnect using VPLS, EoMPLS, etc? &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;EoMPLS.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Edison.&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e2eb/1" level="1.1" new="yes">            <Author authinfo=" Kratos Defense">kevin.hu</Author><Timestamp>Nov 9, 2009, 9:32am PST</Timestamp><Msgbody>Thanks Ed.&lt;br /&gt;&lt;br /&gt;Just wondering, from your experience, what specific apps require servers to be in the same LAN at different locations?&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4e2eb/2" level="1.1.1" new="yes">      <Author authinfo="Network Engineer, REALNETWORKS INC">mklemovitch</Author><Timestamp>Nov 9, 2009, 10:42am PST</Timestamp><Msgbody>I have seen various vendors&apos; (Sun, Oracle) clustering solutions require layer 2 connectivity between hosts in a given cluster.&lt;br /&gt;&lt;br /&gt;Some have moved away from that with current product releases, but we often have to work with an installed base that continues to have the old required host connectivity characteristics.</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4e2eb/3" level="1.1.2" new="yes">      <Author authinfo="ENGINEER.NETWORK CONSULTING, Cisco Systems, Inc." ccie="yes">ediortiz</Author><Timestamp>Nov 9, 2009, 11:22am PST</Timestamp><Msgbody>Similar to the ones mentioned by Marvin - you can add Microsoft&apos;s LB to the list...&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Edison.</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4e2eb/4" level="1.1.3" new="yes">      <Author authinfo="Network Consulting Engineer, Cisco Systems, Inc." ccie="yes">jeye</Author><Timestamp>Nov 9, 2009, 11:31am PST</Timestamp><Msgbody>VMWare vmotion, storage motion; FCoE, etc.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;jerry</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4e2eb/5" level="1.2" new="yes">            <Author authinfo=" Standard Chartered Scope International" ccie="yes">vijayaram</Author><Timestamp>Nov 17, 2009, 4:44am PST</Timestamp><Msgbody>Looking at the DCI podcast (by Amit Singh) on TechWiseTV, there are pair of 6500-VSS switches at each data center specifically to extend layer-2. &lt;br /&gt;Can&apos;t this be managed using DC aggregation switches (6500-VSS) in both data centers and having dark fiber between them? &lt;br /&gt;I think it would be hard to justify 4 nos of 6500-VSS for layer2-extension alone.&lt;br /&gt;&lt;br /&gt;One of the other concern is about the split-subnet scenario; does the DCI design completely avoids split-subnet? How is spanning-tree root bridge assignment done if both DCs are in high-available mode?&lt;br /&gt;&lt;br /&gt;I&apos;ve narrowed down on the DCI using 6500-VSS using dark fiber option for interconnecting our data-centers, but need to study more (along with the server teams) on the implications at both layer-2 and layer-3.&lt;br /&gt;&lt;br /&gt;Can anyone point me to right resource (technical documents, design guides,case study) for this requirement? &lt;br /&gt;Thanks.&lt;br /&gt;Rgds, VJ</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f271" messages="3" subscribed="no" title="auto-cost reference-bandwidth could affect on Convergence?"><Message attachment="no" canreply="yes" id=".2cd4f271" level=""><Author authinfo=" Emirates NBD">engr.J.K.Vasvani</Author><Timestamp>Nov 16, 2009, 11:31pm PST</Timestamp><Msgbody>Dear Experts,&lt;br /&gt;&lt;br /&gt;Could you please explain what exactly the mis-matched refrence-bandwidth and Incremental SPF (commands) on different routers could affect? ( I mean few are having defaults and others having non-default)&lt;br /&gt;&lt;br /&gt;Do these parameters affect on  convergence in ospf domain?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&apos;d appreciate yours earliest replies.&lt;br /&gt;ThankYou</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f271/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 11:36pm PST</Timestamp><Msgbody>Hello Jagdesh,&lt;br /&gt;&lt;br /&gt;having different autocost reference bandwidth is not recommended it can lead to suboptimal routing :&lt;br /&gt;two different routers can make opposite choices and this can create loops in some cases.&lt;br /&gt;It is more a question of consistency then a problem of convergence.&lt;br /&gt;&lt;br /&gt;incremental SPF timers can be different in your routers but this clearly means that overall convergence is that of bigger timers.&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt; </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f271/2" level="1.1" new="yes">      <Author authinfo="Proprietor, Systematex">josephdoherty</Author><Timestamp>Nov 17, 2009, 4:31am PST</Timestamp><Msgbody>"&lt;i&gt;two different routers can make opposite choices and this can create loops in some cases. &lt;/i&gt;"&lt;br /&gt;&lt;br /&gt;I can see that as possible during convergence, but could you provide an example after convergence (i.e. a loop)?</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4f271/1" level="2." new="yes">      <Author authinfo="Proprietor, Systematex">josephdoherty</Author><Timestamp>Nov 17, 2009, 4:27am PST</Timestamp><Msgbody>"&lt;i&gt;Could you please explain what exactly the mis-matched refrence-bandwidth and Incremental SPF (commands) on different routers could affect? ( I mean few are having defaults and others having non-default)&lt;/i&gt;"&lt;br /&gt;&lt;br /&gt;Mismatched reference bandwidths will will impact the link costs used by routers in their SPF calculation (and route path selection).  For example, say you have two peer routers, both with 100 Mbps Ethernet interfaces.  Default OSPF reference cost would assign such links as 1.  However, changing reference bandwidth on one would change it&apos;s cost for the same interface bandwidths.  Perhaps its 100 Mbps links now cost 10 (i.e. gig ref).  Both routers would treat one router&apos;s 100 Mbps links like the other&apos;s 10 Mbps links.&lt;br /&gt;&lt;br /&gt;Incremental SPF is a method to attempt to "short circuit" doing SPF for the whole topology.  End result should be identical, however router with Incremental SPF CPU enabled might use less CPU for SPF calculations and finish such calculations faster.  Further information on this feature can be found here: &lt;A HREF="javascript:newWin(&apos;https://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/ospfispf.html&apos;)"&gt;https://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/ospfispf.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;"&lt;i&gt;Do these parameters affect on convergence in ospf domain? &lt;/i&gt;"&lt;br /&gt;&lt;br /&gt;Yes, with "correctness" for reference-bandwidth and CPU resouce usage and perhaps time to converge for the latter.</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f213" messages="1" subscribed="no" title="Error (Type 8, Code 0)"><Message attachment="no" canreply="yes" id=".2cd4f213" level=""><Author authinfo=" D SQUARED NETWORKS PTY LTD">lmanavalan</Author><Timestamp>Nov 16, 2009, 4:47pm PST</Timestamp><Msgbody>Hi,&lt;br /&gt;i am trying to Establish IPSec VPN Tunnel between to ASA 5505. I assigned the IP address, enabled NAT, Configured the IPsec and IKE and other basic configuration. &lt;br /&gt;When i tried to Ping the inside address of the other end from inside network of this end i am seeing this error message on the ASDM home screen (Deny inbound icmp scr inside: &lt;private ip address&gt; dst inside: &lt;private IP addr&gt; (Type 8, Code 0))    &lt;br /&gt;&lt;br /&gt;What is the possible Reason for this error message. i have allowed the icmp echo and icmp echo-reply on the outside interface of both the ASA.&lt;br /&gt;Can some help me on this&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Logesh</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f213/0" level="1." new="yes">      <Author authinfo="Network Engineer, EVOPRO INFORMATIKAI AUTOMATIZI KFT.">chiorean.calin</Author><Timestamp>Nov 17, 2009, 4:01am PST</Timestamp><Msgbody>Hi!&lt;br /&gt;&lt;br /&gt;On the inside interfaces, do you have any ACL? You said that you allowed ICMP on the outside ones, but nothing about inside.&lt;br /&gt;Second, where do you see the error message? On the source ASA or on the destination?</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4efee" messages="7" subscribed="no" title="DMVPN Vs GRE IPSEC"><Message attachment="no" canreply="yes" id=".2cd4efee" level=""><Author authinfo=" ICT-NET">pshah.1979</Author><Timestamp>Nov 15, 2009, 12:41pm PST</Timestamp><Msgbody>Hi Netpro&lt;br /&gt;Need comparision between DMVPN Vs GRE IPSEC. Looking for Real Life pros&amp;cons between them?&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4efee/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 15, 2009, 2:39pm PST</Timestamp><Msgbody>Hello Pratik,&lt;br /&gt;&lt;br /&gt;DMVPN = point-to-multipoint GRE + IPSec&lt;br /&gt;GRE+ IPSec = point-to-point GRE + IPSec&lt;br /&gt;&lt;br /&gt;DMVPN requires to deploy a certification authority server, using a single shared key is not secure enough.&lt;br /&gt;&lt;br /&gt;We can say that DMVPN is more hard to deploy but it is far easier to mantain and should be a winning choice if number of remote sites increases over time.&lt;br /&gt;&lt;br /&gt;Hub router configuration doesn&apos;t need to be changed when a new remote site has to be added this helps also on scalability.&lt;br /&gt;&lt;br /&gt;DMVPN disadvantage: it is Cisco proprietary.&lt;br /&gt;&lt;br /&gt;point-to-point GRE and IPsec is easier to setup but harder to mantain: adding a new remote site requires configuration on hub and new remote.&lt;br /&gt;Also when doing changes there are some errors that can impact multiple remote sites: if for example in a crypto map block a non-existing ACL is invoked this is seen as a permit ip any any and causes that connectivity to all remote sites configured in following crypto map blocks is broken.&lt;br /&gt;it is enough to delete an ACL to do this.&lt;br /&gt;&lt;br /&gt;a possible advantage is that it is possible to accomodate a remote peer that has different authentication and encryption capabilities and non cisco devices. &lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efee/1" level="1.1" new="yes"><Author authinfo=" ICT-NET">pshah.1979</Author><Timestamp>Nov 15, 2009, 11:36pm PST</Timestamp><Msgbody>Giuseppe,&lt;br /&gt;in DMVPN can we now the traffic utilization from Hub to single spoke or multiple spoke.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efee/4" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 4:49am PST</Timestamp><Msgbody>Hello Pratik,&lt;br /&gt;&lt;br /&gt;&gt;&gt; in DMVPN can we now the traffic utilization from Hub to single spoke or multiple spoke.&lt;br /&gt;&lt;br /&gt;not totally clear to me.&lt;br /&gt;&lt;br /&gt;in DMVPN you can decide if you want to allow dynamic spoke to spoke communications (DMVPN phase2 and later) or you can decide to block this and to have only spokes to hubs communication.&lt;br /&gt;&lt;br /&gt;in this case spoke to hub to spoke is required.&lt;br /&gt;&lt;br /&gt;if you mean how you can monitor traffic volume to specific remote sites that is a different matter.&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4efee/2" level="1.2" new="yes">            <Author authinfo=" ELFA, S.R.O." ccie="yes">paluchpeter</Author><Timestamp>Nov 16, 2009, 2:03am PST</Timestamp><Msgbody>Hello Giuseppe,&lt;br /&gt;&lt;br /&gt;A very fine answer indeed. There is one thing I wanted to point out, though - the DMVPN does not have to be implemented using IPsec. While of course every reasonable implementation of DMVPN uses IPsec for data confidentiality and integrity purposes, the IPsec itself is just an add-on on top of the real DMVPN provided by NHRP and multipoint GRE tunnels.&lt;br /&gt;&lt;br /&gt;Regarding the proprietarity - actually, all protocols used in DMVPN are open and described in RFCs. A different thing, though, is that I haven&apos;t seen any other vendor implementing them.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Peter&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efee/3" level="1.2.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 4:46am PST</Timestamp><Msgbody>Hello Peter,&lt;br /&gt;to be honest I&apos;ve reported what I&apos;ve read in the forums.&lt;br /&gt;I don&apos;t remember who noted this but DMVPN is considered proprietary.&lt;br /&gt;&lt;br /&gt;other vendors have probably similar frameworks.&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efee/5" level="1.2.1.1" new="yes"><Author authinfo=" ICT-NET">pshah.1979</Author><Timestamp>Nov 16, 2009, 11:51am PST</Timestamp><Msgbody>Giuslar,&lt;br /&gt;&lt;br /&gt;One of the consideration before moving to DMVPN would be to understand if its possible to know tunnel traffic between Hub and different spoke.&lt;br /&gt;&lt;br /&gt;In a simple IPSEC over GRE Tunnel or more tunnels its easy to identify traffic size or bandwidth consumed&lt;br /&gt;In DMVPN can we get the same.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4efee/6" level="1.2.1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 17, 2009, 2:59am PST</Timestamp><Msgbody>Hello Pratik,&lt;br /&gt;I think that modular QoS may help on this by providing a way to "count" traffic towards each remote site.&lt;br /&gt;&lt;br /&gt;see&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/DMVPN_2_Phase2.html&apos;)"&gt;http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/DMVPN_2_Phase2.html&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;and qos for the enterprise&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND_40/QoSIntro_40.html#wp60933&apos;)"&gt;http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND_40/QoSIntro_40.html#wp60933&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f2a5" messages="0" subscribed="no" title="ASR 1004 router bridge group bug and distribute-list bug"><Message attachment="no" canreply="yes" id=".2cd4f2a5" level="">            <Author authinfo=" FUJITSU RETIREMENT SERVICES LTD">hitchij</Author><Timestamp>Nov 17, 2009, 2:56am PST</Timestamp><Msgbody>We have encountered a couple of problems ASR1004 routers being deployed.&lt;br /&gt;&lt;br /&gt;1/ When a bridge group is configured on a Fastethernet port the ASR outputs error:&lt;br /&gt;&lt;br /&gt;*Nov 17 10:12:45.802: %TBRIDGE-4-INVALIDMEDIA: IEEE_STP received on FastEthernet 0/0/3 - invalid media for transparent bridging &lt;br /&gt;&lt;br /&gt;This has been recreated in the lab using both the first extended IOS XE image 02.04.01 and also the first extended update 02.04.02&lt;br /&gt;&lt;br /&gt;2/ On image version 02.04.01 it has also been noticed that a routing protocol distribute-list for a RIP interface does not work until the router is rebooted; same for a change to the vty exec command&lt;br /&gt;&lt;br /&gt;Has anyone else experienced similar with these IOS XE images and raised a TAC case for a resolution?  Thanks in advance.</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f093" messages="5" subscribed="no" title="BGP TTL-security hops"><Message attachment="no" canreply="yes" id=".2cd4f093" level="">      <Author authinfo="Network Engineer, ALPHAWEST PTY LTD">marwanshawi</Author><Timestamp>Nov 16, 2009, 2:52am PST</Timestamp><Msgbody>hi guys&lt;br /&gt;i have a strange issue &lt;br /&gt;when i confugre to bgp hops like bellow &lt;br /&gt;&lt;br /&gt;lo0--R1--OSPF--R2--OSPF--R3--lo0&lt;br /&gt;R1-----------EBGP--------R3&lt;br /&gt;&lt;br /&gt;i used the command ttl-security hops 3 on both sides&lt;br /&gt;the bgp session is and established&lt;br /&gt;the loopbacks advertised in bgp apear in the BGP routing table&lt;br /&gt;BUT&lt;br /&gt;dose not apear in the routing table &lt;br /&gt;in bgp routing table it says that next hope inaceesable&lt;br /&gt;however the next is accessable &lt;br /&gt;becuase i can ping, sse it inospf routing&lt;br /&gt;and the peering is up as well &lt;br /&gt;same case with ebgp multihops works&lt;br /&gt;&lt;br /&gt;by the way the peering between the EBGP peers through tier loopbacks address&lt;br /&gt;&lt;br /&gt;any idea !!</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f093/0" level="1." new="yes"><Author>msobier123</Author><Timestamp>Nov 16, 2009, 3:05am PST</Timestamp><Msgbody>Hi,&lt;br /&gt;&lt;br /&gt;I dont understand.. &lt;br /&gt;&lt;br /&gt;whats the real problem here? The BGP nexthop or some thing else? If the Nexthop is not in the routing table, then it would be inaccessible in the BGP table (Normal)&lt;br /&gt;&lt;br /&gt;The TTL of 3 shouldnt affect your BGP neighbor relationship establishment.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HTH&lt;br /&gt;Mohamed</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f093/1" level="1.1" new="yes">      <Author authinfo="Network Engineer, ALPHAWEST PTY LTD">marwanshawi</Author><Timestamp>Nov 16, 2009, 4:24am PST</Timestamp><Msgbody>hi Mohamed&lt;br /&gt;the lo0 of both bgp peers advertised thorugh ospf&lt;br /&gt;and reachable through the IGP&lt;br /&gt;but there are som other lo interfaces advertised thorugh bgp &lt;br /&gt;its shown in the bgp table but as not advertised&lt;br /&gt;and showing the next hope ( the other peer lo0) as inaccessable&lt;br /&gt;&lt;br /&gt;i would say without ttl 3 no peer will be established as t is not directlyu connected EBGP peers&lt;br /&gt;as i mentioned this topolog works fine if i use ebgp-multihope command instead of ttl security&lt;br /&gt;&lt;br /&gt;is it more clear now &lt;br /&gt;i found it strange </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f093/2" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 7:01am PST</Timestamp><Msgbody>Hello Marwan,&lt;br /&gt;the TTL security mechanism should tell what is the expected TTL on received BGP packet from peer to consider it valid.&lt;br /&gt;&lt;br /&gt;see&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_bgp_neighor_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1054684&apos;)"&gt;http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_bgp_neighor_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1054684&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;I think you should use both commands if these are eBGP sessions&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f093/3" level="1.1.1.1" new="yes">      <Author authinfo="Network Engineer, ALPHAWEST PTY LTD">marwanshawi</Author><Timestamp>Nov 16, 2009, 2:38pm PST</Timestamp><Msgbody>hi Gusseppe&lt;br /&gt;according to this linke which i seen it before &lt;br /&gt;The neighbor ebgp-multihop command is not needed when this feature is configured for a multihop neighbor session and should be disabled before configuring this feature&lt;br /&gt;&lt;br /&gt;so we can NOT use both of them &lt;br /&gt;try it &lt;br /&gt;when you have ebgp-multi&lt;br /&gt;and you enter the ttl command it will give error messege tell you you can&apos;t have both of them !!!&lt;br /&gt;&lt;br /&gt;thats why i found it strange becuase in term of TTL in and out all good thats why i got my peering seesion up &lt;br /&gt;but why it tells next hop in accessable &lt;br /&gt;i still wonderring &lt;br /&gt;&lt;br /&gt;anyway thank you for your time </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f093/4" level="1.1.1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 11:50pm PST</Timestamp><Msgbody>Hello Marwan,&lt;br /&gt;I&apos;ve realized later I had suggested a wrong idea.&lt;br /&gt;&lt;br /&gt;you should verify if:&lt;br /&gt;the BGP next-hop of routes is known in routing table.&lt;br /&gt;this is the standard check and this has to be there.&lt;br /&gt;&lt;br /&gt;I wonder what additional checks can be done enabling ttl-security on BGP next-hop.&lt;br /&gt;&lt;br /&gt;looking for the number of route-hops to next-hop would require a traceroute and it is unlikely.&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f261" messages="1" subscribed="no" title="reg:2960switch"><Message attachment="no" canreply="yes" id=".2cd4f261" level="">            <Author authinfo=" ramnet communications">vasuramnet</Author><Timestamp>Nov 16, 2009, 10:49pm PST</Timestamp><Msgbody>Dear sir,&lt;br /&gt;&lt;br /&gt;Ihave cisco 2960 l2 switch in that out of 24 port iwant to use two ports are HUB ports .Is it possible.&lt;br /&gt;plz give me config example&lt;br /&gt;&lt;br /&gt;srini</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f261/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 11:39pm PST</Timestamp><Msgbody>Hello Srini,&lt;br /&gt;if you want to connect two hubs on two ports of C2960 this is possible.&lt;br /&gt;&lt;br /&gt;just verify that you haven&apos;t port security enabled on the ports.&lt;br /&gt;&lt;br /&gt;default configuration should be enough.&lt;br /&gt;&lt;br /&gt;you may want to set speed and duplex to half.&lt;br /&gt;be aware that hubs work only in half-duplex mode.&lt;br /&gt;&lt;br /&gt;I recommend to enable spanning-tree bpduguard&lt;br /&gt;&lt;br /&gt;int f0/5&lt;br /&gt;switchport&lt;br /&gt;switchport mode access&lt;br /&gt;switchport access vlan 5&lt;br /&gt;spanning-tree bdpuguard enable&lt;br /&gt;&lt;br /&gt;this should be fine&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f1f1" messages="1" subscribed="no" title="ebgp load-sharing on not dual-homed."><Message attachment="no" canreply="yes" id=".2cd4f1f1" level="">      <Author authinfo="Network Engineer, S NET SYSTEMS INC">syjeon</Author><Timestamp>Nov 16, 2009, 2:48pm PST</Timestamp><Msgbody>Network is connected both AS 100  and AS 200.&lt;br /&gt;&lt;br /&gt;When the traffic arrive AS 6500 router, we would like to load balancing the&lt;br /&gt;Traffic both AS 100, and as 200, (remark : it’s different AS)&lt;br /&gt;&lt;br /&gt;I searched the solution, and I found the ‘bgp multipath’&lt;br /&gt;&lt;br /&gt;bgp multipath n&lt;br /&gt;bgp multipath ibgp n&lt;br /&gt;bgp multipath eibgp n&lt;br /&gt;&lt;br /&gt;What command is needed if we implement the BGP load-sharing on different?&lt;br /&gt;In my thought, the bgp multipath n is solution, because of different as in AS&lt;br /&gt;65500 manner.&lt;br /&gt;&lt;br /&gt;But I read the like following.&lt;br /&gt;‘ if you implement the EBGP load sharing with bgp multipath, you should your&lt;br /&gt;router is connected with dual-home.’&lt;br /&gt;&lt;br /&gt;But we are not dual home as you seen the topology.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) bgpmultipath.pptx&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>bgpmultipath.pptx</FileName><DocID>123648</DocID><ContentType>application/vnd.openxmlformats-officedocument.presentationml.presentation</ContentType><InternalType>unknown</InternalType><Size>64743</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f1f1/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 11:33pm PST</Timestamp><Msgbody>Hello Sung,&lt;br /&gt;bgp multipath n is part of the solution but it is not enough.&lt;br /&gt;&lt;br /&gt;an additional hidden command is needed to make the router install routes from the two different ISPs with a different peer ASN.&lt;br /&gt;&lt;br /&gt;try to search bgp bestpath as-path multipath-relax in the forums&lt;br /&gt;&lt;br /&gt;bgp bestpath as-path multipath-relax &lt;br /&gt;&lt;br /&gt;see&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&amp;forum=Network%20Infrastructure&amp;topic=WAN%2C%20Routing%20and%20Switching&amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40&apos;)"&gt;http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&amp;forum=Network%20Infrastructure&amp;topic=WAN%2C%20Routing%20and%20Switching&amp;CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40&lt;/A&gt;^1%40%40.2cd4cb03/0#selected_message&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation><Conversation id=".2cd4f224" messages="7" subscribed="no" title="cisco router VPN from HQ to many Branch?"><Message attachment="no" canreply="yes" id=".2cd4f224" level="">            <Author authinfo=" HQ">rechard_david</Author><Timestamp>Nov 16, 2009, 6:27pm PST</Timestamp><Msgbody>Dear All,&lt;br /&gt;&lt;br /&gt;now i would like to implement VPN from HQ to many branch. at HQ i have Cisco router 2821 and branches i have router 1841. the connection from HQ to branch i used fiber optic. after i configure VPN from HQ to branch, the connection from HQ to branch it up only one tunnel and other branch it not up.&lt;br /&gt;please kindly see in the attach file.&lt;br /&gt;Do you have some configuration or any advice?&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;RE&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) Drawing1.jpg&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>Drawing1.jpg</FileName><DocID>123670</DocID><ContentType>image/jpeg</ContentType><InternalType>image</InternalType><Size>29663</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f224/0" level="1." new="yes"><Author authinfo=" GDIT">sharifimr</Author><Timestamp>Nov 16, 2009, 6:49pm PST</Timestamp><Msgbody>Rechard,&lt;br /&gt;&lt;br /&gt;Can you post your configs?&lt;br /&gt;&lt;br /&gt;Reza</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f224/1" level="1.1" new="yes">            <Author authinfo=" HQ">rechard_david</Author><Timestamp>Nov 16, 2009, 7:24pm PST</Timestamp><Msgbody>Dear Sharifimr,&lt;br /&gt;&lt;br /&gt;Please kindly see in the attach file.&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;rechard&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) HQ.txt - Branch01.txt&lt;br /&gt;2) Branch01.txt&lt;br /&gt;3) Branch02.txt&lt;br /&gt;</Msgbody><Attachment><Document><FileName>HQ.txt</FileName><DocID>123671</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>1775</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document><Document><FileName>Branch01.txt</FileName><DocID>123672</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>1543</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document><Document><FileName>Branch02.txt</FileName><DocID>123673</DocID><ContentType>text/plain</ContentType><InternalType>text</InternalType><Size>1542</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f224/2" level="1.1.1" new="yes"><Author authinfo=" GDIT">sharifimr</Author><Timestamp>Nov 16, 2009, 8:03pm PST</Timestamp><Msgbody>what happens if you use the same password for all the sites?&lt;br /&gt;&lt;br /&gt;Reza</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f224/3" level="1.1.1.1" new="yes">            <Author authinfo=" HQ">rechard_david</Author><Timestamp>Nov 16, 2009, 8:15pm PST</Timestamp><Msgbody>Dear Sharifimr,&lt;br /&gt;&lt;br /&gt;it up only one branch. and other branch the tunnel is not up.&lt;br /&gt;but i tried to change pre-share-key already it still the problem.&lt;br /&gt;i would like to ask that , the confige that i did is correct or not?&lt;br /&gt;i mean it right standard or not?&lt;br /&gt;&lt;br /&gt;best Regrds,&lt;br /&gt;Rechard</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f224/4" level="1.1.1.1.1" new="yes"><Author authinfo=" ">ross_rulz</Author><Timestamp>Nov 16, 2009, 8:55pm PST</Timestamp><Msgbody>Hi Richard,&lt;br /&gt;&lt;br /&gt;I have had a quick look at your configs and they look ok. Can you post show crypto isakmp sa?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Ross.</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f224/5" level="1.1.1.1.1.1" new="yes">            <Author authinfo=" HQ">rechard_david</Author><Timestamp>Nov 16, 2009, 11:04pm PST</Timestamp><Msgbody>Dear Ross and all,&lt;br /&gt;&lt;br /&gt;IPv4 Crypto ISAKMP SA&lt;br /&gt;dst             src             state          conn-id slot status&lt;br /&gt;10.10.10.2   10.10.10.1   MM_KEY_EXCH       4002    0 ACTIVE&lt;br /&gt;10.10.10.3   10.10.10.1   QM_IDLE           4003    0 ACTIVE&lt;br /&gt;&lt;br /&gt;i tried to change the pre-share key already but it still show like this......&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Rechard</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f224/6" level="1.1.1.1.1.1.1" new="yes"><Author authinfo=" ">ross_rulz</Author><Timestamp>Nov 16, 2009, 11:30pm PST</Timestamp><Msgbody>There looks like a problem with your keys not exchanging at phase 1. Try the command debug crypto isakmp to get more details on the phase 1. Just be careful when using debug commands on production networks you dont want to do it during peeks hours.&lt;br /&gt;&lt;br /&gt;Ross.</Msgbody><Attachment/></Message></Reply></Reply></Reply></Reply></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f1d7" messages="3" subscribed="no" title="BGP NextHop field"><Message attachment="no" canreply="yes" id=".2cd4f1d7" level="">            <Author authinfo=" Smithsonian Institution">wuh@si.edu</Author><Timestamp>Nov 16, 2009, 1:59pm PST</Timestamp><Msgbody>hi,&lt;br /&gt;I was reading CCIE R&amp;S by Wendoll Odom about BGP Nexthop, see the diagram. It first gives a problem in this scenario, "R4&apos;s route to 30.0.0.0/8 through R2 lists R1 IP(1.1.1.1)....Unfortunately, R4 doesn&apos;t have a route for 1.1.1.1 on R1, so that route cannot be consider best by BGP."&lt;br /&gt;&lt;br /&gt;I think R3 SHOULD HAVE a route to 1.1.1.1. why not?&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;Han&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Attachment Keywords : &lt;/b&gt; &lt;br /&gt;1) BGP1..jpg&lt;br /&gt;</Msgbody> <Attachment><Document><FileName>BGP1..jpg</FileName><DocID>123657</DocID><ContentType>image/pjpeg</ContentType><InternalType>image</InternalType><Size>46833</Size><ExpirationDate>11/16/2014</ExpirationDate><IsExpired>no</IsExpired></Document></Attachment></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d7/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 2:05pm PST</Timestamp><Msgbody>Hello Han,&lt;br /&gt;if IP subnet 1.1.1.0/30 is not advertised in iBGP or in an IGP R3 doesn&apos;t know about it.&lt;br /&gt;R2 would pass the eBGP route with BGP next-hop = 1.1.1.1 unchanged.&lt;br /&gt;&lt;br /&gt;possible solutions are:&lt;br /&gt;advertising ip subnet 1.1.1.0/30 in iBGP with a network command on R2;&lt;br /&gt;advertising ip subnet 1.1.1.0/30 in IGP with a network command on R2;&lt;br /&gt;&lt;br /&gt;use of next-hop-self on R2 on session towards R3&lt;br /&gt;&lt;br /&gt;Hope  to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d7/1" level="1.1" new="yes">            <Author authinfo=" Smithsonian Institution">wuh@si.edu</Author><Timestamp>Nov 16, 2009, 2:25pm PST</Timestamp><Msgbody>Giuseppe &lt;br /&gt;thanks first.&lt;br /&gt;&lt;br /&gt;My understanding is that:&lt;br /&gt;as long as R1 advertizes 1.1.1.0/30 to R2. R2 would pass it to all routers in its AS, right?&lt;br /&gt;&lt;br /&gt;So, I&apos;d think your condition wouldnt exist. "if IP subnet 1.1.1.0/30 is not advertised in iBGP or in an IGP R3 doesn&apos;t know about it. " &lt;br /&gt;&lt;br /&gt;the subnet should always be advertised. unless R1 intetinally not to do it by disabling "network" command.&lt;br /&gt;&lt;br /&gt;Correct me if I am wrong.&lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;Han&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f1d7/2" level="1.1.1" new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 11:26pm PST</Timestamp><Msgbody>Hello Han,&lt;br /&gt;the question is arised for all other prefixes that R1 can advertise to R2 on the eBGP session.&lt;br /&gt;R1 would advertise ip subnet 1.1.1.0/30 with a BGP next-hop of 1.1.1.1, that cannot be installed in other routers in same AS of R2 because BGP next-hop is unknown.&lt;br /&gt;it is a sort of dead lock: prefix 1.1.1.0/30 should be known to accept BGP next-hop 1.1.1.1.&lt;br /&gt;R1 can eventually advertise 1.1.1.0/30 as you noted but BGP next-hop attribute will be 1.1.1.1.&lt;br /&gt;This is not accepted as valid by R2 iBGP peers.&lt;br /&gt;things are different if it is R2 to advertise 1.1.1.0/30.&lt;br /&gt;R2 is not allowed to modify the BGP next-hop over the iBGP sessions unless next-hop-self is used.&lt;br /&gt;&lt;br /&gt;I can tell you that this is one of the first problems I had when I started to work on BGP more then 10 years ago.&lt;br /&gt;This is a real problem and not a theorical issue.&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f08b" messages="2" subscribed="no" title="6509 alert light is on"><Message attachment="no" canreply="yes" id=".2cd4f08b" level="">      <Author authinfo="IT ENGINEER, gulf business machines oman">WEERAKOO69BA</Author><Timestamp>Nov 16, 2009, 2:28am PST</Timestamp><Msgbody>6509 switch&apos;s alert light is on.Could you pls give me a guide where to look exactly.&lt;br /&gt;thx</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f08b/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 4:52am PST</Timestamp><Msgbody>Hello Senarath,&lt;br /&gt;&lt;br /&gt;from telnet/ssh session do&lt;br /&gt;&lt;br /&gt;sh env alarm&lt;br /&gt;&lt;br /&gt;in my case&lt;br /&gt;&lt;br /&gt;sh env alarm&lt;br /&gt;environmental alarms:&lt;br /&gt;  no alarms&lt;br /&gt;&lt;br /&gt;this can tell what is happening&lt;br /&gt;&lt;br /&gt;also look at logging buffer&lt;br /&gt;&lt;br /&gt;use sh log&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;</Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f08b/1" level="1.1" new="yes">      <Author authinfo="IT ENGINEER, gulf business machines oman">WEERAKOO69BA</Author><Timestamp>Nov 16, 2009, 11:09pm PST</Timestamp><Msgbody>thx a lot Giuseppe.have a good day</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f09d" messages="3" subscribed="no" title="Wireless Controller - Placement"><Message attachment="no" canreply="yes" id=".2cd4f09d" level=""><Author authinfo=" NA">sberman12</Author><Timestamp>Nov 16, 2009, 3:30am PST</Timestamp><Msgbody>Hi All,&lt;br /&gt;&lt;br /&gt;My question is where would i place my wireless controller within my LAN.&lt;br /&gt;&lt;br /&gt;I&apos;ve been advised to place one within my network to better manage APs&apos; &lt;br /&gt;&lt;br /&gt;How our office is configured.&lt;br /&gt;&lt;br /&gt;6 Large Floors, On each floor 4 APs&gt; 2960 Switch &gt; 3750 Switch [ Two of these for redundency purposes]&gt; Router.&lt;br /&gt;&lt;br /&gt;So in total 24 APs&lt;br /&gt;6 2960 Switch&lt;br /&gt;2 3750 Switches&lt;br /&gt;1 Router&lt;br /&gt;&lt;br /&gt;Where would i place the wireless Controller in this network?&lt;br /&gt;&lt;br /&gt;Many Thanks,&lt;br /&gt;Sam</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f09d/0" level="1." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 4:56am PST</Timestamp><Msgbody>Hello Sam,&lt;br /&gt;I think you should connect them with two links one link  to C3750_1 and  one link to C3750_2.&lt;br /&gt;&lt;br /&gt;you may need to propagate the appropriate vlans to manage the APs on all switches and to represent clients vlans this is needed on links to wireless controllers.&lt;br /&gt;&lt;br /&gt;with LWAPP APs can tunnel user frames within IP packets to the wireless controller.&lt;br /&gt;So it is possible that this requires a change on routing of client IP subnets.&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4f09d/1" level="2." new="yes">            <Author authinfo=" EDS (AUSTRALIA) PTY LIMITED">leolaohoo</Author><Timestamp>Nov 16, 2009, 1:47pm PST</Timestamp><Msgbody>I hope your WLC is either the 4400 or the 5508.  The reason why I&apos;m asking because in the advent of 802.11n it would be efficient if your WLC is connected to Gig ports instead of the 10/100Base of the 2000/2100 WLC.  </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f09d/2" level="2.1" new="yes"><Author authinfo=" NA">sberman12</Author><Timestamp>Nov 16, 2009, 11:03pm PST</Timestamp><Msgbody>Thank you for your response. My WLC is a 5508. 1xRouter &gt; 2x5750 Switches &gt; (no.?)WLC&gt; 6x2960 Switches( One on each floor) &gt; 24xAPS (4 on each floor)[6 floors in total}. Does that sound about right to you?&lt;br /&gt;&lt;br /&gt;One issue i found is the few number of ports offered on each WLC. As i have 6 switches in total i presume i&apos;ll need more than one WLC to create redundency. Is this correct? &lt;br /&gt;&lt;br /&gt;How would you configure the layout given my example above. Preferably i&apos;d want dual uplinks to all the switches but given the few number of ports this doesnt seem possible. &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Sam&lt;br /&gt;&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f120" messages="3" subscribed="no" title="Load balancing by EIGRP &amp; OSPF"><Message attachment="no" canreply="yes" id=".2cd4f120" level=""><Author authinfo=" Telecom">netbeginner</Author><Timestamp>Nov 16, 2009, 7:56am PST</Timestamp><Msgbody>Hi, &lt;br /&gt;&lt;br /&gt;  How to do load balancing on two different service provider connectivities using EIGRP. Please share the configs.&lt;br /&gt;&lt;br /&gt;Is the same is possible on OSPF, requesting to share the configs for this also.</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f120/0" level="1." new="yes">            <Author authinfo=" Custom House">b.rockburn</Author><Timestamp>Nov 16, 2009, 8:38am PST</Timestamp><Msgbody>If you&apos;re using two different ISP&apos;s then depending on the EQ on your edge you should be looking at BGP.</Msgbody><Attachment/></Message></Reply><Reply><Message attachment="no" canreply="yes" id=".2cd4f120/1" level="2." new="yes">      <Author authinfo="Senior Network Engineer, ITALTEL SPA">giuslar</Author><Timestamp>Nov 16, 2009, 9:04am PST</Timestamp><Msgbody>Hello Sam,&lt;br /&gt;as Brent suggests you should look at eBGP.&lt;br /&gt;&lt;br /&gt;the limit of IGP protocols like OSPF or EIGRP is that the two providers cannot accept to exchange routes via your router.&lt;br /&gt;&lt;br /&gt;using different OSPF processes or different EIGRP processes doesn&apos;t produce a load balancing effect:&lt;br /&gt;EIGRP with lower AS number wins&lt;br /&gt;&lt;br /&gt;for OSPF the first process to propose a prefix to IP routing table mantainer wins (ships in the night)&lt;br /&gt;also OSPF route types are not considered.&lt;br /&gt;&lt;br /&gt;for BGP multihoming example see&lt;br /&gt;&lt;br /&gt;&lt;A HREF="javascript:newWin(&apos;http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009456d.shtml&apos;)"&gt;http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009456d.shtml&lt;/A&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope to help&lt;br /&gt;Giuseppe&lt;br /&gt;&lt;br /&gt; </Msgbody><Attachment/></Message><Reply><Message attachment="no" canreply="yes" id=".2cd4f120/2" level="2.1" new="yes"><Author authinfo=" Telecom">netbeginner</Author><Timestamp>Nov 16, 2009, 9:17pm PST</Timestamp><Msgbody>Hii Brent / Giuseppe, &lt;br /&gt;&lt;br /&gt;Actually this was a question with me by interviewer. and i was bit confused about the same. :).&lt;br /&gt;&lt;br /&gt;Please share the way to achieve the desired using EIGRP and then by OSPF.</Msgbody><Attachment/></Message></Reply></Reply></Replies></Conversation><Conversation id=".2cd4f243" messages="0" subscribed="no" title="VPN Concentrator redundancy / failover"><Message attachment="no" canreply="yes" id=".2cd4f243" level="">            <Author authinfo=" ">rajibchicago</Author><Timestamp>Nov 16, 2009, 8:46pm PST</Timestamp><Msgbody>We had one VPN concentrator (3000 ip 170.48.29.xx) in our main datacenter, currently we are establishing a second data center in another city, we will have an ASA (ip 69.87.39.xx) as VPN concentrator for the 2nd data center. All our users (S2s, vpn client) now connect to the main VPN concentrator (ip 170.48.29.6), if possible I would like to use the ASA as the failover VPN concentrator, if the primary one fails, it will take over as the primary without any user (end point) configuration change. Is this possible?&lt;br /&gt;&lt;br /&gt;Thanks for your help.</Msgbody> <Attachment/></Message></Conversation><Conversation id=".2cd4f1ec" messages="1" subscribed="no" title="Route Reflector Configuration"><Message attachment="no" canreply="yes" id=".2cd4f1ec" level="">      <Author authinfo="Sales Engineer, VERIZON CALIFORNIA INC">abbas.ali</Author><Timestamp>Nov 16, 2009, 2:36pm PST</Timestamp><Msgbody>In a lab MPLS configuration, I have a PE1 router connected to External BGP, PE1 then connected to P Router and P Router connects to PE2 Router.  PE2 connects to other external BGP Router. For Discussion, PE1, P and PE2 routers reflect MPLS Cloud where PE1 and PE2 connects to their respective Customers.&lt;br /&gt;&lt;br /&gt;In order to configure full IBGP in an MPLS Cloud, I have configured P as a router reflector and PE1 and PE2 its clients.  If PE1 receive an update from its customer will it be able to propogate that update to its Route Reflector P and will P router be able to propagate that to its other client PE2, and PE2 to its customer.&lt;br /&gt;&lt;br /&gt;</Msgbody> <Attachment/></Message><Replies><MessagesSelected>30</MessagesSelected><Reply><Message attachment="no" canreply="yes" id=".2cd4f1ec/0" level="1." new="yes"><Author authinfo=" GDIT">sharifimr</Author><Timestamp>Nov 16, 2009, 7:05pm PST</Timestamp><Msgbody>Hi Abbas,&lt;br /&gt;Yes, the PEs will propogate the routes to the RR, here is how:&lt;br /&gt;&lt;br /&gt;iBGP routers are divided into Route Reflectors, Route Reflector clients and non-client Peers. &lt;br /&gt;Routes received from a Route-Reflector-client is reflected to other clients and non-client neighbors. &lt;br /&gt;Routes received from non-client neighbors are reflected to Route-Reflector-client neighbors only. &lt;br /&gt;&lt;br /&gt;Also, if you only have 3 routers, you can logically fully mesh them together and not worry about RR.&lt;br /&gt;&lt;br /&gt;HTH&lt;br /&gt;Reza&lt;br /&gt;</Msgbody><Attachment/></Message></Reply></Replies></Conversation></Topic></Forum></Community></ActiveMessages>')
