中文网站
  Advanced Search
Read the latest Blogs from IT professionals in the field. Read and write community created documents. Need IT help? Ask our staff. Connect with your peers. Check our Tech Shop for posters, books and software tools. Home

6.4.3 Quagga

There are no ripngd specific invocation options. Common options can be specified.

Currently ripngd supports the following commands:

Command Syntax:

                           Router(config)# router ripng {}

This command is used to enable RIPng.

Command Syntax:

                         Router(config-ripng)# flush_timer time {}

Set flush timer.

Command Syntax:

Router(config-ripng)# network <network> {}

Set RIPng enabled interface by network.

Command Syntax:

Router(config-ripng)# network <ifname> {}

Set RIPng enabled interface by ifname.

Command Syntax:

Router(config-ripng)# route <network> {}

Set RIPng static routing announcement of network.

Command Syntax:

Router# router zebra {}

This command is the default and does not appear in the configuration. With this statement, RIPng routes go to the zebra daemon.

To verify configuration or to debug it, several show and debug commands can be used:

Commands:

Router# show ip ripng {}
Router# show debugging ripng {}
Router# show ripng events {}
Router# debug ripng packet {}
Router# debug ripng zebra {}

You can apply an access list to the interface using the distribute-list command. access_list is
an access list name. Direction is in or out. If direction is in, the access list is applied only to incoming
packets.

Router(config-ripng)# distribute-list access_list (in|out) ifname {}

Example:

Router(config-ripng) # distribute-list local-only out sit1