HP-UX Reference (11i v3 07/02) - 4 File Formats (vol 8)

r
ramd.conf(4) ramd.conf(4)
peer host-address [up|down][
if ifname] {...};
where:
peer host-address Specifies the peer address.
up|down Specifies the administrative status of the peer.
The configuration statements specified in this peer configuration statement overrides the group
configuration statements except for minrtadvtime ,
localas and minasorgtime configuration
statements.
metricout configuration overrides for external peer.
See the Peer Configuration for BGP section for explanations on the rest of the group configuration state-
ments.
Need info on if ifname {...}
IS-IS SECTION OF THE CONFIGURATION FILE
The following describes the IS-IS section of the RAMD configuration file.
IS-IS Protocal Overview
IS-IS is a link state interior gateway protocol (IGP), or Intra-Domain Routing Protocol, originally developed
for routing ISO/CLNP (International Organization for Standardization/Connectionless Network Protocol)
packets. IS-IS of RAMD supports IPv6 Routing information exchange. It transmits over data link layer.
The key features of the IS-IS protocol are as follows:
The IS-IS supports two-level routing hierarchy. Routing within an area is Level 1 routing and across
areas is Level 2 routing.
The IS-IS routers become neighbors if the hello packets contain information that meets the criteria for
forming an adjacency. The criteria differ depending on the type of media used. The main criteria are
matching authentication, IS-type and Maximum Transmission Unit (MTU) size.
The IS-IS builds Link-State Packet (LSP) that communicates the reachability information to adjacent
routers. Floods LSPs to all adjacent neighbors except the interface on which they received the LSP. IS-
IS uses Shortest Path Algorithm (SPF), also known as Djikstra algorithm, to compute its routing table by
selecting the best paths in the network. SPF runs individually for Level 1 and Level 2 database.
The IS-IS runs as a daemon process. IS-IS can be configured using the IS-IS protocol section of the
RAMD configuration file,
/etc/ramd.conf
.
The IS-IS routers provide the best path to
ramd for updating the kernel routing table.
Enabling IS-IS
The RAMD configuration file enables or disables the IS-IS protocol. If the IS-IS section is not specified in
the configuration file, by default, IS-IS is off.
isis (on|off) {admin(up|down); [snmp (on
|off) ;]};
where:
isis Enables or disables IS-IS protocol. By default, IS-IS protocol is disabled.
admin Specifies the administrative status of the IS-IS protocol. By default, administrative status is
up.
snmp Enables or disables SNMP support in isisd. When on is specified, isisd subagent registers
with the snmpdm(1M) master agent and accesses the SNMP operations like GET, SET, and
GET-NEXT. isisd supports enterprise-specific MIB based on SNMPv2C. isisd
implements
EMANATE subagent. By default,
snmp is off.
Using ram_monitor for IS-IS
ram_monitor can be used to monitor IS-IS. CLI port number can be specified in the IS-IS section in the
RAMD configuration file:
cliport port-number;
isisd
listens for ram_monitor connection. If the CLI port number is not specified, isisd does not
provide CLI service.
358 Hewlett-Packard Company 20 HP-UX 11i Version 3: February 2007