<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: L3 Switch and Router in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973050#M80098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Posts Jon&lt;/P&gt;&lt;P&gt;Extremely Helpful and above and beyond in providing answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 16:17:14 GMT</pubDate>
    <dc:creator>Rick Morris</dc:creator>
    <dc:date>2008-04-02T16:17:14Z</dc:date>
    <item>
      <title>L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973042#M80090</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm bit perplexed with Layer 3 Switching and Routing(By Router). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Login&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 05:22:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973042#M80090</guid>
      <dc:creator>Ravilogin</dc:creator>
      <dc:date>2019-03-04T05:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973043#M80091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Login&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer 3 switching is routing to all intents and purposes, it is a L3 decision made on where to send a packet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer 3 switching was used largely as a marketing term at one time because everyone knew switching was fast and routing slow because switching was done with dedicated hardware and routing was done on a router in software. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along came the L3 switch and suddenly routing could be done in hardware as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 09:27:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973043#M80091</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-04-02T09:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973044#M80092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Jon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My focal point is , if I've for example 3750 + EMI with  20 hosts in my LAN (forget about security) is that good enough to communicate with External world? If so, how the link termination from ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anyone dig it more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Login&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 09:59:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973044#M80092</guid>
      <dc:creator>Ravilogin</dc:creator>
      <dc:date>2008-04-02T09:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973045#M80093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is enough providing that the presentation from the ISP connection is fibre or RJ45. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is then you could configure the connection between your 3750 and the ISP router as a P2P /30 routed link eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3750 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int gi1/0&lt;/P&gt;&lt;P&gt;no switchport &lt;/P&gt;&lt;P&gt;ip address 192.168.5.1 255.255.255.252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISP end would be 192.168.5.2/30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add a defult route on your 3750 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.5.2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only other thing is NAT. You meay need to NAT your internal client addresses - depends on whether your or the ISP is natting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 10:03:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973045#M80093</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-04-02T10:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973046#M80094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for u r explanation Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then why so many companys introducing the router between LAN and ISP. wht is the adv and disadv ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if I'm wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adv : Cost Saving ( Without Router)&lt;/P&gt;&lt;P&gt;Dis Adv : NAT and VPN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-login&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 10:29:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973046#M80094</guid>
      <dc:creator>Ravilogin</dc:creator>
      <dc:date>2008-04-02T10:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973047#M80095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be a number of reasons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The termination of the ISP is not presented as ethernet and routers generally support a lot more types of termination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The concept of layered security is important. You would not really want to expose your internal switch to the outside world. Note that with the 6500 switch and a Firewall Services Module (FWSM) you could do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) NAT as you say. Only the 6500 switch supports NAT but pretty much all routers do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Again as you VPN's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L3 switches, 6500 aside which are an entirely different subject, are good for internal LAN connectivity and inter-vlan routing. That is where they are most likely to be deloyed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 10:44:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973047#M80095</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-04-02T10:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973048#M80096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Jon has already noted, L3 switching usually implies hardware supported routing.  The hardware often delivering L2 switching performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, a 7200 (very high end pure) router with G2 processor has a 2 Mpps rating, yet the 3560G/3750G (low end) L3 switches support up to 38.7 Mpps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What routers lack in performance, though, they usually make up for in many other features and additional interface types support (also touched upon by Jon).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 12:26:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973048#M80096</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2008-04-02T12:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973049#M80097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi A,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per Cisco:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is important to understand the difference between Layer 3 routing and Layer 3 switching. Both terms are open to some interpretation; however, the distinction between both can perhaps be best explained by examining how an IP packet is routed. The process of routing an IP packet can be divided into two distinct processes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Â·Control plane-The control plane process is responsible for building and maintaining the IP routing table, which defines where an IP packet should be routed to based upon the destination address of the packet, which is defined in terms of a next hop IP address and the egress interface that the next hop is reachable from. Layer 3 routing generally refers to control plane operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Â·Data plane-The data plane process is responsible for actually routing an IP packet, based upon information learned by the control plane. Whereas the control plane defines where an IP packet should be routed to, the data plane defines exactly how an IP packet should be routed. This information includes the underlying Layer 2 addressing required for the IP packet so that it reaches the next hop destination, as well as other operations required on for IP routing, such as decrementing the time-to-live (TTL) field and recomputing the IP header checksum. Layer 3 switching generally refers to data plane operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source: &lt;A class="jive-link-custom" href="http://www.ciscopress.com/articles/article.asp?p=102093" target="_blank"&gt;http://www.ciscopress.com/articles/article.asp?p=102093&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Goutam (Please rate if it helps you)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 12:40:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973049#M80097</guid>
      <dc:creator>Goutam Sanyal</dc:creator>
      <dc:date>2008-04-02T12:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973050#M80098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Posts Jon&lt;/P&gt;&lt;P&gt;Extremely Helpful and above and beyond in providing answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 16:17:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973050#M80098</guid>
      <dc:creator>Rick Morris</dc:creator>
      <dc:date>2008-04-02T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973051#M80099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your comments and ratings, much appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 16:44:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973051#M80099</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-04-02T16:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: L3 Switch and Router</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973052#M80100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your valuable Inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Login(Ravi)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 13:03:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/l3-switch-and-router/m-p/973052#M80100</guid>
      <dc:creator>Ravilogin</dc:creator>
      <dc:date>2008-04-03T13:03:16Z</dc:date>
    </item>
  </channel>
</rss>

