Quagga: Kunihiro Ishiguro, Et Al
Quagga: Kunihiro Ishiguro, Et Al
Quagga: Kunihiro Ishiguro, Et Al
A routing software package for TCP/IP networks Quagga 0.99.20 September 2011
Copyright c 1999-2005 Kunihiro Ishiguro, et al. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Kunihiro Ishiguro.
Table of Contents
Chapter 1: Overview
1 Overview
Quagga is a routing software package that provides TCP/IP based routing services with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, BGP-4, and BGP-4+ (see undefined [Supported RFCs], page undefined ). Quagga also supports special BGP Route Reflector and Route Server behavior. In addition to traditional IPv4 routing protocols, Quagga also supports IPv6 routing protocols. With SNMP daemon which supports SMUX protocol, Quagga provides routing protocol MIBs (see undefined [SNMP Support], page undefined ). Quagga uses an advanced software architecture to provide you with a high quality, multi server routing engine. Quagga has an interactive user interface for each routing protocol and supports common client commands. Due to this design, you can add new protocol daemons to Quagga easily. You can use Quagga library as your programs client user interface. Quagga is distributed under the gnu General Public License.
Quagga
Chapter 1: Overview
The list of officially supported platforms are listed below. Note that Quagga may run correctly on other platforms, and may run with partial functionality on further platforms. gnu/Linux 2.4.x and higher FreeBSD 4.x and higher NetBSD 1.6 and higher OpenBSD 2.5 and higher Solaris 8 and higher
When SNMP support is enabled, below RFC is also supported. RFC1227 RFC1657
RFC1724 RFC1850
Quagga
Chapter 2: Installation
2 Installation
There are three steps for installing the software: configuration, compilation, and installation. The easiest way to get Quagga running is to issue the following commands: % configure % make % make install
Quagga
--enable-snmp Enable SNMP support. By default, SNMP support is disabled. --enable-opaque-lsa Enable support for Opaque LSAs (RFC2370) in ospfd. --disable-ospfapi Disable support for OSPF-API, an API to interface directly with ospfd. OSPFAPI is enabled if enable-opaque-lsa is set. --disable-ospfclient Disable building of the example OSPF-API client. --enable-ospf-te Enable support for OSPF Traffic Engineering Extension (internet-draft) this requires support for Opaque LSAs. --enable-multipath=ARG Enable support for Equal Cost Multipath. ARG is the maximum number of ECMP paths to allow, set to 0 to allow unlimited number of paths. --enable-rtadv Enable support IPV6 router advertisement in zebra. You may specify any combination of the above options to the configure script. By default, the executables are placed in /usr/local/sbin and the configuration files in /usr/local/etc. The /usr/local/ installation prefix and other directories may be changed using the following options to the configuration script. --prefix=prefix Install architecture-independent files in prefix [/usr/local]. --sysconfdir=dir Look for configuration files in dir [prefix/etc]. Note that sample configuration files will be installed here. --localstatedir=dir Configure zebra to use dir for local state files, such as pid files and unix sockets. % ./configure --disable-ipv6 This command will configure zebra and the routing daemons.
Chapter 2: Installation
--enable-vty-group=group Create Unix Vty sockets (for use with vtysh) with group owndership set to group. This allows one to create a seperate group which is restricted to accessing only the Vty sockets, hence allowing one to delegate this group to individual users, or to run vtysh setgid to this group. The default user and group which will be configured is quagga if no user or group is specified. Note that this user or group requires write access to the local state directory (see localstatedir) and requires at least read access, and write access if you wish to allow daemons to write out their configuration, to the configuration directory (see sysconfdir). On systems which have the libcap capabilities manipulation library (currently only linux), the quagga system will retain only minimal capabilities required, further it will only raise these capabilities for brief periods. On systems without libcap, quagga will run as the user specified and only raise its uid back to uid 0 for brief periods.
Quagga
3 Basic commands
There are five routing daemons in use, and there is one manager daemon. These daemons may be located on separate machines from the manager daemon. Each of these daemons will listen on a particular port for incoming VTY connections. The routing daemons are: ripd, ripngd, ospfd, ospf6d, bgpd zebra The following sections discuss commands common to all the routing daemons.
password password
[Command] Set password for vty interface. If there is no password, a vty wont accept connections. [Command] Set enable password.
[Command] [Command] These commands are deprecated and are present only for historical compatibility. The log trap command sets the current logging level for all enabled logging destinations, and it sets the default for all future logging commands that do not specify a level. The normal default logging level is debugging. The no form of the command resets the default level for future logging commands to debugging, but it does not change the logging level of existing logging destinations. [Command] [Command] [Command] Enable logging output to stdout. If the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be
10
Quagga
changed using the deprecated log trap command) will be used. The no form of the command disables logging to stdout. The level argument must have one of these values: emergencies, alerts, critical, errors, warnings, notifications, informational, or debugging. Note that the existing code logs its most important messages with severity errors.
[Command] [Command] [Command] If you want to log into a file, please specify filename as in this example: log file /var/log/quagga/bgpd.log informational If the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be changed using the deprecated log trap command) will be used. The no form of the command disables logging to a file. Note: if you do not configure any file logging, and a daemon crashes due to a signal or an assertion failure, it will attempt to save the crash information in a file named /var/tmp/quagga.<daemon name>.crashlog. For security reasons, this will not happen if the file exists already, so it is important to delete the file after reporting the crash information.
[Command] [Command] [Command] Enable logging output to syslog. If the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be changed using the deprecated log trap command) will be used. The no form of the command disables logging to syslog.
[Command] [Command] [Command] Enable logging output to vty terminals that have enabled logging using the terminal monitor command. By default, monitor logging is enabled at the debugging level, but this command (or the deprecated log trap command) can be used to change the monitor logging level. If the optional second argument specifying the logging level is not present, the default logging level (typically debugging, but can be changed using the deprecated log trap command) will be used. The no form of the command disables logging to terminal monitors.
[Command] [Command] This command changes the facility used in syslog messages. The default facility is daemon. The no form of the command resets the facility to the default daemon facility.
[Command] [Command] To include the severity in all messages logged to a file, to stdout, or to a terminal monitor (i.e. anything except syslog), use the log record-priority global configuration command. To disable this option, use the no form of the command. By default,
11
the severity level is not included in logged messages. Note: some versions of syslogd (including Solaris) can be configured to include the facility and level in the messages emitted.
[Command] [Command] This command sets the precision of log message timestamps to the given number of digits after the decimal point. Currently, the value must be in the range 0 to 6 (i.e. the maximum precision is microseconds). To restore the default behavior (1-second accuracy), use the no form of the command, or set the precision explicitly to 0. log timestamp precision 3 In this example, the precision is set to provide timestamps with millisecond accuracy.
service password-encryption
Encrypt password.
[Command]
service advanced-vty
Enable advanced mode VTY.
[Command]
[Command] Set system wide line configuration. This configuration command applies to all VTY interfaces. [Command]
line vty
Enter vty configuration mode.
[Command]
no banner motd
No motd banner string will be printed.
[Command]
[Line Command] [Line Command] Set VTY connection timeout value. When only one argument is specified it is used for timeout value in minutes. Optional second argument is used for timeout value in seconds. Default timeout value is 10 minutes. When timeout value is zero, it means no timeout. [Line Command] Do not perform timeout at all. This command is as same as exec-timeout 0 0. [Line Command]
no exec-timeout
access-class access-list
Restrict vty connections with an access list.
12
Quagga
write file
Write current configuration to configuration file.
configure terminal
[Command] Change to configuration mode. This command is the first step to configuration. [Command] Set terminal display length to <0-512>. If length is 0, no display control is performed. [Command]
list
List all available commands.
[Command] [Command]
show version
Show the current version of Quagga and its build host information.
show logging
[Command] Shows the current configuration of the logging system. This includes the status of all logging destinations. [Command] Send a message to all logging destinations that are enabled for messages of the given severity.
13
-i file --pid_file=file Upon startup the process identifier of the daemon is written to a file, typically in /var/run. This file can be used by the init system to implement commands such as .../init.d/zebra status, .../init.d/zebra restart or .../init.d/zebra stop. The file name is an run-time option rather than a configure-time option so that multiple routing daemons can be run simultaneously. This is useful when using Quagga to implement a routing looking glass. One machine can be used to collect differing routing views from differing points in the network. -A address --vty_addr=address Set the VTY local address to bind to. If set, the VTY socket will only be bound to this address. -P port --vty_port=port Set the VTY TCP port number. If set to 0 then the TCP VTY sockets will not be opened. -u user --vty_addr=user Set the user and group to run as. -v --version Print program version.
14
Quagga
To enable a VTY interface, you have to setup a VTY password. If there is no VTY password, one cannot connect to the VTY interface at all. % telnet localhost 2601 Trying 127.0.0.1... Connected to localhost. Escape character is ^]. Hello, this is Quagga (version 0.99.20) Copyright c 1999-2005 Kunihiro Ishiguro, et al. User Access Verification Password: XXXXX Router> ? enable Turn on privileged commands exit Exit current mode and down to previous mode help Description of the interactive help system list Print command list show Show running system information who Display who is on a vty Router> enable Password: XXXXX Router# configure terminal Router(config)# interface eth0 Router(config-if)# ip address 10.0.0.1/8 Router(config-if)# ^Z Router# ? is very useful for looking up commands.
15
Chapter 4: Zebra
17
4 Zebra
zebra is an IP routing manager. It provides kernel routing table updates, interface lookups, and redistribution of routes between different routing protocols.
-k --keep_kernel When zebra starts up, dont delete old self inserted routes. -r --retain When program terminates, retain routes added by zebra.
ip address address/prefix ipv6 address address/prefix no ip address address/prefix no ipv6 address address/prefix
Set the IPv4 or IPv6 address/prefix for the interface.
[Interface Command] [Interface Command] Set the secondary flag for this address. This causes ospfd to not treat the address as a distinct subnet. [Interface Command] [Interface Command] [Interface Command]
multicast no multicast
Enable or disables multicast flag for the interface.
[Interface Command] [Interface Command] Set bandwidth value of the interface in kilobits/sec. This is for calculating OSPF cost. This command does not affect the actual device configuration.
18
Quagga
link-detect no link-detect
[Interface Command] [Interface Command] Enable/disable link-detect on platforms which support this. Currently only Linux and Solaris, and only where network interface drivers support reporting link-state via the IFF RUNNING flag.
[Command] network is destination prefix with format of A.B.C.D/M. gateway is gateway for the prefix. When gateway is A.B.C.D format. It is taken as a IPv4 address gateway. Otherwise it is treated as an interface name. If the interface name is null0 then zebra installs a blackhole route. ip route 10.0.0.0/8 10.0.0.2 ip route 10.0.0.0/8 ppp0 ip route 10.0.0.0/8 null0 First example defines 10.0.0.0/8 static route with gateway 10.0.0.2. Second one defines the same prefix but with gateway to interface ppp0. The third install a blackhole route. [Command] This is alternate version of above command. When network is A.B.C.D format, user must define netmask value with A.B.C.D format. gateway is same option as above command ip route 10.0.0.0 255.255.255.0 10.0.0.2 ip route 10.0.0.0 255.255.255.0 ppp0 ip route 10.0.0.0 255.255.255.0 null0 These statements are equivalent to those in the previous example. [Command] Installs the route with the specified distance.
Multiple nexthop static route ip route 10.0.0.1/32 10.0.0.2 ip route 10.0.0.1/32 10.0.0.3 ip route 10.0.0.1/32 eth0 If there is no route to 10.0.0.2 and 10.0.0.3, and interface eth0 is reachable, then the last route is installed into the kernel. If zebra has been compiled with multipath support, and both 10.0.0.2 and 10.0.0.3 are reachable, zebra will install a multipath route via both nexthops, if the platform supports this. zebra> show ip route S> 10.0.0.1/32 [1/0] via 10.0.0.2 inactive via 10.0.0.3 inactive * is directly connected, eth0
Chapter 4: Zebra
19
ip route 10.0.0.0/8 10.0.0.2 ip route 10.0.0.0/8 10.0.0.3 ip route 10.0.0.0/8 null0 255 This will install a multihop route via the specified next-hops if they are reachable, as well as a high-metric blackhole route, which can be useful to prevent traffic destined for a prefix to match less-specific routes (eg default) should the specified gateways not be reachable. Eg: zebra> show ip route 10.0.0.0/8 Routing entry for 10.0.0.0/8 Known via "static", distance 1, metric 0 10.0.0.2 inactive 10.0.0.3 inactive Routing entry for 10.0.0.0/8 Known via "static", distance 255, metric 0 directly connected, Null0
[Command] [Command]
table tableno
[Command] 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] Apply a route-map filter to routes for the specified protocol. protocol can be any or one of system, kernel, connected, static, rip, ripng, ospf, ospf6, isis, bgp, hsls.
[Route Map] Within a route-map, set the preferred source address for matching routes when installing in the kernel. The following creates a prefix-list that matches all addresses, a route-map that sets the preferred source address, and applies the route-map to all rip routes.
20
Quagga
ip prefix-list ANY permit 0.0.0.0/0 le 32 route-map RM1 permit 10 match ip address prefix-list ANY set src 10.0.0.1 ip protocol rip route-map RM1
show ipv6 route show interface show ip prefix-list [name ] show route-map [name ] show ip protocol show ipforward
[Command] Display whether the hosts IP forwarding function is enabled or not. Almost any UNIX kernel can be configured with IP forwarding disabled. If so, the box cant work as a router. [Command] Display whether the hosts IP v6 forwarding is enabled or not.
show ipv6forward
Chapter 5: RIP
21
5 RIP
RIP Routing Information Protocol is widely deployed interior gateway protocol. RIP was developed in the 1970s at Xerox Labs as part of the XNS routing protocol. RIP is a distance-vector protocol and is based on the Bellman-Ford algorithms. As a distancevector protocol, RIP router send updates to its neighbors periodically, thus allowing the convergence to a known topology. In each update, the distance to any given network will be broadcasted to its neighboring router. ripd supports RIP version 2 as described in RFC2453 and RIP version 1 as described in RFC1058.
ripd invocation options. Common options that can be specified (see undefined [Common Invocation Options], page undefined ). -r --retain When the program terminates, retain routes added by ripd.
22
Quagga
links. Quagga ripd does not support the non-sequential netmasks that are included in RIP Version 2. In a case of similar information with the same prefix and metric, the old information will be suppressed. Ripd does not currently support equal cost multipath routing.
[RIP Command] [RIP Command] Set the RIP enable interface by network. The interfaces which have addresses matching with network are enabled. This group of commands either enables or disables RIP interfaces between certain numbers of a specified network address. For example, if the network for 10.0.0.0/24 is RIP enabled, this would result in all the addresses from 10.0.0.0 to 10.0.0.255 being enabled for RIP. The no network command will disable RIP for the specified network. [RIP Command] [RIP Command] Set a RIP enabled interface by ifname. Both the sending and receiving of RIP packets will be enabled on the port specified in the network ifname command. The no network ifname command will disable RIP on the specified interface. [RIP Command] [RIP Command] Specify RIP neighbor. When a neighbor doesnt understand multicast, this command is used to specify neighbors. In some cases, not all routers will be able to understand multicasting, where packets are sent to a network or a group of addresses. In a situation where a neighbor cannot process multicast packets, it is necessary to establish a direct link between routers. The neighbor command allows the network administrator to specify a router as a RIP neighbor. The no neighbor a.b.c.d command will disable the RIP neighbor.
Below is very simple RIP configuration. Interface eth0 and interface which address match to 10.0.0.0/8 are RIP enabled. ! router rip network 10.0.0.0/8 network eth0 ! Passive interface
Chapter 5: RIP
23
[RIP command] [RIP command] This command sets the specified interface to passive mode. On passive mode interface, all receiving packets are processed as normal and ripd does not send either multicast or unicast RIP packets except to RIP neighbors specified with neighbor command. The interface may be specified as default to make ripd default to passive on all interfaces. The default is to be passive on all interfaces.
RIP split-horizon
ip split-horizon no ip split-horizon
[Interface command] [Interface command] Control split-horizon on the interface. Default is ip split-horizon. If you dont perform split-horizon on the interface, please specify no ip split-horizon.
version version
[RIP Command] Set RIP version to accept for reads and send. version can be either 1 or 2. Disabling RIPv1 by specifying version 2 is STRONGLY encouraged, See undefined [RIP Authentication], page undefined . This may become the default in a future release. Default: Send Version 2, and accept either version.
no version
Reset the global version setting back to the default.
This interface command overrides the global rip version setting, and selects which version of RIP to send packets with, for this interface specifically. Choice of RIP Version 1, RIP Version 2, or both versions. In the latter case, where 1 2 is specified, packets will be both broadcast and multicast. Default: Send packets according to the global version (version 2)
[Interface command]
24
Quagga
This interface command overrides the global rip version setting, and selects which versions of RIP packets will be accepted on this interface. Choice of RIP Version 1, RIP Version 2, or both. Default: Accept packets according to the global setting (both 1 and 2).
redistribute static redistribute static metric <0-16> redistribute static route-map route-map no redistribute static
redistribute connected redistribute connected metric <0-16> redistribute connected route-map route-map no redistribute connected
[RIP command] [RIP command] [RIP command] [RIP command] Redistribute connected routes into the RIP tables. no redistribute connected disables the connected routes in the RIP tables. This command redistribute connected of the interface which RIP disabled. The connected route on RIP enabled interface is announced by default.
redistribute ospf redistribute ospf metric <0-16> redistribute ospf route-map route-map no redistribute ospf
[RIP command] [RIP command] [RIP command] [RIP command] redistribute ospf redistributes routing information from ospf route entries into the RIP tables. no redistribute ospf disables the routes.
redistribute bgp redistribute bgp metric <0-16> redistribute bgp route-map route-map no redistribute bgp
[RIP command] [RIP command] [RIP command] [RIP command] redistribute bgp redistributes routing information from bgp route entries into the RIP tables. no redistribute bgp disables the routes.
Chapter 5: RIP
25
no route a.b.c.d/m
[RIP command] This command is specific to Quagga. The route command makes a static route only inside RIP. This command should be used only by advanced users who are particularly knowledgeable about the RIP protocol. In most cases, we recommend creating a static route in Quagga and redistributing it in RIP using redistribute static.
[Command] You can apply access lists to the interface with a distribute-list command. access list is the access list name. direct is in or out. If direct is in the access list is applied to input packets. The distribute-list command can be used to filter the RIP path. distributelist can apply access-lists to a chosen interface. First, one should specify the accesslist. Next, the name of the access-list is used in the distribute-list command. For example, in the following configuration eth0 will permit only the paths that match the route 10.0.0.0/8 ! router rip distribute-list private in eth0 ! access-list private permit 10 10.0.0.0/8 access-list private deny any !
[Command] You can apply prefix lists to the interface with a distribute-list command. prefix list is the prefix list name. Next is the direction of in or out. If direct is in the access list is applied to input packets.
[RIP command] [RIP command] This command modifies the default metric value for redistributed routes. The default value is 1. This command does not affect connected route even if it is redistributed by redistribute connected. To modify connected routes metric value, please use redistribute connected metric or route-map. offset-list also affects connected routes. [RIP command] [RIP command]
26
Quagga
[RIP command] [RIP command] Set default RIP distance to specified value when the routes source IP address matches the specified prefix. [RIP command] [RIP command] Set default RIP distance to specified value when the routes source IP address matches the specified prefix and the specified access-list.
[Route Map] This command match to incoming interface. Notation of this match is different from Cisco. Cisco uses a list of interfaces - NAME1 NAME2 ... NAMEN. Ripd allows only one name (maybe will change in the future). Next - Cisco means interface which includes next-hop of routes (it is somewhat similar to "ip next-hop" statement). Ripd means interface where this route will be sent. This difference is because "next-hop" of same routes which sends to different interfaces must be different. Maybe itd be better to made new matches - say "match interface-out NAME" or something like that. [Route Map] [Route Map]
[Route Map] Cisco uses here <access-list>, ripd IPv4 address. Match if route has this next-hop (meaning next-hop listed in the rip route table - "show ip rip")
Chapter 5: RIP
27
[Route Map] This command match to the metric value of RIP updates. For other protocol compatibility metric range is shown as <0-4294967295>. But for RIP protocol only the value range <0-16> make sense. [Route Map] This command set next hop value in RIPv2 protocol. This command does not affect RIPv1 because there is no next hop field in the packet. [Route Map] Set a metric for matched route when sending announcement. The metric value range is very large for compatibility with other protocols. For RIP, valid metric values are from 1 to 16.
[Interface command] [Interface command] RIP version 2 has simple text authentication. This command sets authentication string. The string must be shorter than 16 characters. [Interface command] [Interface command]
28
Quagga
! key chain test key 1 key-string test ! interface eth1 ip rip authentication mode md5 ip rip authentication key-chain test !
no timers basic
[RIP command] The no timers basic command will reset the timers to the default settings listed above.
show ip rip
Show RIP routes.
[Command]
The command displays all RIP routes. For routes that are received through RIP, this command will display the time the packet was sent and the tag information. This command will also display this information for routes redistributed into RIP.
show ip protocols
[Command] The command displays current RIP status. It includes RIP timer, filtering, version, RIP enabled interface and RIP peer inforation.
Chapter 5: RIP
29
ripd> show ip protocols Routing Protocol is "rip" Sending updates every 30 seconds with +/-50%, next due in 35 seconds Timeout after 180 seconds, garbage collect after 120 seconds Outgoing update filter list for all interface is not set Incoming update filter list for all interface is not set Default redistribution metric is 1 Redistributing: kernel connected Default version control: send version 2, receive version 2 Interface Send Recv Routing for Networks: eth0 eth1 1.1.1.1 203.181.89.241 Routing Information Sources: Gateway BadPackets BadRoutes Distance Last Update
[Command]
debug rip will show RIP events. Sending and receiving packets, timers, and changes in interfaces are events shown with ripd.
[Command]
debug rip packet will display detailed information about the RIP packets. The origin and port number of the packet as well as a packet dump is shown.
[Command]
This command will show the communication between ripd and zebra. The main information will include addition and deletion of paths to the kernel and the sending and receiving of interface information.
[Command]
Chapter 6: RIPng
31
6 RIPng
ripngd supports the RIPng protocol as described in RFC2080. Its an IPv6 reincarnation of the RIP protocol.
router ripng
Enable RIPng.
flush_timer time
Set flush timer.
network network
Set RIPng enabled interface by network
network ifname
Set RIPng enabled interface by ifname
route network
Set RIPng static routing announcement of network.
router zebra
[Command] This command is the default and does not appear in the configuration. With this statement, RIPng routes go to the zebra daemon.
Chapter 7: OSPFv2
33
7 OSPFv2
OSPF (Open Shortest Path First) version 2 is a routing protocol which is described in RFC2328, OSPF Version 2. OSPF is an IGP (Interior Gateway Protocol). Compared with RIP, OSPF can provide scalable network support and faster convergence times. OSPF is widely used in large networks such as ISP (Internet Service Provider) backbone and
enterprise networks.
[Command] [Command] Enable or disable the OSPF process. ospfd does not yet support multiple OSPF processes. So you can not specify an OSPF process number. [OSPF Command] [OSPF Command] This sets the router-ID of the OSPF process. The router-ID may be an IP address of the router, but need not be - it can be any arbitrary 32bit number. However it MUST be unique within the entire OSPF domain to the OSPF speaker - bad things will happen if multiple OSPF speakers are configured with the same router-ID! If one is not specified then ospfd will obtain a router-ID automatically from zebra.
[OSPF Command] [OSPF Command] type can be cisco|ibm|shortcut|standard. The "Cisco" and "IBM" types are equivalent. The OSPF standard for ABR behaviour does not allow an ABR to consider routes through non-backbone areas when its links to the backbone are down, even when there are other ABRs in attached non-backbone areas which still can reach the backbone this restriction exists primarily to ensure routing-loops are avoided. With the "Cisco" or "IBM" ABR type, the default in this release of Quagga, this restriction is lifted, allowing an ABR to consider summaries learnt from other ABRs through non-backbone areas, and hence route via non-backbone areas as a last resort when, and only when, backbone links are down.
34
Quagga
Note that areas with fully-adjacent virtual-links are considered to be "transit capable" and can always be used to route backbone traffic, and hence are unaffected by this setting (see undefined [OSPF virtual-link], page undefined ). More information regarding the behaviour controlled by this command can be found in RFC 3509, Alternative Implementations of OSPF Area Border Routers, and draftietf-ospf-shortcut-abr-02.txt. Quote: "Though the definition of the ABR (Area Border Router) in the OSPF specification does not require a router with multiple attached areas to have a backbone connection, it is actually necessary to provide successful routing to the inter-area and external destinations. If this requirement is not met, all traffic destined for the areas not connected to such an ABR or out of the OSPF domain, is dropped. This document describes alternative ABR behaviors implemented in Cisco and IBM routers."
[OSPF Command] [OSPF Command] RFC2328, the sucessor to RFC1583, suggests according to section G.2 (changes) in section 16.4 a change to the path preference algorithm that prevents possible routing loops that were possible in the old version of OSPFv2. More specifically it demands that inter-area paths and intra-area backbone path are now of equal preference but still both preferred to external paths. This command should NOT be set normally.
[OSPF Command] [OSPF Command] Configures ospfd to log changes in adjacency. With the optional detail argument, all changes in adjacency status are shown. Without detail, only changes to full or regressions are shown.
[OSPF Command] [OSPF Command] Do not speak OSPF interface on the given interface, but do advertise the interface as a stub link in the router-LSA (Link State Advertisement) for this router. This allows one to advertise addresses on such connected interfaces without having to originate AS-External/Type-5 LSAs (which have global flooding scope) - as would occur if connected addresses were redistributed into OSPF (see undefined [Redistribute routes to OSPF], page undefined ). This is the only way to advertise non-OSPF links into stub areas. [OSPF Command]
[OSPF Command] This command sets the initial delay, the initial-holdtime and the maximum-holdtime between when SPF is calculated and the event which triggered the calculation. The times are specified in milliseconds and must be in the range of 0 to 600000 milliseconds. The delay specifies the minimum amount of time to delay SPF calculation (hence it affects how long SPF calculation is delayed after an event which occurs outside of the holdtime of any previous SPF calculation, and also serves as a minimum holdtime).
Chapter 7: OSPFv2
35
Consecutive SPF calculations will always be seperated by at least hold-time milliseconds. The hold-time is adaptive and initially is set to the initial-holdtime configured with the above command. Events which occur within the holdtime of the previous SPF calculation will cause the holdtime to be increased by initial-holdtime, bounded by the maximum-holdtime configured with this command. If the adaptive hold-time elapses without any SPF-triggering event occuring then the current holdtime is reset to the initial-holdtime. The current holdtime can be viewed with undefined [show ip ospf], page undefined , where it is expressed as a multiplier of the initial-holdtime. router ospf timers throttle spf 200 400 10000 In this example, the delay is set to 200ms, the initial holdtime is set to 400ms and the maximum holdtime to 10s. Hence there will always be at least 200ms between an event which requires SPF calculation and the actual SPF calculation. Further consecutive SPF calculations will always be seperated by between 400ms to 10s, the hold-time increasing by 400ms each time an SPF-triggering event occurs within the hold-time of the previous SPF calculation. This command supercedes the timers spf command in previous Quagga releases.
max-metric router-lsa [on-startup|on-shutdown] <5-86400> max-metric router-lsa administrative no max-metric router-lsa [on-startup|on-shutdown|administrative]
This enables RFC3137, OSPF Stub Router Advertisement support, where the OSPF process describes its transit links in its router-LSA as having infinite distance so that other routers will avoid calculating transit paths through the router while still being able to reach networks through the router. This support may be enabled administratively (and indefinitely) or conditionally. Conditional enabling of max-metric router-lsas can be for a period of seconds after startup and/or for a period of seconds prior to shutdown. Enabling this for a period after startup allows OSPF to converge fully first without affecting any existing routes used by other routers, while still allowing any connected stub links and/or redistributed routes to be reachable. Enabling this for a period of time in advance of shutdown allows the router to gracefully excuse itself from the OSPF domain. Enabling this feature administratively allows for administrative intervention for whatever reason, for an indefinite period of time. Note that if the configuration is written to file, this administrative form of the stub-router command will also be written to file. If ospfd is restarted later, the command will then take effect until manually deconfigured. Configured state of this feature as well as current status, such as the number of second remaining till on-startup or on-shutdown ends, can be viewed with the undefined [show ip ospf], page undefined command.
36
Quagga
[OSPF Command] [OSPF Command] This sets the reference bandwidth for cost calculations, where this bandwidth is considered equivalent to an OSPF cost of 1, specified in Mbits/s. The default is 100Mbit/s (i.e. a link of bandwidth 100Mbit/s or higher will have a cost of 1. Cost of lower bandwidth links will be scaled with reference to this cost). This configuration setting MUST be consistent across all routers within the OSPF domain.
network a.b.c.d/m area a.b.c.d network a.b.c.d/m area <0-4294967295> no network a.b.c.d/m area a.b.c.d no network a.b.c.d/m area <0-4294967295>
[OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] This command specifies the OSPF enabled interface(s). If the interface has an address from range 192.168.1.0/24 then the command below enables ospf on this interface so router can provide network information to the other ospf routers via this interface. router ospf network 192.168.1.0/24 area 0.0.0.0 Prefix length in interface must be equal or bigger (ie. smaller network) than prefix length in network statement. For example statement above doesnt enable ospf on interface with address 192.168.1.1/23, but it does on interface with address 192.168.1.129/25. Note that the behavior when there is a peer address defined on an interface changed after release 0.99.7. Currently, if a peer prefix has been configured, then we test whether the prefix in the network command contains the destination prefix. Otherwise, we test whether the network command prefix contains the local address prefix of the interface.
Chapter 7: OSPFv2
37
area a.b.c.d range IPV4_PREFIX not-advertise no area a.b.c.d range IPV4_PREFIX not-advertise
[OSPF Command] [OSPF Command] Instead of summarizing intra area paths filter them - ie. intra area paths from this range are not advertised into other areas. This command makes sense in ABR only. [OSPF Command] [OSPF Command]
area a.b.c.d range IPV4_PREFIX substitute IPV4_PREFIX no area a.b.c.d range IPV4_PREFIX substitute IPV4_PREFIX
Substitute summarized prefix with another prefix.
router ospf network 192.168.1.0/24 area 0.0.0.0 network 10.0.0.0/8 area 0.0.0.10 area 0.0.0.10 range 10.0.0.0/8 substitute 11.0.0.0/8 One Type-3 summary-LSA with routing info 11.0.0.0/8 is announced into backbone area if area 0.0.0.10 contains at least one intra-area network (ie. described with router-LSA or network-LSA) from range 10.0.0.0/8. This command makes sense in ABR only.
area a.b.c.d virtual-link a.b.c.d area <0-4294967295> virtual-link a.b.c.d no area a.b.c.d virtual-link a.b.c.d no area <0-4294967295> virtual-link a.b.c.d area a.b.c.d shortcut area <0-4294967295> shortcut no area a.b.c.d shortcut no area <0-4294967295> shortcut
[OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] Configure the area as Shortcut capable. See RFC3509. This requires that the abrtype be set to shortcut. [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] Configure the area to be a stub area. That is, an area where no router originates routes external to OSPF and hence an area where all external routes are via the ABR(s). Hence, ABRs for such an area do not need to pass AS-External LSAs (type-5s) or ASBR-Summary LSAs (type-4) into the area. They need only pass Network-Summary (type-3) LSAs into such an area, along with a default-route summary. [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] Prevents an ospfd ABR from injecting inter-area summaries into the specified stub area.
area a.b.c.d stub area <0-4294967295> stub no area a.b.c.d stub no area <0-4294967295> stub
area a.b.c.d stub no-summary area <0-4294967295> stub no-summary no area a.b.c.d stub no-summary no area <0-4294967295> stub no-summary
38
Quagga
area a.b.c.d default-cost <0-16777215> no area a.b.c.d default-cost <0-16777215> area a.b.c.d export-list NAME area <0-4294967295> export-list NAME no area a.b.c.d export-list NAME no area <0-4294967295> export-list NAME
[OSPF Command] [OSPF Command] Set the cost of default-summary LSAs announced to stubby areas. [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] Filter Type-3 summary-LSAs announced to other areas originated from intra- area paths from specified area. router ospf network 192.168.1.0/24 area 0.0.0.0 network 10.0.0.0/8 area 0.0.0.10 area 0.0.0.10 export-list foo ! access-list foo permit 10.10.0.0/16 access-list foo deny any With example above any intra-area paths from area 0.0.0.10 and from range 10.10.0.0/16 (for example 10.10.1.0/24 and 10.10.2.128/30) are announced into other areas as Type-3 summary-LSAs, but any others (for example 10.11.0.0/16 or 10.128.30.16/30) arent. This command is only relevant if the router is an ABR for the specified area.
area a.b.c.d import-list NAME area <0-4294967295> import-list NAME no area a.b.c.d import-list NAME no area <0-4294967295> import-list NAME
[OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] Same as export-list, but it applies to paths announced into specified area as Type-3 summary-LSAs. [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] Filtering Type-3 summary-LSAs to/from area using prefix lists. This command makes sense in ABR only. [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] Specify that simple password authentication should be used for the given area.
area a.b.c.d filter-list prefix NAME in area a.b.c.d filter-list prefix NAME out area <0-4294967295> filter-list prefix NAME in area <0-4294967295> filter-list prefix NAME out no area a.b.c.d filter-list prefix NAME in no area a.b.c.d filter-list prefix NAME out no area <0-4294967295> filter-list prefix NAME in no area <0-4294967295> filter-list prefix NAME out
area a.b.c.d authentication area <0-4294967295> authentication no area a.b.c.d authentication no area <0-4294967295> authentication
Chapter 7: OSPFv2
39
[OSPF Command] [OSPF Command] Specify that OSPF packets must be authenticated with MD5 HMACs within the given area. Keying material must also be configured on a per-interface basis (see undefined [ip ospf message-digest-key], page undefined ).
MD5 authentication may also be configured on a per-interface basis (see undefined [ip ospf authentication message-digest], page undefined ). Such per-interface settings will override any per-area authentication setting.
[Interface Command] Specify that MD5 HMAC authentication must be used on this interface. MD5 keying material must also be configured (see undefined [ip ospf message-digest-key], page undefined ). Overrides any authentication enabled on a per-area basis (see undefined [area authentication message-digest], page undefined ). Note that OSPF MD5 authentication requires that time never go backwards (correct time is NOT important, only that it never goes backwards), even across resets, if ospfd is to be able to promptly reestabish adjacencies with its neighbours after restarts/reboots. The host should have system time be set at boot from an external or non-volatile source (eg battery backed clock, NTP, etc.) or else the system clock should be periodically saved to non-volative storage and restored at boot if MD5 authentication is to be expected to work reliably.
[Interface Command] [Interface Command] Set OSPF authentication key to a cryptographic password. The cryptographic algorithm is MD5. KEYID identifies secret key used to create the message digest. This ID is part of the protocol and must be consistent across routers on a link. KEY is the actual message digest key, of up to 16 chars (larger strings will be truncated), and is associated with the given KEYID.
[Interface Command] [Interface Command] Set link cost for the specified interface. The cost value is set to router-LSAs metric field and used for SPF calculation.
40
Quagga
ip ospf dead-interval <1-65535> ip ospf dead-interval minimal hello-multiplier <2-20> no ip ospf dead-interval
[Interface Command] Set number of seconds for RouterDeadInterval timer value used for Wait Timer and Inactivity Timer. This value must be the same for all routers attached to a common network. The default value is 40 seconds. If minimal is specified instead, then the dead-interval is set to 1 second and one must specify a hello-multiplier. The hello-multiplier specifies how many Hellos to send per second, from 2 (every 500ms) to 20 (every 50ms). Thus one can have 1s convergence time for OSPF. If this form is specified, then the hello-interval advertised in Hello packets is set to 0 and the hello-interval on received Hello packets is not checked, thus the hello-multiplier need NOT be the same across multiple routers on a common link. [Interface Command] [Interface Command] Set number of seconds for HelloInterval timer value. Setting this value, Hello packet will be sent every timer value seconds on the specified interface. This value must be the same for all routers attached to a common network. The default value is 10 seconds. This command has no effect if undefined [ip ospf dead-interval minimal], page undefined is also specified for the interface.
[Interface Command] [Interface Command] Set RouterPriority integer value. The router with the highest priority will be more eligible to become Designated Router. Setting the value to 0, makes the router ineligible to become Designated Router. The default value is 1. [Interface Command] [Interface Command] Set number of seconds for RxmtInterval timer value. This value is used when retransmitting Database Description and Link State Request packets. The default value is 5 seconds. [Interface Command] [Interface Command] Set number of seconds for InfTransDelay value. LSAs age should be incremented by this value when transmitting. The default value is 1 seconds.
Chapter 7: OSPFv2
41
redistribute (kernel|connected|static|rip|bgp) [OSPF route-map redistribute (kernel|connected|static|rip|bgp) [OSPF metric-type (1|2) redistribute (kernel|connected|static|rip|bgp) [OSPF metric-type (1|2) route-map word redistribute (kernel|connected|static|rip|bgp) [OSPF metric <0-16777214> redistribute (kernel|connected|static|rip|bgp) [OSPF metric <0-16777214> route-map word redistribute (kernel|connected|static|rip|bgp) [OSPF metric-type (1|2) metric <0-16777214> redistribute (kernel|connected|static|rip|bgp) [OSPF metric-type (1|2) metric <0-16777214> route-map word no redistribute (kernel|connected|static|rip|bgp) [OSPF
Command] Redistribute routes of the specified protocol or kind into OSPF, with the metric type and metric set if specified, filtering the routes using the given route-map if specified. Redistributed routes may also be filtered with distribute-lists, see undefined [ospf distribute-list], page undefined .
Redistributed routes are distributed as into OSPF as Type-5 External LSAs into links to areas that accept external routes, Type-7 External LSAs for NSSA areas and are not redistributed at all into Stub areas, where external routes are not permitted. Note that for connected routes, one may instead use passive-interface, see undefined [OSPF passive-interface], page undefined .
default-information originate default-information originate metric <0-16777214> default-information originate metric <0-16777214> metric-type (1|2) default-information originate metric <0-16777214> metric-type (1|2) route-map word default-information originate always default-information originate always metric <0-16777214> default-information originate always metric <0-16777214> metric-type (1|2) default-information originate always metric <0-16777214> metric-type (1|2) route-map word no default-information originate
[OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command]
[OSPF Command] Originate an AS-External (type-5) LSA describing a default route into all externalrouting capable areas, of the specified metric and metric type. If the always keyword is given then the default is always advertised, even when there is no default present in the routing table.
42
Quagga
Apply the access-list filter, NAME, to redistributed routes of the given type before allowing the routes to redistributed into OSPF (see undefined [OSPF redistribute], page undefined ).
default-metric <0-16777214> no default-metric distance <1-255> no distance <1-255> distance ospf (intra-area|inter-area|external) <1-255> no distance ospf router zebra no router zebra
[OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [OSPF Command] [Command] [Command]
ip ip ip ip
show ip ospf database show ip ospf database (asbr-summary|external|network|router|summary) show ip ospf database (asbr-summary|external|network|router|summary) show ip ospf database (asbr-summary|external|network|router|summary) adv-router adv-router show ip ospf database (asbr-summary|external|network|router|summary) adv-router show ip ospf database (asbr-summary|external|network|router|summary) self-originate
link-state-id
[Command]
link-state-id
[Command]
adv-router
[Command]
link-state-id
Chapter 7: OSPFv2
43
show ip ospf database (asbr-summary|external|network|router|summary) self-originate show ip ospf database max-age show ip ospf database self-originate show ip ospf route
[Command]
[Command] [Command]
[Command] Show the OSPF routing table, as determined by the most recent SPF calculation.
44
Quagga
An ABR router, with MD5 authentication and performing summarisation of networks between the areas: ! password ABCDEF log file /var/log/quagga/ospfd.log service advanced-vty ! interface eth0 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 ABCDEFGHIJK ! interface ppp0 ! interface br0 ip ospf authentication message-digest ip ospf message-digest-key 2 md5 XYZ12345 ! router ospf ospf router-id 192.168.0.1 redistribute connected passive interface ppp0 network 192.168.0.0/24 area 0.0.0.0 network 10.0.0.0/16 area 0.0.0.0 network 192.168.1.0/24 area 0.0.0.1 area 0.0.0.0 authentication message-digest area 0.0.0.0 range 10.0.0.0/16 area 0.0.0.0 range 192.168.0.0/24 area 0.0.0.1 authentication message-digest area 0.0.0.1 range 10.2.0.0/16 !
Chapter 8: OSPFv3
45
8 OSPFv3
ospf6d is a daemon support OSPF version 3 for IPv6 network. OSPF for IPv6 is described in RFC2740.
[OSPF6 Command] Bind interface to specified area, and start sending OSPF packets. area can be specified as 0.
[Interface Command]
[Interface Command]
[Interface Command]
[Interface Command]
[Interface Command]
46
Quagga
[Command] This command shows LSA database summary. You can specify the type of LSA. [Command] [Command] [Command] [Command] To see OSPF interface configuration like costs.
Chapter 9: BGP
47
9 BGP
BGP stands for a Border Gateway Protocol. The lastest BGP version is 4. It is referred
as BGP-4. BGP-4 is one of the Exterior Gateway Protocols and de-fact standard of Inter Domain routing protocol. BGP-4 is described in RFC1771, A Border Gateway Protocol 4 (BGP-4). Many extensions have been added to RFC1771. RFC2858, Multiprotocol Extensions for BGP-4 provides multiprotocol support to BGP-4.
[Command] Enable a BGP protocol process with the specified asn. After this statement you can input any BGP Commands. You can not create different BGP process under different asn without specifying multiple-instance (see undefined [Multiple instance], page undefined ). [Command] Destroy a BGP protocol process with the specified asn.
[BGP] This command specifies the router-ID. If bgpd connects to zebra it gets interface and address information. In that case default router ID value is selected as the largest IP Address of the interfaces. When router zebra is not enabled bgpd cant get interface information so router-id is set to 0.0.0.0. So please set router-id by hand.
48
Quagga
[BGP] [BGP]
reuse-threshold Value to start reusing a route suppress-threshold Value to start suppressing a route max-suppress Maximum duration to suppress a stable route The route-flap damping algorithm is compatible with RFC2439. The use of this command is not recommended nowadays, see RIPE-378.
no network A.B.C.D/M
[BGP]
Chapter 9: BGP
49
[BGP] This command specifies an aggregate address. Resulting routes inlucde AS set.
[BGP] This command specifies an aggregate address. Aggreated routes will not be announce. [BGP]
redistribute static
Redistribute static route to BGP process.
[BGP]
redistribute connected
Redistribute connected route to BGP process.
[BGP]
redistribute rip
Redistribute RIP route to BGP process.
[BGP]
redistribute ospf
Redistribute OSPF route to BGP process.
[BGP]
50
Quagga
[BGP] [BGP] Shutdown the peer. We can delete the neighbors configuration by no neighbor peer remote-as as-number but all configuration of the neighbor will be deleted. When you want to preserve the configuration, but want to drop the BGP peer, use this syntax. [BGP] [BGP] [BGP] [BGP]
neighbor peer ebgp-multihop no neighbor peer ebgp-multihop neighbor peer description ... no neighbor peer description ...
Set description of the peer.
[BGP] Set up the neighbors BGP version. version can be 4, 4+ or 4-. BGP version 4 is the default value used for BGP peering. BGP version 4+ means that the neighbor supports Multiprotocol Extensions for BGP-4. BGP version 4- is similar but the neighbor speaks the old Internet-Draft revision 00s Multiprotocol Extensions for BGP-4. Some routing software is still using this version. [BGP] [BGP] When you connect to a BGP peer over an IPv6 link-local address, you have to specify the ifname of the interface used for the connection. To specify IPv4 session addresses, see the neighbor peer update-source command below. This command is deprecated and may be removed in a future release. Its use should be avoided.
[BGP] [BGP] This command specifies an announced routes nexthop as being equivalent to the address of the bgp router. [BGP] [BGP] Specify the IPv4 source address to use for the BGP session to this neighbour, may be specified as either an IPv4 address directly or as an interface name (in which case the zebra daemon MUST be running in order for bgpd to be able to retrieve interface state). router bgp 64555 neighbor foo update-source 192.168.0.1 neighbor bar update-source lo0
[BGP] [BGP] bgpds default is to not announce the default route (0.0.0.0/0) even it is in routing table. When you want to announce default routes to the peer, use this command.
Chapter 9: BGP
51
neighbor peer port port neighbor peer port port neighbor peer send-community neighbor peer send-community neighbor peer weight weight no neighbor peer weight weight
This command specifies a default weight value for the neighbors routes.
neighbor peer prefix-list name [in|out] neighbor peer filter-list name [in|out] neighbor peer route-map name [in|out]
Apply a route-map on the neighbor. direct must be in or out.
52
Quagga
. * + ? ^ $ _
Matches any single character. Matches 0 or more occurrences of pattern. Matches 1 or more occurrences of pattern. Match 0 or 1 occurrences of pattern. Matches the beginning of the line. Matches the end of the line. Character _ has special meanings in AS path regular expression. It matches to space and comma , and AS set delimiter { and } and AS confederation delimiter ( and ). And it also matches to the beginning of the line and the end of the line. So _ can be used for AS value boundaries match. show ip bgp regexp _7675_ matches to all of BGP routes which as AS number include 7675.
[Command] This commands display BGP routes that matches AS path regular expression line.
[Command]
[Command] [Command]
Chapter 9: BGP
53
AS:VAL
This format represents 4 octet communities value. AS is high order 2 octet in digit format. VAL is low order 2 octet in digit format. This format is useful to define AS oriented policy value. For example, 7675:80 can be used when AS 7675 wants to pass local policy value 80 to neighboring peer. internet represents well-known communities value 0. no-export represents well-known communities value NO_EXPORT (0xFFFFFF01). All routes carry this value must not be advertised to outside a BGP confederation boundary. If neighboring BGP peer is part of BGP confederation, the peer is considered as inside a BGP confederation boundary, so the route will be announced to the peer.
internet no-export
no-advertise no-advertise represents well-known communities value NO_ADVERTISE (0xFFFFFF02). All routes carry this value must not be advertise to other BGP peers. local-AS local-AS represents well-known communities value NO_EXPORT_SUBCONFED (0xFFFFFF03). All routes carry this value must not be advertised to external BGP peers. Even if the neighboring router is part of confederation, it is considered as external BGP peer, so the route will not be announced to the peer.
When BGP communities attribute is received, duplicated communities value in the communities attribute is ignored and each communities values are sorted in numerical order.
[Command] This command defines a new standard community list. community is communities value. The community is compiled into community structure. We can define multiple community list under same name. In that case match will happen user defined order. Once the community list matches to communities attribute in BGP updates it return permit or deny by the community list definition. When there is no matched entry, deny will be returned. When community is empty it matches to any routes. [Command] This command defines a new expanded community list. line is a string expression of communities attribute. line can include regular expression to match communities attribute in BGP updates.
54
Quagga
[Command] [Command] [Command] These commands delete community lists specified by name. All of community lists shares a single name space. So community lists can be removed simpley specifying community lists name. [Command] [Command] This command display current community list information. When name is specified the specified community lists information is shown. # show ip community-list Named Community standard list CLIST permit 7675:80 7675:100 no-export deny internet Named Community expanded list EXPAND permit : # show ip community-list CLIST Named Community standard list CLIST permit 7675:80 7675:100 no-export deny internet
[Command] This command defines a new community list. <1-99> is standard community list number. Community list name within this range defines standard community list. When community is empty it matches to any routes. [Command] This command defines a new community list. <100-199> is expanded community list number. Community list name within this range defines expanded community list. [Command] When community list type is not specifed, the community list type is automatically detected. If community can be compiled into communities attribute, the community list is defined as a standard community list. Otherwise it is defined as an expanded community list. This feature is left for backward compability. Use of this feature is not recommended.
Chapter 9: BGP
55
[Route Map] [Route Map] This command perform match to BGP updates using community list word. When the one of BGP communities value match to the one of communities value in community list, it is match. When exact-match keyword is spcified, match happen only when BGP updates have completely same communities value specified in the community list.
set community none set community community set community community additive
[Route Map] [Route Map] [Route Map] This command manipulate communities value in BGP updates. When none is specified as communities value, it removes entire communities attribute from BGP updates. When community is not none, specified communities value is set to BGP updates. If BGP updates already has BGP communities value, the existing BGP communities value is replaced with specified community value. When additive keyword is specified, community is appended to the existing communities value. [Route Map] This command remove communities value from BGP communities attribute. The word is community list name. When BGP routes communities value matches to the community list word, the communities value is removed. When all of communities value is removed eventually, the BGP updates communities attribute is completely removed.
show ip bgp community show ip bgp community community show ip bgp community community exact-match
[Command] [Command] [Command] show ip bgp community displays BGP routes which has communities attribute. When community is specified, BGP routes that matches community value is displayed. For this command, internet keyword cant be used for community value. When exactmatch is specified, it display only routes that have an exact match.
[Command] [Command] This commands display BGP routes that matches community list word. When exactmatch is specified, display only routes that have an exact match.
56
Quagga
Chapter 9: BGP
57
neighbor 192.168.0.1 remote-as 100 neighbor 192.168.0.1 route-map RMAP in ! ip community-list 1 permit 0:80 0:90 ! route-map RMAP permit in match community 1 Following exmaple filter BGP routes which has communities value 1:1. When there is no match community-list returns deny. To avoid filtering all of routes, we need to define permit any at last. router bgp 7675 neighbor 192.168.0.1 remote-as 100 neighbor 192.168.0.1 route-map RMAP in ! ip community-list standard FILTER deny 1:1 ip community-list standard FILTER permit ! route-map RMAP permit 10 match community FILTER Communities value keyword internet has special meanings in standard community lists. In below example internet act as match any. It matches all of BGP routes even if the route does not have communities attribute at all. So community list INTERNET is same as above examples FILTER. ip community-list standard INTERNET deny 1:1 ip community-list standard INTERNET permit internet Following configuration is an example of communities value deletion. With this configuration communities value 100:1 and 100:2 is removed from BGP updates. For communities value deletion, only permit community-list is used. deny community-list is ignored. router bgp 7675 neighbor 192.168.0.1 remote-as 100 neighbor 192.168.0.1 route-map RMAP in ! ip community-list standard DEL permit 100:1 100:2 ! route-map RMAP permit 10 set comm-list DEL delete
58
Quagga
BGP Extended Communities Attribute is similar to BGP Communities Attribute. It is an optional transitive attribute. BGP Extended Communities Attribute can carry multiple Extended Community value. Each Extended Community value is eight octet length. BGP Extended Communities Attribute provides an extended range compared with BGP Communities Attribute. Adding to that there is a type field in each value to provides community space structure. There are two format to define Extended Community value. One is AS based format the other is IP address based format. AS:VAL This is a format to define AS based Extended Community value. AS part is 2 octets Global Administrator subfield in Extended Community value. VAL part is 4 octets Local Administrator subfield. 7675:100 represents AS 7675 policy value 100.
IP-Address:VAL This is a format to define IP address based Extended Community value. IPAddress part is 4 octets Global Administrator subfield. VAL part is 2 octets Local Administrator subfield. 10.0.0.1:100 represents
[Command]
This command defines a new standard extcommunity-list. extcommunity is extended communities value. The extcommunity is compiled into extended community structure. We can define multiple extcommunity-list under same name. In that case match will happen user defined order. Once the extcommunity-list matches to extended communities attribute in BGP updates it return permit or deny based upon the extcommunity-list definition. When there is no matched entry, deny will be returned. When extcommunity is empty it matches to any routes.
[Command] This command defines a new expanded extcommunity-list. line is a string expression of extended communities attribute. line can include regular expression to match extended communities attribute in BGP updates.
[Command] [Command] [Command] These commands delete extended community lists specified by name. All of extended community lists shares a single name space. So extended community lists can be removed simpley specifying the name.
[Command] [Command] This command display current extcommunity-list information. When name is specified the community lists information is shown. # show ip extcommunity-list
Chapter 9: BGP
59
[Command] [Command] This command display BGP routes using community list (see undefined [Display BGP Routes by Community], page undefined ). [Command] [Command] [Command]
show ip bgp summary show ip bgp neighbor [peer ] clear ip bgp peer
Clear peers which have addresses of X.X.X.X
60
Quagga
[Command] [Command] [Command] [Command] [Command] [Command] [Command] [Command] [Command] [Command]
show debug debug event debug update debug keepalive no debug event no debug update no debug keepalive
[BGP] [BGP] Strictly compares remote capabilities and local capabilities. If capabilities are different, send Unsupported Capability error then reset connection.
Chapter 9: BGP
61
You may want to disable sending Capability Negotiation OPEN message optional parameter to the peer when remote peer does not implement Capability Negotiation. Please use dont-capability-negotiate command to disable the feature.
[BGP] [BGP] Suppress sending Capability Negotiation as OPEN message optional parameter to the peer. This command only affects the peer is configured other than IPv4 unicast configuration.
When remote peer does not have capability negotiation feature, remote peer will not send any capabilities at all. In that case, bgp configures the peer with configured capabilities. You may prefer locally configured capabilities more than the negotiated capabilities even though remote peer sends capabilities. If the peer is configured by override-capability, bgpd ignores received capabilities then override negotiated capabilities with configured values.
[BGP] [BGP] Override the result of Capability Negotiation with local configuration. Ignore remote peers capability value.
bgp multiple-instance
[Command] Enable BGP multiple instance feature. After this feature is enabled, you can make multiple BGP instances or multiple BGP views.
62
Quagga
no bgp multiple-instance
[Command] Disable BGP multiple instance feature. You can not disable this feature when BGP multiple instances or views exist.
[Command]
network and aggregate-address argument is displayed as A.B.C.D M.M.M.M Quagga: network 10.0.0.0/8 Cisco: network 10.0.0.0 Quagga: aggregate-address 192.168.0.0/24 Cisco: 255.255.255.0 aggregate-address 192.168.0.0
Community attribute handling is also different. If there is no configuration is specified community attribute and extended community attribute are sent to neighbor. When user manually disable the feature community attribute is not sent to the neighbor. In case of bgp config-type cisco is specified, community attribute is not sent to the neighbor by default. To send community attribute user has to specify neighbor A.B.C.D sendcommunity command. ! router bgp 1 neighbor 10.0.0.1 remote-as 1 no neighbor 10.0.0.1 send-community ! router bgp 1 neighbor 10.0.0.1 remote-as 1 neighbor 10.0.0.1 send-community !
[Command]
[Command]
Chapter 9: BGP
63
bgp multiple-instance ! router bgp 1 neighbor 10.0.0.1 remote-as neighbor 10.0.0.2 remote-as ! router bgp 2 neighbor 10.0.0.3 remote-as neighbor 10.0.0.4 remote-as
2 3
4 5
BGP view is almost same as normal BGP process. The result of route selection does not go to the kernel routing table. BGP view is only for exchanging BGP routing information.
[Command] Make a new BGP view. You can use arbitrary word for the name. This views route selection result does not go to the kernel routing table.
With this command, you can setup Route Server like below. bgp multiple-instance ! router bgp 1 view 1 neighbor 10.0.0.1 remote-as neighbor 10.0.0.2 remote-as ! router bgp 2 view 2 neighbor 10.0.0.3 remote-as neighbor 10.0.0.4 remote-as
2 3
4 5
64
Quagga
[Command]
Chapter 9: BGP
65
66
Quagga
neighbor peer route-map rm-peer-out out neighbor peer send-community both neighbor 10.1.1.1 remote-as 64515 neighbor 10.1.1.1 peer-group upstream neighbor 10.2.1.1 remote-as 64516 neighbor 10.2.1.1 peer-group upstream neighbor 10.3.1.1 remote-as 64517 neighbor 10.3.1.1 peer-group cust-default neighbor 10.3.1.1 description customer1 neighbor 10.3.1.1 prefix-list pl-cust1-network in neighbor 10.4.1.1 remote-as 64518 neighbor 10.4.1.1 peer-group cust neighbor 10.4.1.1 prefix-list pl-cust2-network in neighbor 10.4.1.1 description customer2 neighbor 10.5.1.1 remote-as 64519 neighbor 10.5.1.1 peer-group peer neighbor 10.5.1.1 prefix-list pl-peer1-network in neighbor 10.5.1.1 description peer AS 1 neighbor 10.6.1.1 remote-as 64520 neighbor 10.6.1.1 peer-group peer neighbor 10.6.1.1 prefix-list pl-peer2-network in neighbor 10.6.1.1 description peer AS 2 ! ip prefix-list pl-default permit 0.0.0.0/0 ! ip prefix-list pl-upstream-peers permit 10.1.1.1/32 ip prefix-list pl-upstream-peers permit 10.2.1.1/32 ! ip prefix-list pl-cust1-network permit 10.3.1.0/24 ip prefix-list pl-cust1-network permit 10.3.2.0/24 ! ip prefix-list pl-cust2-network permit 10.4.1.0/24 ! ip prefix-list pl-peer1-network permit 10.5.1.0/24 ip prefix-list pl-peer1-network permit 10.5.2.0/24 ip prefix-list pl-peer1-network permit 192.168.0.0/24 ! ip prefix-list pl-peer2-network permit 10.6.1.0/24 ip prefix-list pl-peer2-network permit 10.6.2.0/24 ip prefix-list pl-peer2-network permit 192.168.1.0/24 ip prefix-list pl-peer2-network permit 192.168.2.0/24 ip prefix-list pl-peer2-network permit 172.16.1/24 ! ip as-path access-list asp-own-as permit ^$ ip as-path access-list asp-own-as permit _64512_ ! ! #################################################################
Chapter 9: BGP
67
! Match communities we provide actions for, on routes receives from ! customers. Communities values of <our-ASN>:X, with X, have actions: ! ! 100 - blackhole the prefix ! 200 - set no_export ! 300 - advertise only to other customers ! 400 - advertise only to upstreams ! 500 - set no_export when advertising to upstreams ! 2X00 - set local_preference to X00 ! ! blackhole the prefix of the route ip community-list standard cm-blackhole permit 64512:100 ! ! set no-export community before advertising ip community-list standard cm-set-no-export permit 64512:200 ! ! advertise only to other customers ip community-list standard cm-cust-only permit 64512:300 ! ! advertise only to upstreams ip community-list standard cm-upstream-only permit 64512:400 ! ! advertise to upstreams with no-export ip community-list standard cm-upstream-noexport permit 64512:500 ! ! set local-pref to least significant 3 digits of the community ip community-list standard cm-prefmod-100 permit 64512:2100 ip community-list standard cm-prefmod-200 permit 64512:2200 ip community-list standard cm-prefmod-300 permit 64512:2300 ip community-list standard cm-prefmod-400 permit 64512:2400 ip community-list expanded cme-prefmod-range permit 64512:2... ! ! Informational communities ! ! 3000 - learned from upstream ! 3100 - learned from customer ! 3200 - learned from peer ! ip community-list standard cm-learnt-upstream permit 64512:3000 ip community-list standard cm-learnt-cust permit 64512:3100 ip community-list standard cm-learnt-peer permit 64512:3200 ! ! ################################################################### ! Utility route-maps ! ! These utility route-maps generally should not used to permit/deny ! routes, i.e. they do not have meaning as filters, and hence probably
68
Quagga
! should be used with on-match next. These all finish with an empty ! permit entry so as not interfere with processing in the caller. ! route-map rm-no-export permit 10 set community additive no-export route-map rm-no-export permit 20 ! route-map rm-blackhole permit 10 description blackhole, up-pref and ensure it cant escape this AS set ip next-hop 127.0.0.1 set local-preference 10 set community additive no-export route-map rm-blackhole permit 20 ! ! Set local-pref as requested route-map rm-prefmod permit 10 match community cm-prefmod-100 set local-preference 100 route-map rm-prefmod permit 20 match community cm-prefmod-200 set local-preference 200 route-map rm-prefmod permit 30 match community cm-prefmod-300 set local-preference 300 route-map rm-prefmod permit 40 match community cm-prefmod-400 set local-preference 400 route-map rm-prefmod permit 50 ! ! Community actions to take on receipt of route. route-map rm-community-in permit 10 description check for blackholing, no point continuing if it matches. match community cm-blackhole call rm-blackhole route-map rm-community-in permit 20 match community cm-set-no-export call rm-no-export on-match next route-map rm-community-in permit 30 match community cme-prefmod-range call rm-prefmod route-map rm-community-in permit 40 ! ! ##################################################################### ! Community actions to take when advertising a route. ! These are filtering route-maps, !
Chapter 9: BGP
69
! Deny customer routes to upstream with cust-only set. route-map rm-community-filt-to-upstream deny 10 match community cm-learnt-cust match community cm-cust-only route-map rm-community-filt-to-upstream permit 20 ! ! Deny customer routes to other customers with upstream-only set. route-map rm-community-filt-to-cust deny 10 match community cm-learnt-cust match community cm-upstream-only route-map rm-community-filt-to-cust permit 20 ! ! ################################################################### ! The top-level route-maps applied to sessions. Further entries could ! be added obviously.. ! ! Customers route-map rm-cust-in permit 10 call rm-community-in on-match next route-map rm-cust-in permit 20 set community additive 64512:3100 route-map rm-cust-in permit 30 ! route-map rm-cust-out permit 10 call rm-community-filt-to-cust on-match next route-map rm-cust-out permit 20 ! ! Upstream transit ASes route-map rm-upstream-out permit 10 description filter customer prefixes which are marked cust-only call rm-community-filt-to-upstream on-match next route-map rm-upstream-out permit 20 description only customer routes are provided to upstreams/peers match community cm-learnt-cust ! ! Peer ASes ! outbound policy is same as for upstream route-map rm-peer-out permit 10 call rm-upstream-out ! route-map rm-peer-in permit 10 set community additive 64512:3200
71
The purpose of a Route Server is to centralize the peerings between BGP speakers. For example if we have an exchange point scenario with four BGP speakers, each of which maintaining a BGP peering with the other three (see undefined [fig:full-mesh], page undefined ), we can convert it into a centralized scenario where each of the four establishes a single BGP peering against the Route Server (see undefined [fig:route-server], page undefined ).
We will first describe briefly the Route Server model implemented by Quagga. We will explain the commands that have been added for configuring that model. And finally we will show a full example of Quagga configured as Route Server.
When an announcement is received from some peer, the In filters configured for that peer are applied to the announcement. These filters can reject the announcement, accept it unmodified, or accept it with some of its attributes modified. The announcements that pass the In filters go into the Best Path Selection process, where they are compared to other announcements referred to the same destination that have been received from different peers (in case such other announcements exist). For each different destination, the announcement which is selected as the best is inserted into the BGP speakers Loc-RIB. The routes which are inserted in the Loc-RIB are considered for announcement to all the peers (except the one from which the route came). This is done by passing the routes in the Loc-RIB through the Out filters corresponding to each peer. These filters can reject the route, accept it unmodified, or accept it with some of its attributes modified. Those routes which are accepted by the Out filters of a peer are announced to that peer.
72
Quagga
73
Of course we want that the routing tables obtained in each of the routers are the same when using the route server than when not. But as a consequence of having a single BGP peering (against the route server), the BGP speakers can no longer distinguish from/to which peer each announce comes/goes. This means that the routers connected to the route server are not able to apply by themselves the same input/output filters as in the full mesh scenario, so they have to delegate those functions to the route server. Even more, the best path selection must be also performed inside the route server on behalf of its clients. The reason is that if, after applying the filters of the announcer and the (potential) receiver, the route server decides to send to some client two or more different announcements referred to the same destination, the client will only retain the last one, considering it as an implicit withdrawal of the previous announcements for the same destination. This is the expected behavior of a BGP speaker as defined in RFC1771, and even though there are some proposals of mechanisms that permit multiple paths for the same destination to be sent through a single BGP peering, none are currently supported by most existing BGP implementations. As a consequence a route server must maintain additional information and perform additional tasks for a RS-client that those necessary for common BGP peerings. Essentially a route server must: Maintain a separated Routing Information Base (Loc-RIB) for each peer configured as RS-client, containing the routes selected as a result of the Best Path Selection process that is performed on behalf of that RS-client. Whenever it receives an announcement from a RS-client, it must consider it for the Loc-RIBs of the other RS-clients. This means that for each of them the route server must pass the announcement through the appropriate Out filter of the announcer. Then through the appropriate In filter of the potential receiver. Only if the announcement is accepted by both filters it will be passed to the Best Path Selection process. Finally, it might go into the Loc-RIB of the receiver. When we talk about the appropriate filter, both the announcer and the receiver of the route must be taken into account. Suppose that the route server receives an announcement from client A, and the route server is considering it for the Loc-RIB of client B. The filters that should be applied are the same that would be used in the full mesh scenario, i.e., first the Out filter of router A for announcements going to router B, and then the In filter of router B for announcements coming from router A. We call Export Policy of a RS-client to the set of Out filters that the client would use if there was no route server. The same applies for the Import Policy of a RS-client and the set of In filters of the client if there was no route server. It is also common to demand from a route server that it does not modify some BGP attributes (next-hop, as-path and MED) that are usually modified by standard BGP speakers before announcing a route. The announcement processing model implemented by Quagga is shown in undefined [fig:rs-processing], page undefined . The figure shows a mixture of RS-clients (B, C and D) with normal BGP peers (A). There are some details that worth additional comments:
74
Quagga
Announcements coming from a normal BGP peer are also considered for the Loc-RIBs of all the RS-clients. But logically they do not pass through any export policy.
Those peers that are configured as RS-clients do not receive any announce from the Main Loc-RIB.
Apart from import and export policies, In and Out filters can also be set for RSclients. In filters might be useful when the route server has also normal BGP peers. On the other hand, Out filters for RS-clients are probably unnecessary, but we decided not to remove them as they do not hurt anybody (they can always be left empty).
75
[Route-Server] [Route-Server]
76
Quagga
[Route-Server] This command configures the peer given by peer, A.B.C.D or X:X::X:X as an RSclient. Actually this command is not new, it already existed in standard Quagga. It enables the transparent mode for the specified peer. This means that some BGP attributes (as-path, next-hop and MED) of the routes announced to that peer are not modified. With the route server patch, this command, apart from setting the transparent mode, creates a new Loc-RIB dedicated to the specified peer (those named Loc-RIB for X in undefined [fig:rs-processing], page undefined .). Starting from that moment, every announcement received by the route server will be also considered for the new Loc-RIB.
[Route-Server]
This set of commands can be used to specify the route-map that represents the Import or Export policy of a peer which is configured as a RS-client (with the previous command).
[Route-Server] This is a new match statement for use in route-maps, enabling them to describe import/export policies. As we said before, an import/export policy represents a set of input/output filters of the RS-client. This statement makes possible that a single route-map represents the full set of filters that a BGP speaker would use for its different peers in a non-RS scenario.
The match peer statement has different semantics whether it is used inside an import or an export route-map. In the first case the statement matches if the address of the peer who sends the announce is the same that the address specified by {A.B.C.D|X:X::X:X}. For export route-maps it matches when {A.B.C.D|X:X::X:X} is the address of the RS-Client into whose Loc-RIB the announce is going to be inserted (how the same export policy is applied before different Loc-RIBs is shown in undefined [fig:rs-processing], page undefined .).
call WORD
[Route-map Command] This command (also used inside a route-map) jumps into a different route-map, whose name is specified by WORD. When the called route-map finishes, depending on its result the original route-map continues or not. Apart from being useful for making import/export route-maps easier to write, this command can also be used inside any normal (in or out) route-map.
77
! ipv6 prefix-list COMMON-PREFIXES ipv6 prefix-list COMMON-PREFIXES ! ipv6 prefix-list PEER-A-PREFIXES ipv6 prefix-list PEER-A-PREFIXES ! ipv6 prefix-list PEER-B-PREFIXES ipv6 prefix-list PEER-B-PREFIXES ! ipv6 prefix-list PEER-C-PREFIXES ipv6 prefix-list PEER-C-PREFIXES ! route-map PEER-B-IN permit 10
seq 5 permit 2001:0DB8:0000::/48 ge 64 le 64 seq 10 deny any seq 5 permit 2001:0DB8:AAAA::/48 ge 64 le 64 seq 10 deny any seq 5 permit 2001:0DB8:BBBB::/48 ge 64 le 64 seq 10 deny any seq 5 permit 2001:0DB8:CCCC::/48 ge 64 le 64 seq 10 deny any
78
Quagga
match ipv6 address prefix-list set metric 100 route-map PEER-B-IN permit 20 match ipv6 address prefix-list set community 65001:11111 ! route-map PEER-C-IN permit 10 match ipv6 address prefix-list set metric 200 route-map PEER-C-IN permit 20 match ipv6 address prefix-list set community 65001:22222 ! route-map PEER-B-OUT permit 10 match ipv6 address prefix-list ! route-map PEER-C-OUT permit 10 match ipv6 address prefix-list ! line vty !
COMMON-PREFIXES
PEER-B-PREFIXES
COMMON-PREFIXES
PEER-C-PREFIXES
PEER-A-PREFIXES
PEER-A-PREFIXES
79
! Which is logically much simpler than its initial configuration, as it now maintains only one BGP peering and all the filters (route-maps) have disappeared.
neighbor 2001:0DB8::C neighbor 2001:0DB8::C neighbor 2001:0DB8::C neighbor 2001:0DB8::C neighbor 2001:0DB8::C exit-address-family
! ipv6 prefix-list COMMON-PREFIXES seq 5 permit 2001:0DB8:0000::/48 ge 64 le 64 ipv6 prefix-list COMMON-PREFIXES seq 10 deny any
80
Quagga
! ipv6 prefix-list PEER-A-PREFIXES seq 5 permit 2001:0DB8:AAAA::/48 ge 64 le 64 ipv6 prefix-list PEER-A-PREFIXES seq 10 deny any ! ipv6 prefix-list PEER-B-PREFIXES seq 5 permit 2001:0DB8:BBBB::/48 ge 64 le 64 ipv6 prefix-list PEER-B-PREFIXES seq 10 deny any ! ipv6 prefix-list PEER-C-PREFIXES seq 5 permit 2001:0DB8:CCCC::/48 ge 64 le 64 ipv6 prefix-list PEER-C-PREFIXES seq 10 deny any ! route-map RSCLIENT-A-IMPORT permit 10 match peer 2001:0DB8::B call A-IMPORT-FROM-B route-map RSCLIENT-A-IMPORT permit 20 match peer 2001:0DB8::C call A-IMPORT-FROM-C ! route-map A-IMPORT-FROM-B permit 10 match ipv6 address prefix-list COMMON-PREFIXES set metric 100 route-map A-IMPORT-FROM-B permit 20 match ipv6 address prefix-list PEER-B-PREFIXES set community 65001:11111 ! route-map A-IMPORT-FROM-C permit 10 match ipv6 address prefix-list COMMON-PREFIXES set metric 200 route-map A-IMPORT-FROM-C permit 20 match ipv6 address prefix-list PEER-C-PREFIXES set community 65001:22222 ! route-map RSCLIENT-A-EXPORT permit 10 match peer 2001:0DB8::B match ipv6 address prefix-list PEER-A-PREFIXES route-map RSCLIENT-A-EXPORT permit 20 match peer 2001:0DB8::C match ipv6 address prefix-list PEER-A-PREFIXES ! ... ... ... If you compare the initial configuration of RA with the route server configuration above, you can see how easy it is to generate the Import and Export policies for RA from the In and Out route-maps of RAs original configuration. When there was no route server, RA maintained two peerings, one with RB and another with RC. Each of this peerings had an In route-map configured. To build the Import
81
route-map for client RA in the route server, simply add route-map entries following this scheme: route-map <NAME> permit 10 match peer <Peer Address> call <In Route-Map for this Peer> route-map <NAME> permit 20 match peer <Another Peer Address> call <In Route-Map for this Peer> This is exactly the process that has been followed to generate the route-map RSCLIENT-A-IMPORT. The route-maps that are called inside it (A-IMPORT-FROM-B and A-IMPORT-FROM-C) are exactly the same than the In route-maps from the original configuration of RA (PEER-B-IN and PEER-C-IN), only the name is different. The same could have been done to create the Export policy for RA (route-map RSCLIENT-A-EXPORT), but in this case the original Out route-maps where so simple that we decided not to use the call WORD commands, and we integrated all in a single route-map (RSCLIENT-A-EXPORT). The Import and Export policies for RB and RC are not shown, but the process would be identical.
82
Quagga
route-map RSCLIENT-A-IMPORT permit 10 match peer 2001:0DB8::B call A-IMPORT-FROM-B ... ... ! route-map A-IMPORT-FROM-B permit 1 match ipv6 address prefix-list LIST-1 match as-path LIST-2 on-match goto 10 route-map A-IMPORT-FROM-B deny 2 route-map A-IMPORT-FROM-B permit 10 match ipv6 address prefix-list COMMON-PREFIXES set local-preference 100 route-map A-IMPORT-FROM-B permit 20 match ipv6 address prefix-list PEER-B-PREFIXES set community 65001:11111 ! ... ... The route-map A-IMPORT-FROM-B is equivalent to the three filters (LIST-1, LIST-2 and PEER-B-IN). The first entry of route-map A-IMPORT-FROM-B (sequence number 1) matches if and only if both the prefix-list LIST-1 and the filter-list LIST-2 match. If that happens, due to the on-match goto 10 statement the next route-map entry to be processed will be number 10, and as of that point route-map A-IMPORT-FROM-B is identical to PEER-B-IN. If the first entry does not match, on-match goto 10 will be ignored and the next processed entry will be number 2, which will deny the route. Thus, the result is the same that with the three original filters, i.e., if either LIST-1 or LIST-2 rejects the route, it does not reach the route-map PEER-B-IN. In case both LIST-1 and LIST-2 accept the route, it passes to PEER-B-IN, which can reject, accept or modify the route.
83
11 VTY shell
vtysh is integrated shell of Quagga software. To use vtysh please specify enable-vtysh to configure script. To use PAM for authentication use with-libpam option to configure script. vtysh only searches /etc/quagga path for vtysh.conf which is the vtysh configuration file. Vtysh does not search current directory for configuration file because the file includes user authentication settings. Currently, vtysh.conf has only two commands.
85
12 Filtering
Quagga provides many very flexible filtering features. Filtering is used for both input and output of the routing information. Once filtering is defined, it can be applied in any direction.
ip prefix-list name (permit|deny) prefix [le len ] [ge len ] ip prefix-list name seq number (permit|deny) prefix [le len ] [ge len ]
You can create ip prefix-list using above commands. seq
[Command] [Command]
seq number can be set either automatically or manually. In the case that sequential numbers are set manually, the user may pick any number less than 4294967295. In the case that sequential number are set automatically, the sequential number will increase by a unit of five (5) per list. If a list with no specified sequential number is created after a list with a specified sequential number, the list will automatically pick the next multiple of five (5) as the list number. For example, if a list with number 2 already exists and a new list with no specified number is created, the next list will be numbered 5. If lists 2 and 7 already exist and a new list with no specified number is created, the new list will be numbered 10. le command specifies prefix length. The prefix list will be applied if the prefix length is less than or equal to the le prefix length. ge command specifies prefix length. The prefix list will be applied if the prefix length is greater than or equal to the ge prefix length.
le ge
Less than or equal to prefix numbers and greater than or equal to prefix numbers can be used together. The order of the le and ge commands does not matter.
86
Quagga
If a prefix list with a different sequential number but with the exact same rules as a previous list is created, an error will result. However, in the case that the sequential number and the rules are exactly similar, no error will result. If a list with the same sequential number as a previous list is created, the new list will overwrite the old list. Matching of IP Prefix is performed from the smaller sequential number to the larger. The matching will stop once any rule has been applied. In the case of no le or ge command, the prefix length must match exactly the length specified in the prefix list.
no ip prefix-list name
[Command]
no ip prefix-list sequence-number
[Command] Show IP prefix list can be used with a prefix list name and sequential number.
[Command] If the command longer is used, all prefix lists with prefix lengths equal to or longer than the specified length will be displayed. If the command first match is used, the first prefix length match will be displayed. [Command] [Command] [Command]
show ip prefix-list name a.b.c.d/m longer show ip prefix-list name a.b.c.d/m first-match show ip prefix-list summary
87
show ip prefix-list summary name show ip prefix-list detail show ip prefix-list detail name
89
13 Route Map
Route maps provide a means to both filter and/or apply actions to route, hence allowing policy to be applied to routes. Route-maps are an ordered list of route-map entries. Each entry may specify up to four distincts sets of clauses: Matching Policy This specifies the policy implied if the Matching Conditions are met or not met, and which actions of the route-map are to be taken, if any. The two possibilities are: permit: If the entry matches, then carry out the Set Actions. Then finish processing the route-map, permitting the route, unless an Exit Action indicates otherwise. deny: If the entry matches, then finish processing the route-map and deny the route (return deny). The Matching Policy is specified as part of the command which defines the ordered entry in the route-map. See below. Matching Conditions A route-map entry may, optionally, specify one or more conditions which must be matched if the entry is to be considered further, as governed by the Match Policy. If a route-map entry does not explicitely specify any matching conditions, then it always matches. Set Actions A route-map entry may, optionally, specify one or more Set Actions to set or modify attributes of the route. Call Action Call to another route-map, after any Set Actions have been carried out. If the route-map called returns deny then processing of the route-map finishes and the route is denied, regardless of the Matching Policy or the Exit Policy. If the called route-map returns permit, then Matching Policy and Exit Policy govern further behaviour, as normal. Exit Policy An entry may, optionally, specify an alternative Exit Policy to take if the entry matched, rather than the normal policy of exiting the route-map and permitting the route. The two possibilities are: next: Continue on with processing of the route-map entries. goto N: Jump ahead to the first route-map entry whose order in the route-map is >= N. Jumping to a previous entry is not permitted. The default action of a route-map, if no entries match, is to deny. I.e. a route-map essentially has as its last entry an empty deny entry, which matches all routes. To change this behaviour, one must specify an empty permit entry as the last entry in the route-map. To summarise the above:
90
Quagga
Apply set statements If call is present, call given route-map. If that returns a deny, finish processing and return deny. If Exit Policy is next, goto next route-map entry If Exit Policy is goto, goto first entry whose order in the list is >= the given order. Finish processing the route-map and permit the route. deny The route is denied by the route-map (return deny). cont goto next route-map entry
[Route-map Command]
[Route-map Command]
[Route-map Command]
[Route-map Command]
91
[Route-map Command] [Route-map Command] Proceed processing the route-map at the first entry whose order is >= N
93
14 IPv6 Support
Quagga fully supports IPv6 routing. As described so far, Quagga supports RIPng, OSPFv3 and BGP-4+. You can give IPv6 addresses to an interface and configure static IPv6 routing information. Quagga IPv6 also provides automatic address configuration via a feature called address auto configuration. To do it, the router must send router advertisement messages to the all nodes that exist on the network.
ipv6 nd suppress-ra
Dont send router advertisment messages.
[Interface Command]
ipv6 nd prefix ipv6prefix [valid-lifetime ] [Interface Command] [preferred-lifetime ] [off-link] [no-autoconfig] [router-address]
Configuring the IPv6 prefix to include in router advertisements. Several prefix specific optional parameters and flags may follow: valid-lifetime - the length of time in seconds during what the prefix is valid for the purpose of on-link determination. Value infinite represents infinity (i.e. a value of all one bits (0xffffffff)). Range: <0-4294967295> Default: 2592000 preferred-lifetime - the length of time in seconds during what addresses generated from the prefix remain preferred. Value infinite represents infinity. Range: <0-4294967295> Default: 604800 off-link - indicates that advertisement makes no statement about on-link or offlink properties of the prefix. Default: not set, i.e. this prefix can be used for on-link determination. no-autoconfig - indicates to hosts on the local link that the specified prefix cannot be used for IPv6 autoconfiguration. Default: not set, i.e. prefix can be used for autoconfiguration. router-address - indicates to hosts on the local link that the specified prefix contains a complete IP address by setting R flag. Default: not set, i.e. hosts do not assume a complete IP address is placed.
[Interface Command] [Interface Command] The maximum time allowed between sending unsolicited multicast router advertisements from the interface, in seconds. Must be no less than 3 seconds. Default: 600
94
Quagga
[Interface Command] [Interface Command] The maximum time allowed between sending unsolicited multicast router advertisements from the interface, in milliseconds. Must be no less than 30 milliseconds. Default: 600000
[Interface Command] [Interface Command] The value to be placed in the Router Lifetime field of router advertisements sent from the interface, in seconds. Indicates the usefulness of the router as a default router on this interface. Setting the value to zero indicates that the router should not be considered a default router on this interface. Must be either zero or between value specified with ipv6 nd ra-interval (or default) and 9000 seconds. Default: 1800
[Interface Command] [Interface Command] The value to be placed in the Reachable Time field in the Router Advertisement messages sent by the router, in milliseconds. The configured time enables the router to detect unavailable neighbors. The value zero means unspecified (by this router). Must be no greater than 3,600,000 milliseconds (1 hour). Default: 0
[Interface Command] [Interface Command] Set/unset flag in IPv6 router advertisements which indicates to hosts that they should use managed (stateful) protocol for addresses autoconfiguration in addition to any addresses autoconfigured using stateless address autoconfiguration. Default: not set [Interface Command] [Interface Command] Set/unset flag in IPv6 router advertisements which indicates to hosts that they should use administered (stateful) protocol to obtain autoconfiguration information other than addresses. Default: not set [Interface Command] [Interface Command] Set/unset flag in IPv6 router advertisements which indicates to hosts that the router acts as a Home Agent and includes a Home Agent Option. Default: not set [Interface Command] [Interface Command] The value to be placed in Home Agent Option, when Home Agent config flag is set, which indicates to hosts Home Agent preference. Default: 0
95
[Interface Command] [Interface Command] The value to be placed in Home Agent Option, when Home Agent config flag is set, which indicates to hosts Home Agent Lifetime. A value of 0 means to place Router Lifetime value. Default: 0 [Interface Command] [Interface Command] Include an Advertisement Interval option which indicates to hosts the maximum time, in milliseconds, between successive unsolicited Router Advertisements. Default: not set [Interface Command] [Interface Command] Set default router preference in IPv6 router advertisements per RFC4191. Default: medium
interface eth0 no ipv6 nd suppress-ra ipv6 nd prefix 2001:0DB8:5009::/64 For more information see RFC2462 (IPv6 Stateless Address Autoconfiguration) , RFC2461 (Neighbor Discovery for IP Version 6 (IPv6)) , RFC3775 (Mobility Support in IPv6 (Mobile IPv6)) and RFC4191 (Default Router Preferences and More-Specific Routes).
97
15 Kernel Interface
There are several different methods for reading kernel routing table information, updating kernel routing tables, and for looking up interfaces. ioctl The ioctl method is a very traditional way for reading or writing kernel information. ioctl can be used for looking up interfaces and for modifying interface addresses, flags, mtu settings and other types of information. Also, ioctl can insert and delete kernel routing table entries. It will soon be available on almost any platform which zebra supports, but it is a little bit ugly thus far, so if a better method is supported by the kernel, zebra will use that. sysctl can lookup kernel information using MIB (Management Information Base) syntax. Normally, it only provides a way of getting information from the kernel. So one would usually want to change kernel information using another method such as ioctl.
sysctl
proc filesystem proc filesystem provides an easy way of getting kernel information. routing socket netlink On recent Linux kernels (2.0.x and 2.2.x), there is a kernel/user communication support called netlink. It makes asynchronous communication between kernel and Quagga possible, similar to a routing socket on BSD systems. Before you use this feature, be sure to select (in kernel configuration) the kernel/netlink support option Kernel/User network link driver and Routing messages. Today, the /dev/route special device file is obsolete. Netlink communication is done by reading/writing over netlink socket. After the kernel configuration, please reconfigure and rebuild Quagga. You can use netlink as a dynamic routing update channel between Quagga and the kernel.
99
16 SNMP Support
SNMP (Simple Network Managing Protocol) is a widely implemented feature for collecting
network information from router and/or host. Quagga itself does not support SNMP agent (server daemon) functionality but is able to connect to a SNMP agent using the SMUX protocol (RFC1227) and make the routing protocol MIBs available through it.
100
Quagga
snmpd[12300]: [smux_accept] accepted fd 12 from 127.0.0.1:36255 snmpd[12300]: accepted smux peer: \ oid GNOME-PRODUCT-ZEBRA-MIB::ospfd, quagga-0.96.5 # snmpwalk -c public -v1 localhost .1.3.6.1.2.1.14.1.1 OSPF-MIB::ospfRouterId.0 = IpAddress: 192.168.42.109 Be warned that the current version (5.1.1) of the Net-SNMP daemon writes a line for every SNMP connect to the syslog which can lead to enormous log file sizes. If that is a problem you should consider to patch snmpd and comment out the troublesome snmp_log() line in the function netsnmp_agent_check_packet() in agent/snmp_agent.c.
The following syntax is understood by the Quagga daemons for configuring SNMP:
smux peer oid no smux peer oid smux peer oid password no smux peer oid password
101
This will send all traps to an snmptrapd running on localhost. You can of course also use a dedicated management station to catch traps. Configure the snmptrapd daemon by adding the following line to /etc/snmpd/snmptrapd.conf: traphandle .1.3.6.1.4.1.3317.1.2.2 /etc/snmp/snmptrap_handle.sh This will use the bash script /etc/snmp/snmptrap_handle.sh to handle the BGP4 traps. To add traps for other protocol daemons, lookup their appropriate OID from their mib. (For additional information about which traps are supported by your mib, lookup the mib on http://www.oidview.com/mibs/detail.html). Make sure snmptrapd is started. The snmptrap handle.sh script I personally use for handling BGP4 traps is below. You can of course do all sorts of things when handling traps, like sound a siren, have your display flash, etc., be creative ;). #!/bin/bash # routers name ROUTER=hostname -s #email address use to sent out notification EMAILADDR="[email protected]" #email address used (allongside above) where warnings should be sent EMAILADDR_WARN="[email protected]" # type of notification TYPE="Notice" # local snmp community for getting AS belonging to peer COMMUNITY="<community>" # if a peer address is in $WARN_PEERS a warning should be sent WARN_PEERS="192.0.2.1"
# get stdin INPUT=cat - # get some vars from stdin uptime=echo $INPUT | cut -d -f5 peer=echo $INPUT | cut -d -f8 | sed -e s/SNMPv2-SMI::mib-2.15.3.1.14.//g peerstate=echo $INPUT | cut -d -f13 errorcode=echo $INPUT | cut -d -f9 | sed -e s/\"//g suberrorcode=echo $INPUT | cut -d -f10 | sed -e s/\"//g remoteas=snmpget -v2c -c $COMMUNITY localhost SNMPv2-SMI::mib-2.15.3.1.9.$peer | cut -d
WHOISINFO=whois -h whois.ripe.net " -r AS$remoteas" | egrep (as-name|descr) asname=echo "$WHOISINFO" | grep "^as-name:" | sed -e s/^as-name://g -e s/ //g -e s/ asdescr=echo "$WHOISINFO" | grep "^descr:" | sed -e s/^descr://g -e s/ //g -e s/^ /
102
Quagga
# if peer address is in $WARN_PEER, the email should also # be sent to $EMAILADDR_WARN for ip in $WARN_PEERS; do if [ "x$ip" == "x$peer" ]; then EMAILADDR="$EMAILADDR,$EMAILADDR_WARN" TYPE="WARNING" break fi done
# convert peer state case "$peerstate" in 1) peerstate="Idle" ;; 2) peerstate="Connect" ;; 3) peerstate="Active" ;; 4) peerstate="Opensent" ;; 5) peerstate="Openconfirm" ;; 6) peerstate="Established" ;; *) peerstate="Unknown" ;; esac # get textual messages for errors case "$errorcode" in 00) error="No error" suberror="" ;; 01) error="Message Header Error" case "$suberrorcode" in 01) suberror="Connection Not Synchronized" ;; 02) suberror="Bad Message Length" ;; 03) suberror="Bad Message Type" ;; *) suberror="Unknown" ;; esac ;; 02) error="OPEN Message Error" case "$suberrorcode" in 01) suberror="Unsupported Version Number" ;; 02) suberror="Bad Peer AS" ;; 03) suberror="Bad BGP Identifier" ;; 04) suberror="Unsupported Optional Parameter" ;; 05) suberror="Authentication Failure" ;; 06) suberror="Unacceptable Hold Time" ;;
103
*) suberror="Unknown" ;; esac ;; 03) error="UPDATE Message Error" case "$suberrorcode" in 01) suberror="Malformed Attribute List" ;; 02) suberror="Unrecognized Well-known Attribute" ;; 03) suberror="Missing Well-known Attribute" ;; 04) suberror="Attribute Flags Error" ;; 05) suberror="Attribute Length Error" ;; 06) suberror="Invalid ORIGIN Attribute" ;; 07) suberror="AS Routing Loop" ;; 08) suberror="Invalid NEXT_HOP Attribute" ;; 09) suberror="Optional Attribute Error" ;; 10) suberror="Invalid Network Field" ;; 11) suberror="Malformed AS_PATH" ;; *) suberror="Unknown" ;; esac ;; 04) error="Hold Timer Expired" suberror="" ;; 05) error="Finite State Machine Error" suberror="" ;; 06) error="Cease" case "$suberrorcode" in 01) suberror="Maximum Number of Prefixes Reached" ;; 02) suberror="Administratively Shutdown" ;; 03) suberror="Peer Unconfigured" ;; 04) suberror="Administratively Reset" ;; 05) suberror="Connection Rejected" ;; 06) suberror="Other Configuration Change" ;; 07) suberror="Connection collision resolution" ;; 08) suberror="Out of Resource" ;; 09) suberror="MAX" ;; *) suberror="Unknown" ;; esac ;; *) error="Unknown" suberror="" ;;
104
Quagga
esac # create textual message from errorcodes if [ "x$suberror" == "x" ]; then NOTIFY="$errorcode ($error)" else NOTIFY="$errorcode/$suberrorcode ($error/$suberror)" fi
# form a decent subject SUBJECT="$TYPE: $ROUTER [bgp] $peer is $peerstate: $NOTIFY" # create the email body MAIL=cat << EOF BGP notification on router $ROUTER. Peer: $peer AS: $remoteas New state: $peerstate Notification: $NOTIFY Info: $asname $asdescr Snmpd uptime: $uptime EOF # mail the notification echo "$MAIL" | mail -s "$SUBJECT" $EMAILADDR
105
106
Quagga
Version
Version number of the Zserv message. Clients should not continue processing messages past the version field for versions they do not recognise. Not present in version 0 messages. The Zebra Protocol command.
Command
107
108
Quagga
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source AS number | Destination AS number | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Interface Index | Address Family | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Old State | New State | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ If type is PROTOCOL BGP4MP, subtype is BGP4MP MESSAGE, and Address Family == IP (version 4) 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source AS number | Destination AS number | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Interface Index | Address Family | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | BGP Message Packet | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Where BGP Message Packet is the whole contents of the BGP4 message including header portion. If type is PROTOCOL BGP4MP, subtype is BGP4MP MESSAGE, and Address Family == IP version 6
109
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source AS number | Destination AS number | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Interface Index | Address Family | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination IP address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | BGP Message Packet | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ If type is PROTOCOL BGP4MP, subtype is BGP4MP ENTRY, and Address Family == IP (version 4) 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | View # | Status | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time Last Change | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Address Family | SAFI | Next-Hop-Len | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Next Hop Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Prefix Length | Address Prefix [variable] | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Attribute Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | BGP Attribute [variable length] | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
110
Quagga
If type is PROTOCOL BGP4MP, subtype is BGP4MP ENTRY, and Address Family == IP version 6 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | View # | Status | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time Last Change | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Address Family | SAFI | Next-Hop-Len | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Next Hop Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Next Hop Address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Next Hop Address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Next Hop Address (Contd) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Prefix Length | Address Prefix [variable] | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Address Prefix (contd) [variable] | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Attribute Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | BGP Attribute [variable length] | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ BGP4 Attribute must not contain MP UNREACH NLRI. If BGP Attribute has MP REACH NLRI field, it must has zero length NLRI, e.g., MP REACH NLRI has only Address Family, SAFI and next-hop values. If type is PROTOCOL BGP4MP and subtype is BGP4MP SNAPSHOT, 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | View # | File Name [variable] | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The file specified in "File Name" contains all routing entries, which are in the format of subtype == BGP4MP ENTRY. Constants: /* type value */ #define MSG_PROTOCOL_BGP4MP 16 /* subtype value */ #define BGP4MP_STATE_CHANGE 0 #define BGP4MP_MESSAGE 1 #define BGP4MP_ENTRY 2 #define BGP4MP_SNAPSHOT 3
Command Index
111
Command Index
(Index is nonexistent)
113
Index
115
Index
(Index is nonexistent)