3. Enable IS-IS on Router Interfaces
Purpose
Enable reception and transmission of ISO protocol data units (PDUs) on each router interface in the network with the
familystatement, which identifies which protocol packets are accepted into the interfaces. For example, valid IS-IS packets are dropped if the interface is not configured with thefamily isostatement.Action
To configure support for IS-IS on router interfaces in your network, follow these steps:
- In configuration mode, go to the following hierarchy level:
[edit]user@host#edit interfaces- Configure IS-IS:
[edit interfaces]user@host#settype-fpc/pic/portunitnumberfamilyiso- Verify and commit the configuration:
user@host#showuser@host#commitSample Output
user@R1>editEntering configuration modeedit]user@R1#edit interfaces[edit interfaces]user@R1#set so-0/0/2 unit 0 family iso[edit interfaces]userR1#show[...Output truncated...]so-0/0/2 {unit 0 {family inet {address 10.1.13.1/30;}family iso;}}[edit interfaces]user@R1#commitcommit completeWhat It Means
The sample output shows that the interface
so-0/0/2is configured with IS-IS.