S Commands
This chapter describes the Cisco NX-OS Enhanced Interior Gateway Routing Protocol (EIGRP) commands that begin with S.
shutdown (EIGRP)
To shut down an instance of Enhanced Interior Gateway Routing Protocol (EIGRP), use the shutdown command. To disable this function, use the no form of this command.
Syntax Description
Command Default
Command Modes
Address family configuration mode
Router configuration mode
Router VRF configuration mode
Command History
|
|
---|---|
Usage Guidelines
Use the shutdown command to disable an instance of EIGRP without removing the configuration.
Examples
This example shows how to disable eigrp 209:
Related Commands
|
|
---|---|
stub
To configure a router as a stub using the Enhanced Interior Gateway Routing Protocol (EIGRP), use the stub command. To disable the EIGRP stub routing feature, use the no form of this command.
stub [ direct | leak-map map-name | receive-only | redistributed ]
no stub [ direct | leak-map map-name | receive-only | redistributed ]]
Syntax Description
(Optional) Advertises redistributed routes from other protocols and autonomous systems. |
Command Default
Command Modes
Address-family configuration mode
Router configuration mode
Router VRF configuration mode
Command History
|
|
---|---|
Usage Guidelines
Use the stub command to configure a router as a stub where the router directs all IP traffic to a distribution router.
The direct keyword permits EIGRP stub routing to advertise connected routes. This option is enabled by default.
The receive-only keyword restricts the router from sharing any of its routes with any other router in that EIGRP autonomous system, and the receive-only keyword does not permit any other option to be specified because it prevents any type of route from being sent.
The redistributed keyword permits EIGRP stub routing to send other routing protocols and autonomous systems. Without the configuration of this option, EIGRP does not advertise redistributed routes.
If you use any of these four keywords ( direct, leak-map, receive-only, redistributed) with the stub command, only the route types specified by the particular keyword(s) are advertised.
Examples
This example shows how to configure the router as a receive-only neighbor:
Related Commands
|
|
---|---|
Saves the configuration changes to the startup configuration file. |
|