SANTA CLARA, Calif., October 4, 2011 – Packet Design has integrated its Route Explorer route analytics solution with the Juniper Networks® Junosphere™ Lab cloud-based service, giving Juniper customers a way to visualize and analyze complex Layer 3 routed networks created in the Junosphere virtual environment.
Route Explorer provides real-time, network-wide Layer 3 visibility across an enterprise or service provider's IP/MPLS/VPN network, delivering an intuitive graphical view of control plane operation, including IP forwarding paths, RSVP-TE tunnels and Layer 3 VPN services. Integration with Junosphere will allow users to see a real-time topology map of their virtual network, monitor routing changes, perform in-depth analyses, including the ability to rewind network event history, and graphically depict what-if scenarios for failure analysis or to understand the impact of changes before they are deployed. Route Explorer functionality is provided free of charge to Junosphere Lab users.
Judy Beningson, vice president and general manager, Virtual Junos Business Unit at Juniper Networks , said, “We are excited to expand our partnership with Packet Design, and to bring Route Explorer’s powerful network visualization and analysis capabilities to Junosphere Lab users. Route Explorer will give users of our ground-breaking cloud-based service additional flexibility, allowing our customers to Continue reading
Company ABC has multiple offices interconnected via an MPLS provider and each office runs OSPF with a separate Area number.
In one of the offices, there is an internal router that uses VRFs. You notice that some routes are not learned. Why ?
OpenStack is progressively developing into a product that networking needs to be a part of. One way to describe OpenStack is to say it’s an API for infrastructure. OpenStack is a combination of open source plus a significant number of hardware vendors who see contributions to OpenStack as a way of growing or maintaining their own markets and customers.
Customers want OpenStack as an alternative to VMware or other commercial software - not all applications and service need to have expensive software licenses and maintenance. We need to be able to build a core of functional services that can deliver services.
In the future, it seems likely that OpenStack Quantum API will be important. We discuss Open Vswitch and how it’s changing from being a “switch” to including routing, firewall and load balancing features. If you don’t like that, you could consider using Quantum API as a way to consume load balancers from your preferred vendor - the API exists to simplify the consumption of network resources.
I thought this was a nice MPLS-TP intro from Ciena – not too much detail, and a bit oddly produced, but good all the same:
One year ago, the Open Networking Foundation was setting a blistering pace of standards development. Though their process is closed to outsiders, word had leaked out that not only were they on track to produce version 1.3 of the OpenFlow standard, but 1.4 would follow before the end of 2012. At some point that plan […]
The post What’s Next for OpenFlow and Open Source? appeared first on Packet Pushers Podcast and was written by Bill Owens.
How does the internet work - We know what is networking
I see a % ## in my IPv6 address… what is it?? Because all Link-Local Addresses share the same network identifier (fe80::), you cannot determine which interface an LLA is bound to merely by looking at the address. Therefore, if a computer running Windows has multiple network adapters connected to different network segments, it distinguishes the networks by using a numeric zone ID following a percent sign after the IP address.
This post represents the solution and explanation for quiz-7. The junior network administrator tried to update the configuration on a switch by enabling mls qos
and immediatelly created an outage. See what happened !
Introduction In my previous post, I proposed investing in careful planning to extract the maximum value from your vendor meeting. But what happens when the presentation begins? In this post, I’ll outline a few high-level questions and lots of in-depth questions to help you get a better understanding of the ‘real’ product that’s being sold. High-level […]
The post Tough Questions To Ask Network Vendors When Evaluating Products appeared first on Packet Pushers Podcast and was written by John Harrington.
How does the internet work - We know what is networking
In short RADIUS means Remote Authentication Dial-In User Service server or proxy. This is the best technology and as far as I know the only technology for all centralized accounting and authorization for connecting to networks. It is a standard. This technology will help you control who will be able to connect to your network and who will not […]
EIGRP Offset-list is usually used to increase the metric of routes being advertised over a link, but can it be used to filter EIGRP prefixes?
I thought about using offset-list in RIP to filter specific routes and thought how about doing the same thing in EIGRP? I haven’t run into any examples or blog posts of using Offset-list in EIGRP to filter routes so I thought about labing it out to see if that’s possible.
To test it, I went to the handy GNS3 with the following topology.
Three routes R1, R2 and R3. R1 advertises a Loopback0 subnet 10.1.1.1/32 which I will use to test filtering using offset-list. As you can see in the diagram, I changed the Delay for each interface to 1 just to make things easier for metric calculation (including loop0 interface). I also set the EIGRP metric weight to only consider delay and not to look at bandwidth for metric calculation, again to make things easier.
My goal is to set an offset-list on R2 to filter routes to R3 using Delay and offset-list commands only. Theoretically, if I know the max metric of EIGRP routes and I apply an offset-list with Continue reading
“…I’d love to share how certifications have propelled me into a mid-level networking position. I can share my own personality, thoughts, and views on the subject… as long as I’m doing self-study. I don’t like having a teacher and same goes with a job, I personally really enjoy being my own technical lead, which I […]
The post Vendor Certifications: A Career Jump Starter appeared first on Packet Pushers Podcast and was written by Joey Lucero.
This past January, Anuta Networks came out of stealth at Cisco Live in London, showing off their nCloudX platform, an SDN controller aimed at multitenant cloud providers. Anuta’s nCloudX controller can manage hardware common to many networks. As such, Anuta isn’t forcing providers to install OpenFlow switches, build a tunnel fabric, or otherwise disrupt their production environments […]
The post Webinar – Anuta Networks Demonstrates nCloudX – Register Now appeared first on Packet Pushers Podcast and was written by Ethan Banks.
Is there a way to provide internet service over a dot1q tunnel using VLAN tunneling? Yes, there is a way, it is not the most intuitive method but works nicely. Basically it has to do with what does the switch do with untagged frames when they arrive on a tunnel port. In this configuration, the untagged frames (native VLAN 200) are not tunneled but go to the routed interface for processing. As long as the provider’s switches has a routed interface for the customer ID VLAN and a default route, traffic should reach the Internet.
To explain this, I’ll use a basic topology with 4 switches and one router. SW1 and SW2 are service provider switches, with their interfaces Fa0/21 configured as dot1q-tunnels using access VLAN 100. SW3 and SW4 are customer switches and R1 is acting as the service-providers internet edge router.
Service provider’s switches SW1 and SW2 relevant configuration:
interface FastEthernet0/21 switchport access vlan 100 switchport trunk encapsulation dot1q switchport mode dot1q-tunnel no cdp enable
Customer ID is VLAN 100 and the port fa0/21 is set to mode dot1q-tunnel.
Customer Site A’s SW3 relevant configuration:
interface FastEthernet0/21 switchport trunk encapsulation dot1q switchport trunk native vlan 200 switchport Continue reading