Table Of Contents
RFC 3020 Multilink Frame Relay MIB Support
Prerequisites for RFC 3020 Multilink Frame Relay MIB Support
Information About RFC 3020 Multilink Frame Relay MIB Support
RFC 3020 Multilink Frame Relay MIB
How to Configure RFC 3020 Multilink Frame Relay MIB Support
Enabling the Multilink Frame Relay Bundle-Mismatch Trap
Configuration Examples for the RFC 3020 Multilink Frame Relay MIB
Enabling the Multilink Frame Relay bundle-mismatch Trap: Example
Feature Information for RFC 3020 Multilink Frame Relay MIB Support
RFC 3020 Multilink Frame Relay MIB Support
First Published: June 19, 2006Last Updated: April 21, 2008The RFC 3020 Multilink Frame Relay MIB Support feature introduces MIB functionality to manage and monitor multilink Frame Relay interfaces via the use of MIB tables. The feature is based on RFC 3020, Definitions of Managed Objects for Monitoring and Controlling the UNI/NNI Multilink Frame Relay Function.
This feature uses three MIB tables:
•
mfrBundleTable for managing bundle interfaces
•
mfrBundleLinkTable for managing bundle links
•
mfrBundleIfIndexMappingTable for associating bundle links with bundles
Finding Feature Information in This Module
Your Cisco IOS software release may not support all of the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To reach links to specific feature documentation in this module and to see a list of the releases in which each feature is supported, use the "Feature Information for RFC 3020 Multilink Frame Relay MIB Support" section.
Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Prerequisites for RFC 3020 Multilink Frame Relay MIB Support
•
Information About RFC 3020 Multilink Frame Relay MIB Support
•
How to Configure RFC 3020 Multilink Frame Relay MIB Support
•
Configuration Examples for the RFC 3020 Multilink Frame Relay MIB
•
Feature Information for RFC 3020 Multilink Frame Relay MIB Support
Prerequisites for RFC 3020 Multilink Frame Relay MIB Support
Before the RFC 3020 multilink Frame Relay MIB can be used, the Simple Network Management Protocol (SNMP) server for the router must be configured.
Information About RFC 3020 Multilink Frame Relay MIB Support
To configure the RFC 3020 Multilink Frame Relay MIB, you should understand the following concept:
•
RFC 3020 Multilink Frame Relay MIB
RFC 3020 Multilink Frame Relay MIB
Multilink Frame Relay is a feature in Cisco IOS software, and the RFC 3020 multilink Frame Relay MIB is a MIB standard. The purpose of this feature is to provide a multilink Frame Relay MIB based on RFC 3020.
Note
The Cisco implementation of the RFC 3020 multilink Frame Relay MIB supports only read-only operations. Therefore, adding, deleting, or modifying a MIB table row is not supported.
Table 1 lists the MIB tables used for multilink Frame Relay support.
How to Configure RFC 3020 Multilink Frame Relay MIB Support
This section contains the following procedure:
•
Enabling the Multilink Frame Relay Bundle-Mismatch Trap
Enabling the Multilink Frame Relay Bundle-Mismatch Trap
To configure the RFC 3020 Multilink Frame Relay MIB, you enable the multilink Frame Relay bundle-mismatch trap.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
snmp-server enable traps frame-relay multilink bundle-mismatch
4.
end
DETAILED STEPS
Configuration Examples for the RFC 3020 Multilink Frame Relay MIB
The following example shows how to configure the RFC 3020 multilink Frame Relay MIB.
This section provides the following configuration example:
•
Enabling the Multilink Frame Relay bundle-mismatch Trap: Example
Enabling the Multilink Frame Relay bundle-mismatch Trap: Example
The following example shows how to enable the multilink Frame Relay bundle-mismatch Trap. The example shows a multilink Frame Relay configuration on a host and a peer with two bundles and six bundle links.
On the host router:
Router# configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)# controller T3 6/0Router(config)# t1 1 channel-group 0 timeslots 1-24Router(config)# t1 2 channel-group 0 timeslots 1-24Router(config)# t1 3 channel-group 0 timeslots 1-24Router(config)# t1 4 channel-group 0 timeslots 1-24Router(config)# t1 5 channel-group 0 timeslots 1-24Router(config)# t1 6 channel-group 0 timeslots 1-24!Router(config)# interface MFR1Router(config)# ip address 209.165.200.225 255.255.255.224Router(config)# frame-relay multilink bid RUB_BUNDLE_ONERouter(config)# frame-relay interface-dlci 100!Router(config)# interface MFR2Router(config)# ip address 209.165.200.226 255.255.255.224Router(config)# frame-relay multilink bid RUB_BUNDLE_TWORouter(config)# frame-relay interface-dlci 100!Router(config)# interface Serial6/0/1:0Router(config)# encapsulation frame-relay MFR1Router(config)# frame-relay multilink lid RUB_BUNDLE_ONE_LINK_1!Router(config)# interface Serial6/0/2:0Router(config)# encapsulation frame-relay MFR1Router(config)# frame-relay multilink lid RUB_BUNDLE_ONE_LINK_2!Router(config)# interface Serial6/0/3:0Router(config)# encapsulation frame-relay MFR1Router(config)# frame-relay multilink lid RUB_BUNDLE_ONE_LINK_3!Router(config)# interface Serial6/0/4:0Router(config)# encapsulation frame-relay MFR2Router(config)# frame-relay multilink lid RUB_BUNDLE_TWO_LINK_1!Router(config)# interface Serial6/0/5:0Router(config)# encapsulation frame-relay MFR2Router(config)# frame-relay multilink lid RUB_BUNDLE_TWO_LINK_2!Router(config)# interface Serial6/0/6:0Router(config)# encapsulation frame-relay MFR2Router(config)# frame-relay multilink lid RUB_BUNDLE_TWO_LINK_3!Router(config)# snmp-server community public RWRouter(config)# snmp-server enable traps frame-relay multilink bundle-mismatchRouter(config)# snmp-server host 209.165.200.227 public!On the peer router:
Router(config)# controller T3 6/0Router(config)# t1 1 channel-group 0 timeslots 1-24Router(config)# t1 2 channel-group 0 timeslots 1-24Router(config)# t1 3 channel-group 0 timeslots 1-24Router(config)# t1 4 channel-group 0 timeslots 1-24Router(config)# t1 5 channel-group 0 timeslots 1-24Router(config)# t1 6 channel-group 0 timeslots 1-24Router(config)# t1 7 channel-group 0 timeslots 1-24!Router(config)# interface MFR1Router(config)# ip address 209.165.200.228 255.255.255.224Router(config)# frame-relay multilink bid GAN_BUNDLE_ONERouter(config)# frame-relay interface-dlci 100Router(config)# frame-relay intf-type dce!Router(config)# interface MFR2Router(config)# ip address 209.165.200.229 255.255.255.224Router(config)# frame-relay multilink bid GAN_BUNDLE_TWORouter(config)# frame-relay interface-dlci 100Router(config)# frame-relay intf-type dce!Router(config)# interface Serial6/0/1:0Router(config)# encapsulation frame-relay MFR1Router(config)# frame-relay multilink lid GAN_BUNDLE_ONE_LINK_1!Router(config)# interface Serial6/0/2:0Router(config)# encapsulation frame-relay MFR1Router(config)# frame-relay multilink lid GAN_BUNDLE_ONE_LINK_2!Router(config)# interface Serial6/0/3:0Router(config)# encapsulation frame-relay MFR1Router(config)# frame-relay multilink lid GAN_BUNDLE_ONE_LINK_3!Router(config)# interface Serial6/0/4:0Router(config)# encapsulation frame-relay MFR2Router(config)# frame-relay multilink lid GAN_BUNDLE_TWO_LINK_1!Router(config)# interface Serial6/0/5:0Router(config)# encapsulation frame-relay MFR2Router(config)# frame-relay multilink lid GAN_BUNDLE_TWO_LINK_2!Router(config)# interface Serial6/0/6:0Router(config)# encapsulation frame-relay MFR2Router(config)# frame-relay multilink lid GAN_BUNDLE_TWO_LINK_3Router(config)# exitAdditional References
The following sections provide references related to the RFC 3020 Multilink Frame Relay MIB Support feature.
Related Documents
Related Topic Document TitleInformation about configuring multilink Frame Relay using Cisco IOS software
"Multilink Frame Relay (FRF.16)" chapter in the Cisco IOS Wide-Area Networking Configuration Guide, Release 12.4T
Standards
Standard TitleNo new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
—
MIBs
MIB MIBs LinkFR-MFR-MIB
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
RFCs
RFC TitleRFC 3020
Definitions of Managed Objects for Monitoring and Controlling the UNI/NNI Multilink Frame Relay Function
Technical Assistance
Command Reference
The following commands are introduced or modified in the feature or features documented in this module. For information about these commands, see the Cisco IOS Wide-Area Networking Command Reference at http://www.cisco.com/en/US/docs/ios/wan/command/reference/wan_book.html. For information about all Cisco IOS commands, go to the Command Lookup Tool at http://tools.cisco.com/Support/CLILookup or a Cisco IOS master commands list.
•
snmp-server enable traps frame-relay multilink bundle-mismatch
Feature Information for RFC 3020 Multilink Frame Relay MIB Support
Table 2 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 2 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Table 2 Feature Information for RFC 3020 Multilink Frame Relay MIB Support
Feature Name Releases Feature InformationRFC 3020 Multilink Frame Relay MIB Support
12.4(9)T
12.2(33)SRB
12.2(33)SBThe RFC 3020 Multilink Frame Relay MIB Support feature introduces MIB functionality to manage and monitor multilink Frame Relay interfaces via the use of MIB tables.
The following sections provide information about this feature:
•
RFC 3020 Multilink Frame Relay MIB
•
Enabling the Multilink Frame Relay Bundle-Mismatch Trap
The following command was introduced or modified: snmp-server enable traps frame-relay multilink bundle-mismatch.
CCDE, CCENT, CCSI, Cisco Eos, Cisco HealthPresence, Cisco IronPort, the Cisco logo, Cisco Nurse Connect, Cisco Pulse, Cisco SensorBase, Cisco StackPower, Cisco StadiumVision, Cisco TelePresence, Cisco Unified Computing System, Cisco WebEx, DCE, Flip Channels, Flip for Good, Flip Mino, Flipshare (Design), Flip Ultra, Flip Video, Flip Video (Design), Instant Broadband, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn, Cisco Capital, Cisco Capital (Design), Cisco:Financed (Stylized), Cisco Store, Flip Gift Card, and One Million Acts of Green are service marks; and Access Registrar, Aironet, AllTouch, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Lumin, Cisco Nexus, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, Continuum, EtherFast, EtherSwitch, Event Center, Explorer, Follow Me Browsing, GainMaker, iLYNX, IOS, iPhone, IronPort, the IronPort logo, Laser Link, LightStream, Linksys, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, PCNow, PIX, PowerKEY, PowerPanels, PowerTV, PowerTV (Design), PowerVu, Prisma, ProConnect, ROSA, SenderBase, SMARTnet, Spectrum Expert, StackWise, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0910R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2006-2008 Cisco Systems, Inc. All rights reserved.
