Difference between revisions of "Juniper"

From WTFwiki
Jump to navigation Jump to search
Line 89: Line 89:
 
* [http://www.juniper.net/techpubs/en_US/junos10.0/topics/task/configuration/qinq-tunneling-ex-series-cli.html TechDoc: Configuring Q-in-Q Tunneling (CLI Procedure)]
 
* [http://www.juniper.net/techpubs/en_US/junos10.0/topics/task/configuration/qinq-tunneling-ex-series-cli.html TechDoc: Configuring Q-in-Q Tunneling (CLI Procedure)]
 
* [http://www.juniper.net/techpubs/en_US/junos10.0/topics/task/verification/qinq-tunneling-status-ex-series.html TechDoc: Verifying That Q-in-Q Tunneling Is Working]
 
* [http://www.juniper.net/techpubs/en_US/junos10.0/topics/task/verification/qinq-tunneling-status-ex-series.html TechDoc: Verifying That Q-in-Q Tunneling Is Working]
 +
 +
== MPLS ==
 +
=== Generic Info ===
 +
* [http://www.juniper.ie/techpubs/en_US/junos9.5/topics/concept/mpls-ex-series-overview.html TechDoc: JUNOS MPLS for EX-series Switches Overview]
 +
* [http://www.juniper.ie/techpubs/en_US/junos9.5/topics/concept/mpls-ex-series-components.html TechDoc: Understanding JUNOS MPLS Components for EX-series Switches]
 +
 +
=== Path Protection ===
 +
* [http://www.juniper.ie/techpubs/en_US/junos9.5/topics/concept/mpls-ex-series-path-protection-understanding.html TechDoc: Understanding MPLS and Path Protection on EX-series Switches]
 +
* [http://www.juniper.ie/techpubs/en_US/junos9.5/topics/task/configuration/mpls-ex-series-path-protection-configuring-cli.html TechDoc: Configuring Path Protection in an MPLS Network (CLI Procedure)]
 +
 +
  
 
== Network Topology ==
 
== Network Topology ==

Revision as of 18:35, 22 December 2010

MX Routers

EX Switches

Helpful shell commands

ifmon

Time-elapsing interface counters: i/o bytes, i/o packets, errors, etc.
Pass the interface name when calling the command.

Usage: ifmon [-v] [-JL <lrname>] [interface]

What do the other flags do..?

iftop

Time-elapsing overview of interface counters: for all interfaces
Gives each port's rate in pps or bps, etc.

Usage: iftop [-v] [-d]

  • -v : shows version
  • -d : same as running without arguments, but adds interface descriptions

mtr

Yes.. Juniper actually includes mtr: pass it a hostname, watch a time-lapse
traceroute occur. Lookup the details online; widely available tool.

tcpdump

Juniper includes a modified version of tcpdump; again, look it up elsewhere.

Semi-hidden debug interfaces

lcdd: Line Card Daemon

"lcdd" from a shell (not the cli) connects you to various other parts of the switch,
including the software forwarding infrastructure (sfid), chassis manager (chassism),
and the virtual chassis system (vccpd). You don't need to be root to get into these.
The general idea is:

 > lcdd 0 <area>

Where area is one of the above/below items. The digit (0) is the FPC slot number. EX switches only have FPC0.

sfid: Software Forwarding Infrastructure

chassism: Chassis Manager

vccpd: Virtual Chassis'

vty: Shell out to other parts of the system

"vty fpc0": connect to PFE


root@3200-24t:RE:0% vty fpc0


BSD platform (MPC 8544 processor, 48MB memory, 0KB flash)

PFEM0(vty)# show version

Juniper Embedded Microkernel Version 10.1R1.8
Built by builder on 2010-02-12 17:42:57 UTC
Copyright (C) 1998-2010, Juniper Networks, Inc.
All rights reserved.


BSD platform (MPC 8544 processor, 48MB memory, 0KB flash)
Current time   : Fri Nov 19 14:36:37 2010

Elapsed time   :      15+01:46:39

Firewall / Packet Filtering

Generic Info

External Documentation

VLANs

Generic Info

External Documentation

Tag Swapping (VLAN Translation)

External Documentation

QinQ / Stacked Tags

External Documentation

MPLS

Generic Info

Path Protection


Network Topology

Rings

External Documentation