Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
When operating a 128T domain the ideal way to distribute service route information is via STEP. Doing so provides the full 128T benefit, however, this is not always possible. At times there is an existing BGP network which needs to pass routing information through the 128T systems in a secure...
Service routes are one of the many ways you can perform routing using your 128T. Service routes allow you to influence the 128T router’s egress interface and next hop for a service’s traffic. In other words, if your traffic is headed to a particular application that you have defined as a...
In this installment of the 128T Data Model Series, we want to talk about the concept of services in the 128T product family. In this lesson, we'll discuss: Definition of a service in 128T How the 128T platform matches services to inbound traffic How you can affect...
In this installment of the 128T Data Model Series, we want to talk about the concept of neighborhoods in the 128T Networking Platform. Neighborhoods A Neighborhood is really just a name for a Layer 3 network that one or more of your 128T devices is attached to . But in this simple...
Most forecasts for networks indicate dramatic growth, both in bandwidth and the numbers of endpoints driving network utilization. This ensures that network resources will be constantly contended for, especially in places such as the last mile of wide-area networks, where relatively low...
1 Comment - no search term matches found in comments.
In this installment of the 128T Data Model Series, we want to talk about the concept of tenancy in the 128T product family. In this lesson, we’ll discuss: What are tenants in the 128T data model? How do you define which hosts belong in a tenant? How can you use tenants...
A 128T router investigates the packet’s headers up through the transport layer to associate related IP packets together as IP sessions. Each IP session has a distinct beginning and end. All packets associated with a session are routed the same way among all 128T devices, and all response packets...
Overview You want to load locally stored XML files into Table widgets for post-processing. Solution The Table widget provides a path constructor parameter that loads the XML from a locally stored data file, rather from a remote Device. For example, using the...
Overview Basic remote connectivity and fact gathering. Example from pprint import pprint from jnpr.junos import Device dev = Device(host='my host or ipaddr', user='jeremy', password='jeremy123' ) dev.open() pprint( dev.facts ) dev.close() Here is the sample output when...
4 Comments - no search term matches found in comments.