In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: In this case, the RPC that we call is get-interface-information
A block of code is set as follows:
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
xmlns:JUNOS="http://xml.juniper.net/JUNOS/15.1F6/JUNOS">
<ok/>
</rpc-reply>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<isis-database-entry>
<lsp-id>lon-lab-access-4.00-00</lsp-id>
<sequence-number>0x1002</sequence-number>
Any command-line input or output is written as follows:
adamc@router> show configuration interfaces em0.0 | display xml
<rpc-reply xmlns:JUNOS="http://xml.juniper.net/JUNOS/
15.1F6/JUNOS">
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.