中文网站
  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.2.3 Quagga/Zebra

Command Syntax:

Router(config)# ipv6 route <network> <gateway> [<distance>] {}

network is the destination prefix. gateway indicates the gateway for that prefix. As gateway you can either specify an IPv6 address or interface name. If the interface name is null0 then Zebra installs a blackhole route. distance is an optional parameter to install the route with a specified distance.

Command Syntax:

Router(config)# table <tableno> {}

Select the primary kernel routing table to be used. This only works for kernels supporting multiple routing tables (like GNU/Linux 2.2.x and later). After setting tableno with this command, static routes defined after this are added to the specified table.

Command Syntax:

Router# show ipv6 route [<route>]{}

This command can be used to display routes in the current selected routing table. To show a specific route, specify it at the end.