Installation Guide

IBR Installation Guide
Page 17 of 32 Doc # 770-00001-3
Aug. 30, 2013
4.14 Configuring IBR Name Server
The following command can be used to configure the Name server.
IBR58 (config)# ip name-server [ip-address}
4.15 Configuring IBR NTP Server
The following command can be used to configure the NTP server.
IBR58 (config)# ntp server [ip-address}
4.16 Configuring IBR SNMP Server
The following sequence of commands can be used to configure the SNMP server.
IBR58 (config) # snmp-server host [ip-address]
IBR58 (config) # snmp-server community [com-name]
IBR58 (config) # snmp-server group [grp-name]
IBR58 (config) # snmp-server view [vname]
Examples of configuring an SNMP Server are shown below.
Setting up an SNMPv2 Trap Server
Prompt
Command
Remarks
IBR58 (config) #
snmp-server community fastback rw
Use “fastback” or read/write
IBR58 (config) #
snmp-server host 10.0.0.1 traps version v2c
Traps SNMPv2
IBR58 (config) #
exit
Return to Global Config
IBR58 #
show snmp-server host
Returns
Notification Host: 10.21.0.4
udp-port: 162
type: inform
user: snmptraps
security model: v2c
Notice the community string
is not returned with the show
command
Setting up a Default Gateway
Prompt
Command
Remarks
IBR58 (config) #
ip default-gateway 10.10.0.1
Config radio interface “0”
IBR58 (config) #
exit
Return to Global Config
IBR58 #
show ip route
Returns
10.10.0.0/16 dev eth0.53 src 10.1.1.10
default via 10.10.0.1 dev eth0.1
Default gateway using VLAN 1
4.17 Setting Link ID
The command to set Link ID has the following syntax:
IBR58 (config) # link-id [linkname]
where linkname is an alphanumeric string from one to thirty-two characters in length that
can contain any of the following symbols: ! @ # $ % - _
Using Link ID Command
Prompt
Command
Remarks
IBR58 (config) #
interface radio 0
Config radio interface “0”
IBR58 (config-if-rad0) #
link-id 58$a2
Sets link ID to “58$a2
IBR58 (config-if-rad0) #
exit
Return to Global Config