netmn_assignmnet2.pdf

In The Name of God, The Merciful, The Compassionate
Computer Network Management
Department of Computer Engineering,
Sharif University of Technology
Fall 2010
Assignment 2
Due date: 90/07/03
Consider a MIB for an Internet router that consists of the following objects: an IP address, system’s
name, operational time and a routing table. The routing table has following columns:
o destination IP address,
o routing policy
o IP address of the next hop.
The routing table is indexed by the destination address and policy.
Write the complete MIB definition for above objects, including IMPORT statements and a MODULE
IDENTITY.
Check the syntax of your MIB using a MIB validator at http://www.simpleweb.org/ietf/mibs/validate ,
and register your written MIB under node “enterprises” in MIB tree. Compile and explore your MIB
file with MIB browser tool. Submit the MIB file and a snapshot of browsing your defined MIB.