- Implementing Cisco Networking Solutions
- Harpreet Singh
- 193字
- 2021-07-08 10:02:12
Conventions
In this book, you will find a number of styles of text 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:
"To save or write an image, we can use the imsave() function."
A block of code is set as follows:
Router(config)# interface GigabitEthernet 0/1
Router(config-if)# description To_Switch_Gig_0/1
Router(config-if)# ip addr 10.1.1.1 255.255.255.0
Router(config-if)# ip local-proxy arp
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Switch(config)# interface GigabitEthernet 0/1
Switch(config-if)# description User_facing_port
Switch(config-if)# storm-control broadcast level 5.00
Switch(config-if)# storm-control unicast level 80.00
Switch(config-if)# storm-control action trap
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes, for example, appear in the text like this: "Clicking the Next button moves you to the next screen."
- Java范例大全
- 小程序?qū)崙?zhàn)視頻課:微信小程序開發(fā)全案精講
- 數(shù)據(jù)結(jié)構(gòu)與算法JavaScript描述
- Visual FoxPro程序設(shè)計(jì)
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- Mastering JavaScript High Performance
- C語言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo) (第2版)
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Programming with CodeIgniterMVC
- Qlik Sense? Cookbook
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)
- UI設(shè)計(jì)基礎(chǔ)培訓(xùn)教程(全彩版)
- Building Business Websites with Squarespace 7(Second Edition)
- Learning Kotlin by building Android Applications