Term
| What are the 3 main parts that make up a network entity title (NET) address? |
|
Definition
|
1. The area address (prefix), which identifies the area that the rtouer is a part of 2. The system ID, which uniquely identifies each device. 3. The NSEL, which must be 0
|
|
|
Term
| Why can it be difficult to troubleshoot IP address misconfiguration with IS-IS? |
|
Definition
|
The IS-IS neighbor relationships are established over OSI CLNS, not over IP. Because of this approach, 2 ends of a CLNS adjacency can have IP addresses on different subnets, with no impact on the operation of IS-IS.
|
|
|
Term
| What command is used to enable CLNS routing on a router set to use IS-IS? |
|
Definition
|
|
Term
| By default, at what level does an IS-IS router run at? |
|
Definition
|
By default, the Cisco IOS makes the router an L1/L2 router.
|
|
|
Term
| What command is used to specify the level that the IS-IS router will operate at? |
|
Definition
|
is-type {level-1 | level-1-2 | level-2-only}
|
|
|
Term
| What command is used to configure an interface to only send out hello messages in regards to it operating level? |
|
Definition
isis circuit-type {level-1 | level-1-2 | level-2-only}
|
|
|
Term
| What command is used to change the default metric of an interface running IS-IS? |
|
Definition
|
isis metric metric [delay-metric [expense-metric[error-metric]]]{level-1 | level-2}
|
|
|
Term
| What 4 different types of metrics can be used with IS-IS? |
|
Definition
|
1. Cost, which is the default 2. Delay, which measures transit delay 3. Expense, which measures the monetary cost of link utilization 4. Error, which measures residual error probability associated with a link.
|
|
|
Term
| What command can be used to change the default metric value for all IS-IS interfaces on a router? |
|
Definition
|
metric default-value {level-1 | level-2}
|
|
|
Term
| What command is used to create summary addresses on routers that are running IS-IS? |
|
Definition
|
summary-address address netmask [level-1 | level-2 | level-1-2] [tag tag-number] [metric metric-value]
|
|
|
Term
| What is the default level of a summarized route on a router that is running IS-IS? |
|
Definition
|
The default level is a L2 route.
|
|
|
Term
| What command is used to display general information about the CLNS network? |
|
Definition
|
|
Term
| What command is used to display information for the specific IS-IS processes in the router? |
|
Definition
|
show clns [area-tag] protocol
|
|
|
Term
| What command is used to display information about the interfaces that currently run CLNS? |
|
Definition
|
show clns interface [type number]
|
|
|
Term
| What command is used to display IS and ES neighbor information? |
|
Definition
|
show clns [area-tag] neighbors [type number] [detail]
|
|
|
Term
| What command is used to display the IS-IS L1 routing table? |
|
Definition
|
show isis [area-tag] route
|
|
|
Term
| What command is used to display the IS-IS L2 routing table? |
|
Definition
|
|
Term
| What command is used to display the contents of the IS-IS LSDB? |
|
Definition
|
show isis [area-tag] database
|
|
|
Term
| What command is used to display the L1 and L2 topology tables? |
|
Definition
|
show isis [area-tag] topology
|
|
|