Saturday, March 6, 2010

Define Passive Interface?

The router will receive the routing information through that interface but it wont send the routing information through that interface this concept is called Passive Interface. By default it is disabled.

To enable

router#config ter
router(config)#router rip
router(config-router)#passive interface serial 0

Now the routing information is received via serial 0 interface but no routing information is send via it.

No comments:

Post a Comment