isis network-type
Sets the type of IS-IS interface.
Syntax: isis network-type {broadcast | point-to-point}
no isis network-type
Description: Defines the type of the IS-IS interface regardless of the type of the underlying interface. This command can be used to run an IS-IS point-to-point network over a broadcast interface.
WARNING Use of this command is not recommended.
Use the isis network-type broadcast command to configure IS-IS to operate as if the underlying interface is a broadcast interface.
Use the isis network-type point-to-point command to configure IS-IS to operate as if the underlying interface is a point-to-point interface.
Use the no isis network-type command to configure IS-IS to determine network-type from the underlying interface.
Factory Default: Network type is determined by the underlying interface type.
Command Mode: Interface configuration.
Example: In the following example:
- The router isis command enables IS-IS on the router, specifies an IS-IS instance, and changes the command mode to Router configuration.
- The net command configures a NET for the routing process.
- The interface pos n/n/n identifies a specific POS interface and changes the command mode to Interface configuration.
- The ip router isis command enables the IS-IS process specified by the global router isis command on the interface.
- The isis network-type point-to-point command configures IS-IS to operate as if the network is a broadcast network.
- The show running-config interface command displays the setting:
router(config)#router isis 0
router(config-router)#net 49.0001.0000.0000.1111.00
router(config-router)#interface pos 1/5/1
router(config-if)#ip router isis 0
router(config-if)#isis network-type broadcast
router(config-if)#end
router#show run int
.
.
!
interface pos 1/5/1
sonet path-trace NPI1 1/5/1
ip address 10.100.53.2 255.255.255.0
crc 16
ip router isis 0
isis network-type broadcast
.
.
.
Related Commands: ip router isis
net
router isis
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: ISIS.fm
HTML File Name: ISIS17.html
Last Updated: 05/10/04 at 16:35:45