• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/273

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

273 Cards in this Set

  • Front
  • Back
What does CTRL+U do in the CLI?
Deletes all characters and negates the current command.
What do you press on the keyboard to complete a command or option that you have partially typed?
Spacebar
What does CTRL+B do in the CLI?
Moves the cursor left one character.
This command displays summary information for the referenced configuration statement. It displays a complete list of related configuration options along with several other details specific to the command statement.
help reference ?
What does ESC+D do in the CLI?
Deletes the word to the right
Is command completion turned on or off by default in Junos OS?

What command do you use to enable and disable command completion?
It is turned on by default.

To turn it off or on, type:
set cli complete-on-space off/on
What EMACS-keyboard sequence moves the cursor forward one word with no delete?
ESC+F
This command displays the contexts (typically set commands) that reference a specific variable.

Note: It only displays contexts that are relevant to the configuration hierarchy level at which you are currently positioned.
help apropos ?
What EMACS-keyboard sequence deletes the character over the cursor?
CTRL+D
This command displays general usage guidelines for the statement.
help topic ?
What key do you use to complete system commands and user-defined variables?
Tab key
What does CTRL+W do in the CLI?
Deletes the entire word to the left of the cursor.
What does CTRL+A do in the CLI?
Moves the cursor to the beginning of the command line.
What does CTRL+F do in the CLI?
Moves the cursor to the right one character.
What EMACS-keyboard sequence deletes from the cursor to the end of the line?
CTRL+K
What EMACS-keyboard sequence redraws the current line?
CTRL+L
What EMACS-keyboard sequence repeats the previous and next command in the command history, respectively.
Ctrl+P for previous
CTRL+N for next
What does ESC+B do in the CLI?
Moves the cursor back one word with no delete
The Junos OS defaults to what terminal type?
VT100
What pipe option is available only in config mode using the show command that compares configuration changes with another configuration file?
compare (filename | rollback #)
What pipe option displays the number of lines in the output?
count
What pipe option tags changes with junos:changed attribute only for XML use?

(Only available in configuration mode)
display changed
What pipe option shows data after the Junos OS applies commit scripts?
display commit-scripts
What pipe option displays additional information about the contents of the configuration?

(Available in config mode only)
display detail
What pipe option displays inherited config data and source group?

(Available in config mode only)
display inheritance
What pipe option omits configuration statements with the omit option?

(Available in configuration mode only)
display omit
What pipe option shows set commands that created configuration statements?

(Available in configuration mode only)
display set
What pipe option displays the output in NETCONF/XML format?
display xml
What pipe option ignores text matching a regular expression when searching the output?

(If the regular expression contains spaces, operators, or wildcard characters, you must enclose it in quotation marks)
except 'regular-expression'
What pipe option displays the output starting at the first occurrence of text matching a regular expression?

(If the regular expression contains spaces, operators, or wildcard characters, you must enclose it in quotation marks)
find 'regular-expression'
What pipe option holds text without exiting --(more)-- prompt?
hold
What pipe option displays the last screen of information?
last
What pipe option searches for text matching a regular expression?

(If the regular expression contains spaces, operators, or wildcard characters, you must enclose it in quotation marks)
match 'regular-expression'
What pipe option displays output all at once rather than one screen at a time?
no-more
What pipe option displays output to multiple users?
request message
What pipe option converts IP addresses to DNS names?
resolve

Also, it truncates to fit original size unless you specify full-names
What pipe option saves the output to a file or URL?
save 'filename'
What pipe option trims specified number of columns from the start line?
trim
What command displays various types of information about the system and its environment?
show
What command allows you to issue operational mode commands while in configuration mode?
run
List the key operational mode capabilities (summary).
- Entering configuration mode
- Controlling the CLI environment
- Exiting the CLI
- Monitoring and troubleshooting (clear, monitor, mtrace, ping, show, test, traceroute)
- Connecting to other network systems
- Copying files
- Restarting software processes
- Performing system-level operations
What is the term for the currently operational configuration on the system and is the configuration that the system loads during the boot sequence?
Active configuration
What is the term for the temporary configuration that might possible become the active configuration?
Candidate configuration
What action causes the candidate configuration to become the active configuration?
commit
What command causes a candidate configuration to be created and populated with the contents of the active configuration?
configure
What is the command to recover previous configurations?
rollback 'n' (n being the # of the rollback config)
What is the maximum number of configurations that Junos OS saves?
50
What is the rollback number of the current active configuration?
0 (rollback 0)
What command do you enter to exclude other users from editing the configuration while you are doing so?
configure exclusive
True or false: by default, multiple users can enter configuration mode and commit changes?
True
What character is displayed that tells you that you are in operational mode?
>
What character is displayed that tells you that you are in configuration mode?
#
What command allows multiple users to edit the configuration while committing only their private changes?
configure private
In what deployment would the configure private command be automated?
When chassis clustering is in effect.
What command is used in the CLI to modify the candidate configuration?
set
What command is used to move down through an existing configuration statement hierarchy or to create a hierarchy and move down to that level?
edit
What command do you use to move up on level from the current position in the hierarchy?
up
What command moves you to the top of the configuration hierarchy?
top
What command returns the user to the most recent, higher level of the hierarchy.
exit
What command do you use to remove statements that you previously added to the configuration with the set command?
delete
What command can you use if you want to delete an entire hierarchy of configuration?
wildcard delete

(example: wildcard delete interfaces ge-1/*)
What command can you use to cause a specified portion of the configuration hierarchy to be ignored while still retaining the original configuration?
deactivate

(activate to place back into effect)
What command can you use to add a note to a configuration hierarchy, example: to explain why you made the change?
annotate

(example: annotate name-server "added new name servers".)
What command activates and synchronizes the configuration on both Routing Engines?
commit synchronize
How can you configure the system to automatically perform the synchronize option between Routing Engines when a standard commit is issued?
set system commit synchronize
What command validates the syntax of a candidate configuration without actually placing it into effect?
commit check
What command can you use to have the system start a timer, during which time it expects to see another commit, and if the commit does not occur within the time-out value it will automatically do a rollback 1, commit on your behalf to roll back?
commit confirmed 'time-out'
Other commit functionality includes:
commit at 'time'
commit comment 'comment'
commit and-quit
To view and clear pending commits, issue the following commands:
show system commit
clear system commit
What command can you use to compare the current active configuration to a saved configuration file?
show configuration | compare 'filename'
What command allows you to view differences between any two text files including log files?

(Command only available in operational mode)
file compare files
The default setting can be changed to increase the number of rollback files that are stored by the Junos OS. What is the command to change this?
set max-configurations-on-flash 'number'
What command can be used to load a complete or partial configuration from a local file, from a file on a remote machine, or from a terminal emulation program's capture buffer?
load
What load command argument replaces the full current configuration with the factory-default configuration?
load factory-default
What load command argument combines the current configuration with the configuration you load?
load merge
What load command argument completely overwrites the current configuration with the configuration you load?
override
What load command argument adds or deletes variables from the configuration based on the contents of a specified patch file?
load patch
What load command argument looks for a replace tag in the configuration file you load? The software then replaces existing statements of the same name with those in the loading configuration marked with the replace tag.
load replace
What load command argument allows users to load set commands from t he terminal or from a saved file that consists of set configuration arguments?
load set
What load command argument updates the existing configuration with the configuration you load?
load update
What load command argument uses the text you type at the terminal as input to the configuration? (This option is usually used in conjunction with a terminal emulation program's copy-and-paste functionality to copy/paste config data from one system to another)
load terminal
What load command argument negates the need to require the data to contain a full path to the related configuration hierarchy by telling the device to add the data you load relative to the current configuration hierarchy?
load relative
What two primary modes exist within the Junos OS?
Operational & Configuration
In Junos OS, each process runs on its own what?
protected memory space
What two planes exist in the Junos OS?
Control and Forwarding
What does the control plane run on?
The routing engine
What provides protocol updates and system management updates?
Routing Engine
What implements advanced services (such as rate limiting, stateless FW filters, and CoS?)
The Packet Forwarding Engine (PFE)
The forwarding plane runs on what?
The PFE
What maintains routing tables, bridging table, and the primary forwarding table in Junos ?
The Routing Engine
The routing engine connects to the packet forwarding engine through what?
an internal link
Define transit traffic.
Traffic that enters the ingress interface, matches the routing table in the PFE, and is forwarded out the egress interface without ever being seen by the RE.
Define exception traffic.
Traffic that requires special handling by the RE.

Examples include:
Packets addressed to chassis, such as routing protocol updates, telnet sessions, pings, traceroutes, and replies to traffic sourced from the RE.

IP packets with the IP options field.

Traffic that requires generation of ICMP messages.
What series of Juniper products running Junos OS supports 320 GB throughput, half-duplex?

It can be deployed in both high-end enterprise and service-provider environments. Deployed as gateway router, WAN connectivity router, campus core router, backbone, or data center routers.. etc
M Series
What series of Juniper products running Junos OS supports 2 GB throughput and is normally deployed at branch and remote locations?
J Series
What series of Juniper products running Junos OS supports 960 GB throughput, half-duplex, targeted for dense dedicated access aggregation and provider edge services in medium and large point of presence (POPs).
MX Series
What series of Juniper products running Junos OS supports 6.2 TBPS of full duplex throughput and are designed for low-density to high-density enterprise and data center environments?
EX Series
What series of Juniper products running Junos OS supports 120 GB of full duplex traffic and is deigned to meet network and security requirements for data centers, etc?
SRX Series
What series of Juniper products running Junos OS provides up to 25.6 Tbps of throughput and is ideal for service provider environments and is deployed within the core of those networks?
T Series
List all of the platform families that run the Junos OS:
M Series, T Series, J Series, MX Series, EX Series, SRX Series
What is required before activating any changes to the configuration file?
Setting a root password
EX Series switches are designed to operate how right out of the box?
Layer 2: The factory-default config has all interfaces configured for L2 operation and also includes protocol config commonly used on switch, such as RSTP and LLDP
What command allows you to overwrite the candidate configuration while in configuration mode?
load factory-default
For Junos devices that offer redundant Routing Engines, you can halt both REs simultaneously using what commnad?
request system halt both-routing-engines
For EX series switches participating in a virtual chassis, where multiple switches function as a single virtual device, you can halt all participating members simultaneously with what command?
request system halt all-members
What are the Junos OS password restrictions?
All passwords are required to be no less than six characters and must include a change of case, digits, or punctuation.
You can see the encrypted password by viewing what configuration?
edit system
show root-authentication
What is the default time zone on Junos devices?
UTC
By default, an individual CLI session times out when?
By default, it never times out after extended timeouts.
What is the command to set the CLI idle timeout?
set cli idle-timeout #

(0 is disabled)
What is the command to display a login message?
set login message "message"
What option marks a route ineligible for re advertisement through routing policy?
no-readvertise
What is the routing protocol process in Junos OS?
rpd
To allow the Junos device to boot and to ensure that it is reachable over the network if the routing protocol process fails to start properly, you can configure what?
A backup router

(show backup-router)
A ________ is a user-defined, known-good configuration that is designed to restore connectivity in the event of configuration problems.
A rescue configuration.

By default, no rescue config is defined.
What is the command to save the active configuration as the rescue configuration?
request system configuration rescue save
What command loads the rescue configuration?
rollback rescue
fxp0 and me0 are examples of what in some Junos platforms?
Management interfaces
fxp1 and em0 are examples of what in some Junos platforms?
Internal interfaces
What is the service interface name 'es' for?
Encryption interface
What is the service interface name 'gr' for?
Generic route encapsulation tunnel interface
What is the service interface name 'ip' for?
IP-over-IP encapsulation tunnel interface
What is the service interface name 'ls' for?
Link services interface
What is the service interface name 'ml' for?
Multilink interface
What is the service interface name "mo" for?
Passive monitoring interface
What is the service interface name 'mt' for?
Multicast tunnel interface
What is the service interface name 'sp' for?
Adaptive services interface
What is the service interface name 'vt' for?
Virtual loopback tunnel interface
What is the interface 'as' for?
Aggregated SONET interface
What is the interface 'ae' for?
Aggregated ethernet interface
Define unit number and define circuit identifier.
The CI identifies the logical tunnel or circuit, and the unit number is used to identify a logical partition of the physical interface.

Although not required, it is recommended to keep the unit number and CI the same to aid in troubleshooting.
If you issue a second 'set' command when an IP address on a single logical interface is already defined, what happens?
It adds an additional address under the logical unit.
Does the Junos OS form IGP adjacencies over all subnets when IGP is configured on a logical interface or does it form an adjacency over only the primary address of an interface?
It forms them over all subnets - some vendors form an adjacency over only the primary address.
Provide some physical interface property examples:
- Data link layer protocol & Keep alives
- Link mode (duplex)
- Speed
- MTU
- Clocking (int clock source)
- Scrambling (payload scrambling on/off)
- FCS (frame check sequence - default is 16 bit mode)
- Diagnostic characteristics - enable local or remote loopbacks
Provide some logical interface property examples:
- Protocol family (inet, inet6, iso, mpls, ethernet-switching)
- Addresses (ip address)
- Virtual circuits (VCI, DLCI, VPI, or VLAN tag)
True/False: The Junos OS considers all properties defined directly under the interface name to be physical properties of that interface, and all properties defined under the unit number to be logical properties of each particular subinterface.
True
When defining IP address, what does the preferred option do?
If you have multiple IP addresses belonging to the same subnet on the same interface, this option allows you to select which address will be used as the source address for directly connected subnets. By default, the numerically lowest local address is chosen.
To quickly verify the state of an interface you can issue what command?
show interfaces terse
Which configuration parameter is required during an initial configuration?
root authentication
List the password restrictions for Junos OS:
- Must be at least 6 characters
- Can include most character classes in a password (alphabetic, numeric, and special characters)
- Cannot include control characters
- Passwords must contain at least one change of case or character class
When a user is configured on a device running the Junos OS, the system automatically generates what for that user?
A home directory
A user's working directory (home directory) can be changed for individual sessions using what command?

(Operational mode command)
set cli directory 'directory'
Define authentication order in the Junos OS.
For each login attempt, the Junos OS tries the authentication methods in order, until the password is accepted.

The next method in the authentication order is consulted if the previous authentication method failed to reply or if the method rejected the login attempt.
Define "class" in the authorization overview and what are the four predefined login classes?
Named container that groups together permission flags. You can configure custom ones, but there are four predefined login classes that exist.

* super-user (all permissions)
* operation (clear, network, reset, trace, and view)
* read-only (view permissions)
* unauthorized (no permissions)
What commands can you use to explicitly deny or allow certain commands / configurations for user access?
deny-commands, allow-commands, deny-configuration, allow-configuration
The primary syslog file, which is included in all factory-default configuration, is the:
/var/log/messages file
What two hierarchies can syslog operations be enabled / modified at?
edit system syslog

edit routing-options options syslog
What syslog option displays the class of log messages?
facility
Standard log entries consist of what fields?
Time stamp, name, process name or PID, message-code (purpose of the message), message-text (additional info related to the message code)
What syslog configuration option causes the Junos OS to alter syslog message format to include numeric priority value? (0 indicates most significant, 7 indicates debug-level)
explicit-priority
_______ is the Junos term that other vendors sometimes call debugging.
Tracing
Trace the operations of a specific protocol by including ____ statement at the [edit protocols protocol-name] hierarchy:
traceoptions
List the configuration options for tracing files:
* file 'filename'
* size 'size'
* files 'number' (max number of trace files, when a trace file reaches its max size, it is renamed to tracefile.0 and a new tracefile is created)
* no-stamp (prevents time stamp info)
* replace (replaces existing trace file if one exists)
* readable (allows any user to view file)
* no-world-readable (allows only the user who configured the file to view it - this is the default setting)
What file by default is used for global interface tracing?
/var/log/dcd
By default, the Junos OS stores log and trace files in:
/var/log
To view stored log files, use the __ command:
show log
To view real time log information, use the ____ command:
monitor start
To determine which log files are being monitored, you can issue what command?
monitor list
What keyboard sequence is used to enable or disable syslog output to the screen?
Esc+q
To disable all tracing at a particular hierarchy, issue what command at that hierarchy?
delete traceoptions
To truncate files used for logging, use what command?
clear log 'filename'
What modes of NTP operation does the Junos OS support?
client, server, and symmetric. also can support broadcast and authentication.
By default, if the time difference between the local device's clock and the NTP server's clock is more than ___________, the clocks are slowly stepped into synchronization.
128 ms
What happens if the local device's clock is mroe than 1000 seconds different than the NTP server's clock?
The clocks are not synchronized
What command is used to display synchronization status for NTP?
show ntp associations or show ntp status
At what hierarchy can you configure sending automatic system backups to a remote device?
edit system archival
Backups occur at regular intervals with the use of what statement?
transfer-interval
The config file can be transferred to a remote device every time a new config becomes active with the use of what statement?
transfer-on-commit
When the system goes to copy the configuration file to a remote device, in what directory does it first copy the file to on the system?
/var/transfer/config
Junos OS provides support for what SNMP versions?
1, 2C, and 3
You can obtain most system information using what command?
show system 'argument'
This show system argument displays current system alarms?
show system 'alarms'
This show system argument displays the message seen during the last system boot?
show system 'boot-messages'
What does the show system 'connections' argument display?
the status of local TCP and UDP connections
What does the show system 'statistics' argument display?
provides options for viewing various protocol statistics
This show system argument displays the status of the file system storage space?
show system 'storage'
You can monitor the chassis and obtain chassis information using what command?
show chassis 'argument'
What does the show chassis 'alarms' argument display?
current chassis alarms
What does the show chassis 'environment' argument display?
displays component and environmental status as well as the operational speeds of the cooling system
What show chassis argument displays an inventory of the installed hardware components along with the SN# of each component?
show chassis hardware
What show chassis argument provides operational status and utilization details for the RE?
show chassis routing-engine
What command is used to view detailed information for a named interface?
show interface extensive
If you do not specify an interface when running the monitor traffic command, what interface is monitored by default?
management interface
What monitor traffic option allows you to save packet captures for analysis with a third party packet decoder?
write-file
What command allows you to transfer files to and from devices running the Junos OS?
file copy
What command allows you to determine the current Junos OS release on a device?
show version
Describe the jkernel Junos package:
The kernel and network tools package, contains basic operating system files.
Describe the jroute Junos package:
This package contains the RE software.
Describe the jpfe package:
The PFE package, contains the PFE software.
Describe the jdocs package:
Documentation package, contains documentation set for the software.
Describe the jcrypto package:
The encryption package. Contains domestic version of the security software.
What is the Junos naming convention form
package-release-edition
What is the command to upgrade the Junos OS?
request system software add 'path/image name'
Where should Junos OS images be stored in preparation for an upgrade?
/var/tmp
You can delete Junos images stored in the /var/tmp/ directory when you perform the file system cleanup operation using what command?
request system storage cleanup
What enables you to upgrade between two different Junos OS releases with no disruption on the control plan and with minimal disruption of traffic?
A Unified In-Service Software Upgrade (unified ISSU)
Unified ISSU is only supported on what?
Dual Routing Engine Platforms
What must be enabled to do a unified ISSU?
Graceful routing engine switchover (GREs) and nonstop active routing (NSR)
True / False: The master RE and backup RE must be running the same software release before you can perform a unified ISSU.
True
What command do you use to perform a unified ISSU?
request system software in-service-upgrade
What are the steps for performing password recovery?
1) Reboot the system
- Press spacebar when prompted
- Enter boot -s to access single user mode
2) Enter recovery when prompted to go into recovery mode
3) Set root password
4) Commit the change and exit configuration mode - reboot when prompted
Which command do you use to view interface usage details in real time?
monitor interface or monitor interface traffic
Which command do you use to perform packet captures?
monitor traffic interface
What is the primary routing table in the Junos OS?
inet.0 (stores IPv4 unicast routes)
What is the Junos OS predefined routing table inet.1 used for?
Multicast forwarding cache
What is the Junos OS predefined routing table inet.2 used for?
Multicast Border Gateway Protocol (MBGP) routes to provide reverse path forwarding (RPF) checks
What is the Junos OS predefined routing table inet.3 used for?
MPLS path information
What is the Junos OS predefined routing table inet.4 used for?
Used for multicast source discovery protocol (MSDP) route entries
What is the Junos OS predefined routing table inet6.0 used for?
IPv6 unicast routes
What is the Junos OS predefined routing table mpls.0 used for?
Used for MPLS next hops
What is the default route preference for system routes 4?
4
What is the default route preference for static and static LSPs?
5
What is the default route preference for RSVP-signaled LSPs?
7
What is the default route preference for LDP-signaled LSPs?
9
What is the default route preference for OSPF internal?
10
What is the default route preference for IS-IS Level 1 internal?
15
What is the default route preference for level 2 internal?
18
What is the default route preference for redirects?
30
What is the default route preference for Kernel?
40
What is the default route preference for SNMP?
50
What is the default route preference for router discovery?
55
What is the default route preference for RIP?
100
What is the default route preference for RIPing?
100
What is the default route preference for DVMRP?
110
What is the default route preference for aggregate?
130
What is the default route preference for OSPF AS external?
150
What is the default route preference for ISIS-Level 1 EXTERNAL?
160
What is the default route preference for IS-IS Level 2 EXTERNAL?
165
What is the default route preference for BGP?
170
What is the default route preference for MSDP?
175
What does the rpd (routing protocol daemon) do if equal-cost paths exist for the same destination?
Randomly selects one of the available paths
What command is used to view the forwarding table contents?
show route forwarding-table
What does the default forwarding entry do?
Matches all packets when no other matching entry exists. When a packet matches this default entry, the route discards the packet and it sends an ICMP destination unreachable msg.
The Junos OS creates a default unicast routing instance called the ?
Master routing instance (by default, includes inet.0)
What is the user-defined routing instance 'forwarding' used for?
Used to implement filter-based forwarding for common Access Layer applications
What is the user-defined routing instance 'l2vpn' used for?
Layer 2 vpn implementations
What is the user-defined routing instance 'no-forwarding' used for?
used to separate large networks into smaller administrative entities
What is the user-defined routing instance 'virtual-router' used for?
used for non-VPN related applications such as system virtualization
What is the user-defined routing instance 'vpls' used for?
used for point-to-multipoint LAN implementations between a set of sites in a VPN
What is the user-defined routing instance 'vrf' used for?
used in layer 3 vpn implementations
Within the Junos OS, the way to represent the dropping of packets is with the keywords:
reject or discard
What are the differences between reject and discard?
Reject send an ICMP unreachable message back to the source of the IP packet, discard does not send back an ICMP message (drops silently)
What option allows independent preferences for static routes to the same destination?
qualified-next-hop
What are examples of IGPs?
RIP, IS-IS, and OSPF
What is an example of an EGP?
BGP
What type of routing protocol is OSPF?
link state
Devices running OSPF send out information about their network links and the state of those links to other routers in the AS. It transmits reliably to all other routes by means of what?
LSAs (Link state advertisements)
Three major tasks of OSPF:
Flooding LSAs
Discovering neighbors
Establishing the LSDB (link state DB)
What is a logical group of routers called in relation to OSPF?
OSPF area
Each OSPF router maintains a separate _______ for each area to which it is connected
LSDB
OSPF designates a special area (area 0.0.0.0) in which all other OSPF areas must connect themselves to for connectivity and all data traffic between OSPF areas must transit this. What is it called?
backbone area
List the possible OSPF states:
Attempt, Down, Exchange, ExSTart, Full, Init, Loading, or 2 way
By default, devices running the Junos OS system treat all transit traffic how?
Equally; no CoS
What algorithm do most devices running Junos OS use to avoid congesttion and how does it work?
RED (Random Early Detection)

- Selectively drops random packets before congestion becomes critical. Causes the affected TCP sessions to go into slow-start mode, reducing the total amount of traffic clients attempt to transmit.
You can configure devices running Junos to set the forwarding class and loss priority for a given packet based on the values of certain head fields, these include:
DiffServ code point (DSCP), IP precedence, MPLS EXP, and IEEE 802.1p.
You can configure devices running Junos to set the forwarding class and loss priority for a given packet based on the values of certain head fields. What are these values called?
Behavior Aggregate classifiers
What are the two primary CoS deployment models and how do they differ?
In-the-box model: uses only a multifield classifier

Across-the-network model: uses a multifield classifier at edge and BA rewrite and classifier in the core
You configure Junos devices to apply BA markers to packets leaving an interface by applying what on an outbound interface?
rewrite rule
Under what hierarchy do you apply rewrite rules?
edit class-of-service interfaces
For example, to apply the default IP precedence markings in relation to CoS, the command would be:
set 'interface-name' unit 'logical-unit-number' rewrite-rules inet-precedence default
You apply BA classifiers to interfaces under what hierarchy?
edit class-of-service interfaces
What do policers do?
Allow you to limit certain kinds of traffic to a specified bandwidth and burst size.
List the default queues for Junos CoS and forwarding class mappings?
0 - Best Effort
1 - Expedited-Forwarding
2 - Assured-Forwarding
3 - Network-Control
By default, the Junos os sends what type of traffic out of the network-control forwarding class?
routing protocol msgs, keepalives, etc
All other traffic, by default, is sent out what queue?
Queue 0 (best effort)
Define a scheduler and a scheduler map:
A scheduler contains parameters that describe how to service a queue and is associated with a particular queue and forwarding class through a scheduler map.
by default, the software assigns how much bandwidth to the queue associated with the best-effort forwarding class?
95 percent
By default, the software assigns how much bandwidth to the queue associated with network-control?
5 percent
The software assigns all queues besides network-control and best-effort what transmission rate and by default what can they do
0 transmission rate; they can exceed their assigns transmission rate if other queues are not fully utilizing their assigned rates (unless you configure the transmission rate with the "exact" option)
What hierarchy do you configure schedulers at
edit class-of-service schedulers
You can quickly see most of the CoS configuration for an interface using what command?
show class-of-service interface 'interface'
On most interfaces, you can see CoS summary statistics for each queue using what commands
show interfaces detail or show interfaces extensive
Explain the difference between a behavior aggregate classifier and a multifield classifier?
Multifield classifier goes in a firewall filter and it can classify traffic based on any of the match conditions available in FW filters.

A BA classifier classifies traffic based on a specific behavior aggregate markings in packet headers.

You typically use mutilfield classifiers on the edge of the network to initially classify traffic, you typically use BA markings to maintain classification within the network.