Actions

Npp tools: Difference between revisions

(Created new page)
 
No edit summary
Line 3: Line 3:
__NOTOC__
__NOTOC__


=General=
=Explanation=
'''Page Display Title'''
Notepad++ is a powerful text editor that implements some basic tagging and formatting that gives it some limited IDE Functionality. It is equipped with many languages by default and can format their text automatically based on the file extension. It also allows you to create your own User Defined Languages (UDLs) to format other filetypes in a custom manner. This page includes two UDLs for viewing MIB files in NotePad++, both UDLs are identical in function but one has the colors modified for better viewing for those who prefer Notepad++'s 'darkmode' view.
It is recommended that <pre>{{DISPLAYTITLE:<title name>}}</pre> is inserted at the start of every article. This will enable you to define a display title that may differ from the url of the article. This will also improve on searches when the title of the page is entered as search criteria.


=Header Tabs=
=Installation=
[[Image:TbWikiStyle1.png]]
* For installation open your UserDefinedLanguage folder, generally found at: <pre>.\AppData\Roaming\Notepad++\userDefineLangs</pre>
To create a page with tabbed content, do the following:


* Or find it via the NotePad++ drop down menu under: <pre>Languages -> User Defined Languages -> Open User Defined Language Folder</pre>


* At the top of a page, enter <pre>__NOTOC__</pre>
* Copy the Text in the adjacent tabs 'Standard MIB UDL' for Lightmode users, and 'Darkmode MIB UDL' for Darkmode users.
* For every tab header, use one equal sign before and after the header name. Then enter your content. '''Do not use <pre>==</pre> or <pre>===</pre> for lower level headers.'''
* To make tabbed headers work, at the end of the article enter <pre><headertabs/></pre>
* If you want to return the user to a tab on another page, and have a specific tab highlighted, enter
<pre>{{#switchtablink:<tab name>|<Link text>|<Page Name}}</pre>
as in
<pre>{{#switchtablink:System|Return to Web Portal 3.1 Home Page|Sbc_Tutorial_Guide_v3.1}}</pre>


* Save the copied text in a new file named 'userDefineLang-MIB.xml'


* Restart your Notepad++ Application
* Open the desired file and apply the language through the same menu. <pre>Languages -> MIB/MIB (Dark Mode)</pre>
For more information please reference: [https://npp-user-manual.org/docs/user-defined-language-system/ Notepad++ User Manual on UDLs]
=Standard MIB UDL=
<pre>
<NotepadPlus>
    <UserLang name="MIB" ext="mib my" udlVersion="2.1">
        <Settings>
            <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
            <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
        </Settings>
        <KeywordLists>
            <Keywords name="Comments">00-- 01 02 03-- 04</Keywords>
            <Keywords name="Numbers, prefix1"></Keywords>
            <Keywords name="Numbers, prefix2">0x</Keywords>
            <Keywords name="Numbers, extras1">A B C D E F a b c d e f</Keywords>
            <Keywords name="Numbers, extras2"></Keywords>
            <Keywords name="Numbers, suffix1"></Keywords>
            <Keywords name="Numbers, suffix2"></Keywords>
            <Keywords name="Numbers, range">..</Keywords>
            <Keywords name="Operators1">, ;&nbsp; ::= ( ) { } |</Keywords>
            <Keywords name="Operators2"></Keywords>
            <Keywords name="Folders in code1, open"></Keywords>
            <Keywords name="Folders in code1, middle"></Keywords>
            <Keywords name="Folders in code1, close"></Keywords>
            <Keywords name="Folders in code2, open"></Keywords>
            <Keywords name="Folders in code2, middle"></Keywords>
            <Keywords name="Folders in code2, close"></Keywords>
            <Keywords name="Folders in comment, open"></Keywords>
            <Keywords name="Folders in comment, middle"></Keywords>
            <Keywords name="Folders in comment, close"></Keywords>
            <Keywords name="Keywords1">&quot;&nbsp;OBJECT IDENTIFIER&quot;&nbsp;&#x000D;&nbsp;&#x000A;&nbsp;&quot;&nbsp;TYPE NOTATION&quot;&nbsp;&#x000D;&nbsp;&#x000A;&nbsp;&quot;&nbsp;VALUE NOTATION&quot;&nbsp;&#x000D;&nbsp;&#x000A;&nbsp;AGENT-CAPABILITIES&#x000D;&nbsp;&#x000A;&nbsp;MACRO&#x000D;&nbsp;&#x000A;&nbsp;MODULE-COMPLIANCE&#x000D;&nbsp;&#x000A;&nbsp;MODULE-IDENTITY&#x000D;&nbsp;&#x000A;&nbsp;NOTATION&#x000D;&nbsp;&#x000A;&nbsp;NOTIFICATION-GROUP&#x000D;&nbsp;&#x000A;&nbsp;NOTIFICATION-TYPE&#x000D;&nbsp;&#x000A;&nbsp;OBJECT-GROUP&#x000D;&nbsp;&#x000A;&nbsp;OBJECT-IDENTITY&#x000D;&nbsp;&#x000A;&nbsp;OBJECT-TYPE&#x000D;&nbsp;&#x000A;&nbsp;TEXTUAL-CONVENTION&#x000D;&nbsp;&#x000A;&nbsp;TRAP-TYPE&#x000D;&nbsp;&#x000A;&nbsp;</Keywords>
            <Keywords name="Keywords2">accessible-for-notify&#x000D;&nbsp;&#x000A;&nbsp;not-accessible&#x000D;&nbsp;&#x000A;&nbsp;not-implemented&#x000D;&nbsp;&#x000A;&nbsp;read-create&#x000D;&nbsp;&#x000A;&nbsp;read-only&#x000D;&nbsp;&#x000A;&nbsp;read-write&#x000D;&nbsp;&#x000A;&nbsp;write-only&#x000D;&nbsp;&#x000A;&nbsp;</Keywords>
            <Keywords name="Keywords3">&quot;&nbsp;OCTET STRING&quot;&nbsp;&#x000D;&nbsp;&#x000A;&nbsp;ApplicationSyntax&#x000D;&nbsp;&#x000A;&nbsp;at&#x000D;&nbsp;&#x000A;&nbsp;AutonomousType&#x000D;&nbsp;&#x000A;&nbsp;begemot&#x000D;&nbsp;&#x000A;&nbsp;BIT&#x000D;&nbsp;&#x000A;&nbsp;BITS&#x000D;&nbsp;&#x000A;&nbsp;BridgeId&#x000D;&nbsp;&#x000A;&nbsp;cisco&#x000D;&nbsp;&#x000A;&nbsp;CiscoAbsZeroBasedCounter32&#x000D;&nbsp;&#x000A;&nbsp;CiscoIpProtocol&#x000D;&nbsp;&#x000A;&nbsp;ciscoMgmt&#x000D;&nbsp;&#x000A;&nbsp;CiscoNetworkAddress&#x000D;&nbsp;&#x000A;&nbsp;CiscoNetworkProtocol&#x000D;&nbsp;&#x000A;&nbsp;CiscoPort&#x000D;&nbsp;&#x000A;&nbsp;CiscoSnapShotAbsCounter32&#x000D;&nbsp;&#x000A;&nbsp;Counter&#x000D;&nbsp;&#x000A;&nbsp;Counter32&#x000D;&nbsp;&#x000A;&nbsp;Counter64&#x000D;&nbsp;&#x000A;&nbsp;CounterBasedGauge64&#x000D;&nbsp;&#x000A;&nbsp;CountryCode&#x000D;&nbsp;&#x000A;&nbsp;DateAndTime&#x000D;&nbsp;&#x000A;&nbsp;directory&#x000D;&nbsp;&#x000A;&nbsp;DisplayString&#x000D;&nbsp;&#x000A;&nbsp;dlink&#x000D;&nbsp;&#x000A;&nbsp;dns&#x000D;&nbsp;&#x000A;&nbsp;DnsName&#x000D;&nbsp;&#x000A;&nbsp;DnsType&#x000D;&nbsp;&#x000A;&nbsp;dod&#x000D;&nbsp;&#x000A;&nbsp;dot1dBasePort&#x000D;&nbsp;&#x000A;&nbsp;egp&#x000D;&nbsp;&#x000A;&nbsp;EnabledStatus&#x000D;&nbsp;&#x000A;&nbsp;enterprises&#x000D;&nbsp;&#x000A;&nbsp;experimental&#x000D;&nbsp;&#x000A;&nbsp;Float&#x000D;&nbsp;&#x000A;&nbsp;freeBSD&#x000D;&nbsp;&#x000A;&nbsp;Gauge&#x000D;&nbsp;&#x000A;&nbsp;Gauge32&#x000D;&nbsp;&#x000A;&nbsp;Gauge64&#x000D;&nbsp;&#x000A;&nbsp;host&#x000D;&nbsp;&#x000A;&nbsp;hrDevice&#x000D;&nbsp;&#x000A;&nbsp;hrDeviceTypes&#x000D;&nbsp;&#x000A;&nbsp;hrFSTypes&#x000D;&nbsp;&#x000A;&nbsp;hrStorage&#x000D;&nbsp;&#x000A;&nbsp;hrStorageTypes&#x000D;&nbsp;&#x000A;&nbsp;hrSystem&#x000D;&nbsp;&#x000A;&nbsp;hrSystemUptime&#x000D;&nbsp;&#x000A;&nbsp;ianaifType&#x000D;&nbsp;&#x000A;&nbsp;IANAipRouteProtocol&#x000D;&nbsp;&#x000A;&nbsp;IANAtunnelType&#x000D;&nbsp;&#x000A;&nbsp;icmp&#x000D;&nbsp;&#x000A;&nbsp;ifMIB&#x000D;&nbsp;&#x000A;&nbsp;InetAddress&#x000D;&nbsp;&#x000A;&nbsp;InetAddressDNS&#x000D;&nbsp;&#x000A;&nbsp;InetAddressIPv4&#x000D;&nbsp;&#x000A;&nbsp;InetAddressIPv4z&#x000D;&nbsp;&#x000A;&nbsp;InetAddressIPv6&#x000D;&nbsp;&#x000A;&nbsp;InetAddressIPv6z&#x000D;&nbsp;&#x000A;&nbsp;InetAddressPrefixLength&#x000D;&nbsp;&#x000A;&nbsp;InetAddressType&#x000D;&nbsp;&#x000A;&nbsp;InetAutonomousSystemNumber&#x000D;&nbsp;&#x000A;&nbsp;InetPortNumber&#x000D;&nbsp;&#x000A;&nbsp;InetVersion&#x000D;&nbsp;&#x000A;&nbsp;InetZoneIndex&#x000D;&nbsp;&#x000A;&nbsp;InstancePointer&#x000D;&nbsp;&#x000A;&nbsp;INTEGER&#x000D;&nbsp;&#x000A;&nbsp;Integer32&#x000D;&nbsp;&#x000A;&nbsp;Integer64&#x000D;&nbsp;&#x000A;&nbsp;intel&#x000D;&nbsp;&#x000A;&nbsp;intellan&#x000D;&nbsp;&#x000A;&nbsp;InterfaceIndex&#x000D;&nbsp;&#x000A;&nbsp;InterfaceIndexOrZero&#x000D;&nbsp;&#x000A;&nbsp;interfaces&#x000D;&nbsp;&#x000A;&nbsp;internet&#x000D;&nbsp;&#x000A;&nbsp;ip&#x000D;&nbsp;&#x000A;&nbsp;IpAddress&#x000D;&nbsp;&#x000A;&nbsp;Ipv6Address&#x000D;&nbsp;&#x000A;&nbsp;Ipv6AddressIfIdentifier&#x000D;&nbsp;&#x000A;&nbsp;Ipv6AddressPrefix&#x000D;&nbsp;&#x000A;&nbsp;IPv6FlowLabel&#x000D;&nbsp;&#x000A;&nbsp;IPv6FlowLabelOrAny&#x000D;&nbsp;&#x000A;&nbsp;ipv6IfEntry&#x000D;&nbsp;&#x000A;&nbsp;Ipv6IfIndex&#x000D;&nbsp;&#x000A;&nbsp;Ipv6IfIndexOrZero&#x000D;&nbsp;&#x000A;&nbsp;iso&#x000D;&nbsp;&#x000A;&nbsp;KBytes&#x000D;&nbsp;&#x000A;&nbsp;MacAddress&#x000D;&nbsp;&#x000A;&nbsp;mgmt&#x000D;&nbsp;&#x000A;&nbsp;mib-2&#x000D;&nbsp;&#x000A;&nbsp;NetNumber&#x000D;&nbsp;&#x000A;&nbsp;netSnmp&#x000D;&nbsp;&#x000A;&nbsp;netSnmpAgentOIDs&#x000D;&nbsp;&#x000A;&nbsp;netSnmpDomains&#x000D;&nbsp;&#x000A;&nbsp;netSnmpEnumerations&#x000D;&nbsp;&#x000A;&nbsp;netSnmpExamples&#x000D;&nbsp;&#x000A;&nbsp;netSnmpExperimental&#x000D;&nbsp;&#x000A;&nbsp;netSnmpGroups&#x000D;&nbsp;&#x000A;&nbsp;netSnmpModuleIDs&#x000D;&nbsp;&#x000A;&nbsp;netSnmpNotifications&#x000D;&nbsp;&#x000A;&nbsp;netSnmpObjects&#x000D;&nbsp;&#x000A;&nbsp;NetworkAddress&#x000D;&nbsp;&#x000A;&nbsp;NotificationName&#x000D;&nbsp;&#x000A;&nbsp;nsExtendGroups&#x000D;&nbsp;&#x000A;&nbsp;nsExtendObjects&#x000D;&nbsp;&#x000A;&nbsp;ObjectName&#x000D;&nbsp;&#x000A;&nbsp;ObjectSyntax&#x000D;&nbsp;&#x000A;&nbsp;OCTET&#x000D;&nbsp;&#x000A;&nbsp;Opaque&#x000D;&nbsp;&#x000A;&nbsp;org&#x000D;&nbsp;&#x000A;&nbsp;OwnerString&#x000D;&nbsp;&#x000A;&nbsp;Percents&#x000D;&nbsp;&#x000A;&nbsp;Percent&#x000D;&nbsp;&#x000A;&nbsp;PhysAddress&#x000D;&nbsp;&#x000A;&nbsp;PortList&#x000D;&nbsp;&#x000A;&nbsp;private&#x000D;&nbsp;&#x000A;&nbsp;rmon&#x000D;&nbsp;&#x000A;&nbsp;RmonGauge64&#x000D;&nbsp;&#x000A;&nbsp;RowPointer&#x000D;&nbsp;&#x000A;&nbsp;RowStatus&#x000D;&nbsp;&#x000A;&nbsp;security&#x000D;&nbsp;&#x000A;&nbsp;SimpleSyntax&#x000D;&nbsp;&#x000A;&nbsp;snmp&#x000D;&nbsp;&#x000A;&nbsp;SnmpAdminString&#x000D;&nbsp;&#x000A;&nbsp;snmpAuthProtocols&#x000D;&nbsp;&#x000A;&nbsp;snmpDomains&#x000D;&nbsp;&#x000A;&nbsp;snmpEngineID&#x000D;&nbsp;&#x000A;&nbsp;snmpEngineTime&#x000D;&nbsp;&#x000A;&nbsp;snmpMIBObjects&#x000D;&nbsp;&#x000A;&nbsp;snmpModules&#x000D;&nbsp;&#x000A;&nbsp;snmpPrivProtocols&#x000D;&nbsp;&#x000A;&nbsp;snmpProxys&#x000D;&nbsp;&#x000A;&nbsp;SnmpSecurityLevel&#x000D;&nbsp;&#x000A;&nbsp;SnmpSecurityModel&#x000D;&nbsp;&#x000A;&nbsp;SnmpTagValue&#x000D;&nbsp;&#x000A;&nbsp;snmpTraps&#x000D;&nbsp;&#x000A;&nbsp;snmpV2&#x000D;&nbsp;&#x000A;&nbsp;StorageType&#x000D;&nbsp;&#x000A;&nbsp;STRING&#x000D;&nbsp;&#x000A;&nbsp;switch001&#x000D;&nbsp;&#x000A;&nbsp;synology&#x000D;&nbsp;&#x000A;&nbsp;system&#x000D;&nbsp;&#x000A;&nbsp;sysUpTime&#x000D;&nbsp;&#x000A;&nbsp;TAddress&#x000D;&nbsp;&#x000A;&nbsp;tcp&#x000D;&nbsp;&#x000A;&nbsp;TDomain&#x000D;&nbsp;&#x000A;&nbsp;TestAndIncr&#x000D;&nbsp;&#x000A;&nbsp;TimeInterval&#x000D;&nbsp;&#x000A;&nbsp;Timeout&#x000D;&nbsp;&#x000A;&nbsp;TimeStamp&#x000D;&nbsp;&#x000A;&nbsp;TimeTicks&#x000D;&nbsp;&#x000A;&nbsp;transmission&#x000D;&nbsp;&#x000A;&nbsp;TruthValue&#x000D;&nbsp;&#x000A;&nbsp;ucdavis&#x000D;&nbsp;&#x000A;&nbsp;UCDErrorFix&#x000D;&nbsp;&#x000A;&nbsp;UCDErrorFlag&#x000D;&nbsp;&#x000A;&nbsp;ucdExperimental&#x000D;&nbsp;&#x000A;&nbsp;ucdInternal&#x000D;&nbsp;&#x000A;&nbsp;udp&#x000D;&nbsp;&#x000A;&nbsp;Unsigned32&#x000D;&nbsp;&#x000A;&nbsp;Unsigned64&#x000D;&nbsp;&#x000A;&nbsp;URLString&#x000D;&nbsp;&#x000A;&nbsp;VariablePointer&#x000D;&nbsp;&#x000A;&nbsp;VlanId&#x000D;&nbsp;&#x000A;&nbsp;VlanIndex&#x000D;&nbsp;&#x000A;&nbsp;VlanPriority&#x000D;&nbsp;&#x000A;&nbsp;VlanType&#x000D;&nbsp;&#x000A;&nbsp;ZeroBasedCounter32&#x000D;&nbsp;&#x000A;&nbsp;ZeroBasedCounter64&#x000D;&nbsp;&#x000A;&nbsp;zeroDotZero&#x000D;&nbsp;&#x000A;&nbsp;</Keywords>
            <Keywords name="Keywords4">current&#x000D;&nbsp;&#x000A;&nbsp;deprecated&#x000D;&nbsp;&#x000A;&nbsp;mandatory&#x000D;&nbsp;&#x000A;&nbsp;obsolete&#x000D;&nbsp;&#x000A;&nbsp;optional&#x000D;&nbsp;&#x000A;&nbsp;</Keywords>
            <Keywords name="Keywords5">&quot;&nbsp;SEQUENCE OF&quot;&nbsp;&#x000D;&nbsp;&#x000A;&nbsp;ACCESS&#x000D;&nbsp;&#x000A;&nbsp;BEGIN&#x000D;&nbsp;&#x000A;&nbsp;CHOICE&#x000D;&nbsp;&#x000A;&nbsp;CONTACT-INFO&#x000D;&nbsp;&#x000A;&nbsp;CREATION-REQUIRES &#x000D;&nbsp;&#x000A;&nbsp;DEFINITIONS&#x000D;&nbsp;&#x000A;&nbsp;DEFVAL &#x000D;&nbsp;&#x000A;&nbsp;DESCRIPTION&#x000D;&nbsp;&#x000A;&nbsp;DISPLAY-HINT&#x000D;&nbsp;&#x000A;&nbsp;END&#x000D;&nbsp;&#x000A;&nbsp;ENTERPRISE&#x000D;&nbsp;&#x000A;&nbsp;EXPORTS&#x000D;&nbsp;&#x000A;&nbsp;FROM&#x000D;&nbsp;&#x000A;&nbsp;GROUP &#x000D;&nbsp;&#x000A;&nbsp;IMPLICIT&#x000D;&nbsp;&#x000A;&nbsp;IMPORTS&#x000D;&nbsp;&#x000A;&nbsp;INCLUDES&#x000D;&nbsp;&#x000A;&nbsp;INDEX&#x000D;&nbsp;&#x000A;&nbsp;LAST-UPDATED&#x000D;&nbsp;&#x000A;&nbsp;MANDATORY-GROUPS &#x000D;&nbsp;&#x000A;&nbsp;MAX&#x000D;&nbsp;&#x000A;&nbsp;MAX-ACCESS&#x000D;&nbsp;&#x000A;&nbsp;MIN&#x000D;&nbsp;&#x000A;&nbsp;MIN-ACCESS &#x000D;&nbsp;&#x000A;&nbsp;MODULE &#x000D;&nbsp;&#x000A;&nbsp;NOTIFICATIONS&#x000D;&nbsp;&#x000A;&nbsp;OBJECT&#x000D;&nbsp;&#x000A;&nbsp;OBJECTS&#x000D;&nbsp;&#x000A;&nbsp;OF&#x000D;&nbsp;&#x000A;&nbsp;ORGANIZATION&#x000D;&nbsp;&#x000A;&nbsp;PRODUCT-RELEASE&#x000D;&nbsp;&#x000A;&nbsp;REFERENCE&#x000D;&nbsp;&#x000A;&nbsp;REVISION&#x000D;&nbsp;&#x000A;&nbsp;SEQUENCE&#x000D;&nbsp;&#x000A;&nbsp;SIZE&#x000D;&nbsp;&#x000A;&nbsp;STATUS &#x000D;&nbsp;&#x000A;&nbsp;SUPPORTS &#x000D;&nbsp;&#x000A;&nbsp;SYNTAX &#x000D;&nbsp;&#x000A;&nbsp;UNITS&#x000D;&nbsp;&#x000A;&nbsp;VARIABLES&#x000D;&nbsp;&#x000A;&nbsp;VARIATION &#x000D;&nbsp;&#x000A;&nbsp;WRITE-SYNTAX &#x000D;&nbsp;&#x000A;&nbsp;</Keywords>
            <Keywords name="Keywords6"></Keywords>
            <Keywords name="Keywords7"></Keywords>
            <Keywords name="Keywords8">ATM-MIB&#x000D;&nbsp;&#x000A;&nbsp;ATM-TC-MIB&#x000D;&nbsp;&#x000A;&nbsp;ATM2-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-ATM-FREEBSD-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-ATM-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-BRIDGE-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-HAST-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-HOSTRES-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-IP-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-MIB2-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-NETGRAPH-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-PF-MIB&#x000D;&nbsp;&#x000A;&nbsp;BEGEMOT-WIRELESS-MIB&#x000D;&nbsp;&#x000A;&nbsp;BRIDGE-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCO-CDP-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCO-SMI&#x000D;&nbsp;&#x000A;&nbsp;CISCO-TC&#x000D;&nbsp;&#x000A;&nbsp;CISCO-VTP-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-1-BONJOUR-SERVICE-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-AAA&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-BANNER-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-BONJOUR-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-BRGMACSWITCH-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-BRIDGE-SECURITY&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-BRIDGEMIBOBJECTS-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-CDP-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-CLI-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-COPY-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-CPU-COUNTERS-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DEBUGCAPABILITIES-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DEVICEPARAMS-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DHCP-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DHCPCL-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DHCPv6&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DHCPv6-CLIENT&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DHCPv6-RELAY&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DNSCL-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-DOT1X-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-ENDOFMIB-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-EVENTS-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-GVRP-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-IP&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-JUMBOFRAMES-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-MIR-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-MULTISESSIONTERMINAL-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-SECSD-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-SMARTPORTS-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-SMON-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-STORMCTRL-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-TELNET-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-TRACEROUTE-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-TRAPS-MIB&#x000D;&nbsp;&#x000A;&nbsp;CISCOSB-TRUNK-MIB&#x000D;&nbsp;&#x000A;&nbsp;DISMAN-PING-MIB&#x000D;&nbsp;&#x000A;&nbsp;DNS-RESOLVER-MIB&#x000D;&nbsp;&#x000A;&nbsp;DNS-SERVER-MIB&#x000D;&nbsp;&#x000A;&nbsp;EtherLike-MIB&#x000D;&nbsp;&#x000A;&nbsp;FOKUS-MIB&#x000D;&nbsp;&#x000A;&nbsp;FRAME-RELAY-DTE-MIB&#x000D;&nbsp;&#x000A;&nbsp;FREEBSD-MIB&#x000D;&nbsp;&#x000A;&nbsp;HC-RMON-MIB&#x000D;&nbsp;&#x000A;&nbsp;HOST-RESOURCES-MIB&#x000D;&nbsp;&#x000A;&nbsp;HOST-RESOURCES-TYPES&#x000D;&nbsp;&#x000A;&nbsp;IANA-RTPROTO-MIB&#x000D;&nbsp;&#x000A;&nbsp;IANAifType-MIB&#x000D;&nbsp;&#x000A;&nbsp;IEEE8021-PAE-MIB&#x000D;&nbsp;&#x000A;&nbsp;IEEE8023-LAG-MIB&#x000D;&nbsp;&#x000A;&nbsp;IF-INVERTED-STACK-MIB&#x000D;&nbsp;&#x000A;&nbsp;IF-MIB&#x000D;&nbsp;&#x000A;&nbsp;INET-ADDRESS-MIB&#x000D;&nbsp;&#x000A;&nbsp;INTEL-DCB-MIB&#x000D;&nbsp;&#x000A;&nbsp;INTEL-LAN-ADAPTERS-MIB&#x000D;&nbsp;&#x000A;&nbsp;IP-FORWARD-MIB&#x000D;&nbsp;&#x000A;&nbsp;IP-MIB&#x000D;&nbsp;&#x000A;&nbsp;IPV6-FLOW-LABEL-MIB&#x000D;&nbsp;&#x000A;&nbsp;IPV6-ICMP-MIB&#x000D;&nbsp;&#x000A;&nbsp;IPV6-MIB&#x000D;&nbsp;&#x000A;&nbsp;IPV6-TC&#x000D;&nbsp;&#x000A;&nbsp;IPV6-TCP-MIB&#x000D;&nbsp;&#x000A;&nbsp;IPV6-UDP-MIB&#x000D;&nbsp;&#x000A;&nbsp;LLDP-EXT-DOT1-MIB&#x000D;&nbsp;&#x000A;&nbsp;LLDP-EXT-MED-MIB&#x000D;&nbsp;&#x000A;&nbsp;LLDP-MIB&#x000D;&nbsp;&#x000A;&nbsp;LM-SENSORS-MIB&#x000D;&nbsp;&#x000A;&nbsp;MTA-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-AGENT-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-EXAMPLES-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-EXTEND-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-MONITOR-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-PASS-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-SYSTEM-MIB&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-TC&#x000D;&nbsp;&#x000A;&nbsp;NET-SNMP-VACM-MIB&#x000D;&nbsp;&#x000A;&nbsp;NETWORK-SERVICES-MIB&#x000D;&nbsp;&#x000A;&nbsp;NOTIFICATION-LOG-MIB&#x000D;&nbsp;&#x000A;&nbsp;OLD-RFC1213-SUPPL-MIB&#x000D;&nbsp;&#x000A;&nbsp;P-BRIDGE-MIB&#x000D;&nbsp;&#x000A;&nbsp;PerfHist-TC-MIB&#x000D;&nbsp;&#x000A;&nbsp;PowerNet-MIB&#x000D;&nbsp;&#x000A;&nbsp;Q-BRIDGE-MIB&#x000D;&nbsp;&#x000A;&nbsp;RFC-1212&#x000D;&nbsp;&#x000A;&nbsp;RFC-1215&#x000D;&nbsp;&#x000A;&nbsp;RFC1155-SMI&#x000D;&nbsp;&#x000A;&nbsp;RFC1213-MIB&#x000D;&nbsp;&#x000A;&nbsp;RFC1215&#x000D;&nbsp;&#x000A;&nbsp;RFC1215-TRAP&#x000D;&nbsp;&#x000A;&nbsp;RIPv2-MIB&#x000D;&nbsp;&#x000A;&nbsp;RMON-MIB&#x000D;&nbsp;&#x000A;&nbsp;RMON2-MIB&#x000D;&nbsp;&#x000A;&nbsp;SCTP-MIB&#x000D;&nbsp;&#x000A;&nbsp;SMON-MIB&#x000D;&nbsp;&#x000A;&nbsp;SMUX-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-COMMUNITY-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-FRAMEWORK-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-MPD-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-NOTIFICATION-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-PROXY-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-TARGET-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-TLS-TM-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-TSM-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-USER-BASED-SM-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-USM-AES-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-USM-DH-OBJECTS-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMP-VIEW-BASED-ACM-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMPv2-CONF&#x000D;&nbsp;&#x000A;&nbsp;SNMPv2-MIB&#x000D;&nbsp;&#x000A;&nbsp;SNMPv2-SMI&#x000D;&nbsp;&#x000A;&nbsp;SNMPv2-TC&#x000D;&nbsp;&#x000A;&nbsp;SNMPv2-TM&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-DISK-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-EBOX-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-FLASHCACHE-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-ISCSILUN-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-RAID-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-SERVICES-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-SHA-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-SMART-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-SPACEIO-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-STORAGEIO-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-SYSTEM-MIB&#x000D;&nbsp;&#x000A;&nbsp;SYNOLOGY-UPS-MIB&#x000D;&nbsp;&#x000A;&nbsp;TCP-MIB&#x000D;&nbsp;&#x000A;&nbsp;TOKEN-RING-RMON-MIB&#x000D;&nbsp;&#x000A;&nbsp;TRANSPORT-ADDRESS-MIB&#x000D;&nbsp;&#x000A;&nbsp;TUNNEL-MIB&#x000D;&nbsp;&#x000A;&nbsp;UCD-DEMO-MIB&#x000D;&nbsp;&#x000A;&nbsp;UCD-DISKIO-MIB&#x000D;&nbsp;&#x000A;&nbsp;UCD-DLMOD-MIB&#x000D;&nbsp;&#x000A;&nbsp;UCD-IPFILTER-MIB&#x000D;&nbsp;&#x000A;&nbsp;UCD-IPFWACC-MIB&#x000D;&nbsp;&#x000A;&nbsp;UCD-SNMP-MIB&#x000D;&nbsp;&#x000A;&nbsp;UCD-SNMP-MIB-OLD&#x000D;&nbsp;&#x000A;&nbsp;UDP-MIB&#x000D;&nbsp;&#x000A;&nbsp;</Keywords>
<Keywords name="Delimiters">00&quot;&nbsp; 01 02&quot;&nbsp; 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
</KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="COMMENTS" fgColor="408080" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="LINE COMMENTS" fgColor="408080" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="NUMBERS" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS2" fgColor="8080FF" bgColor="FFFFFF" fontName="" fontStyle="3" nesting="0" />
            <WordsStyle name="KEYWORDS3" fgColor="808040" bgColor="FFFFFF" fontName="" fontStyle="5" nesting="0" />
            <WordsStyle name="KEYWORDS4" fgColor="008080" bgColor="FFFFFF" fontName="" fontStyle="3" nesting="0" />
            <WordsStyle name="KEYWORDS5" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS8" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="OPERATORS" fgColor="8080C0" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="FOLDER IN CODE1" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="DELIMITERS1" fgColor="400000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="1" />
            <WordsStyle name="DELIMITERS2" fgColor="408080" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="117702400" />
            <WordsStyle name="DELIMITERS3" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
        </Styles>
    </UserLang>
</NotepadPlus>
</pre>
=Darkmode MIB UDL=


[[Toolpack:Tsbc_System_Settings_3.1|Use this page as an example of Tabbed Headers]]
[[Toolpack:Tsbc_System_Settings_3.1|Use this page as an example of Tabbed Headers]]


<headertabs/>
<headertabs/>

Revision as of 00:57, 6 May 2022



[edit]

Notepad++ is a powerful text editor that implements some basic tagging and formatting that gives it some limited IDE Functionality. It is equipped with many languages by default and can format their text automatically based on the file extension. It also allows you to create your own User Defined Languages (UDLs) to format other filetypes in a custom manner. This page includes two UDLs for viewing MIB files in NotePad++, both UDLs are identical in function but one has the colors modified for better viewing for those who prefer Notepad++'s 'darkmode' view.

[edit]
  • For installation open your UserDefinedLanguage folder, generally found at:
    .\AppData\Roaming\Notepad++\userDefineLangs
  • Or find it via the NotePad++ drop down menu under:
    Languages -> User Defined Languages -> Open User Defined Language Folder
  • Copy the Text in the adjacent tabs 'Standard MIB UDL' for Lightmode users, and 'Darkmode MIB UDL' for Darkmode users.
  • Save the copied text in a new file named 'userDefineLang-MIB.xml'
  • Restart your Notepad++ Application
  • Open the desired file and apply the language through the same menu.
    Languages -> MIB/MIB (Dark Mode)

For more information please reference: Notepad++ User Manual on UDLs


[edit]
<NotepadPlus>
    <UserLang name="MIB" ext="mib my" udlVersion="2.1">
        <Settings>
            <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
            <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
        </Settings>
        <KeywordLists>
            <Keywords name="Comments">00-- 01 02 03-- 04</Keywords>
            <Keywords name="Numbers, prefix1"></Keywords>
            <Keywords name="Numbers, prefix2">0x</Keywords>
            <Keywords name="Numbers, extras1">A B C D E F a b c d e f</Keywords>
            <Keywords name="Numbers, extras2"></Keywords>
            <Keywords name="Numbers, suffix1"></Keywords>
            <Keywords name="Numbers, suffix2"></Keywords>
            <Keywords name="Numbers, range">..</Keywords>
            <Keywords name="Operators1">, ;  ::= ( ) { } |</Keywords>
            <Keywords name="Operators2"></Keywords>
            <Keywords name="Folders in code1, open"></Keywords>
            <Keywords name="Folders in code1, middle"></Keywords>
            <Keywords name="Folders in code1, close"></Keywords>
            <Keywords name="Folders in code2, open"></Keywords>
            <Keywords name="Folders in code2, middle"></Keywords>
            <Keywords name="Folders in code2, close"></Keywords>
            <Keywords name="Folders in comment, open"></Keywords>
            <Keywords name="Folders in comment, middle"></Keywords>
            <Keywords name="Folders in comment, close"></Keywords>
            <Keywords name="Keywords1">" OBJECT IDENTIFIER" &#x000D; 
 " TYPE NOTATION" &#x000D; 
 " VALUE NOTATION" &#x000D; 
 AGENT-CAPABILITIES&#x000D; 
 MACRO&#x000D; 
 MODULE-COMPLIANCE&#x000D; 
 MODULE-IDENTITY&#x000D; 
 NOTATION&#x000D; 
 NOTIFICATION-GROUP&#x000D; 
 NOTIFICATION-TYPE&#x000D; 
 OBJECT-GROUP&#x000D; 
 OBJECT-IDENTITY&#x000D; 
 OBJECT-TYPE&#x000D; 
 TEXTUAL-CONVENTION&#x000D; 
 TRAP-TYPE&#x000D; 
 </Keywords>
            <Keywords name="Keywords2">accessible-for-notify&#x000D; 
 not-accessible&#x000D; 
 not-implemented&#x000D; 
 read-create&#x000D; 
 read-only&#x000D; 
 read-write&#x000D; 
 write-only&#x000D; 
 </Keywords>
            <Keywords name="Keywords3">" OCTET STRING" &#x000D; 
 ApplicationSyntax&#x000D; 
 at&#x000D; 
 AutonomousType&#x000D; 
 begemot&#x000D; 
 BIT&#x000D; 
 BITS&#x000D; 
 BridgeId&#x000D; 
 cisco&#x000D; 
 CiscoAbsZeroBasedCounter32&#x000D; 
 CiscoIpProtocol&#x000D; 
 ciscoMgmt&#x000D; 
 CiscoNetworkAddress&#x000D; 
 CiscoNetworkProtocol&#x000D; 
 CiscoPort&#x000D; 
 CiscoSnapShotAbsCounter32&#x000D; 
 Counter&#x000D; 
 Counter32&#x000D; 
 Counter64&#x000D; 
 CounterBasedGauge64&#x000D; 
 CountryCode&#x000D; 
 DateAndTime&#x000D; 
 directory&#x000D; 
 DisplayString&#x000D; 
 dlink&#x000D; 
 dns&#x000D; 
 DnsName&#x000D; 
 DnsType&#x000D; 
 dod&#x000D; 
 dot1dBasePort&#x000D; 
 egp&#x000D; 
 EnabledStatus&#x000D; 
 enterprises&#x000D; 
 experimental&#x000D; 
 Float&#x000D; 
 freeBSD&#x000D; 
 Gauge&#x000D; 
 Gauge32&#x000D; 
 Gauge64&#x000D; 
 host&#x000D; 
 hrDevice&#x000D; 
 hrDeviceTypes&#x000D; 
 hrFSTypes&#x000D; 
 hrStorage&#x000D; 
 hrStorageTypes&#x000D; 
 hrSystem&#x000D; 
 hrSystemUptime&#x000D; 
 ianaifType&#x000D; 
 IANAipRouteProtocol&#x000D; 
 IANAtunnelType&#x000D; 
 icmp&#x000D; 
 ifMIB&#x000D; 
 InetAddress&#x000D; 
 InetAddressDNS&#x000D; 
 InetAddressIPv4&#x000D; 
 InetAddressIPv4z&#x000D; 
 InetAddressIPv6&#x000D; 
 InetAddressIPv6z&#x000D; 
 InetAddressPrefixLength&#x000D; 
 InetAddressType&#x000D; 
 InetAutonomousSystemNumber&#x000D; 
 InetPortNumber&#x000D; 
 InetVersion&#x000D; 
 InetZoneIndex&#x000D; 
 InstancePointer&#x000D; 
 INTEGER&#x000D; 
 Integer32&#x000D; 
 Integer64&#x000D; 
 intel&#x000D; 
 intellan&#x000D; 
 InterfaceIndex&#x000D; 
 InterfaceIndexOrZero&#x000D; 
 interfaces&#x000D; 
 internet&#x000D; 
 ip&#x000D; 
 IpAddress&#x000D; 
 Ipv6Address&#x000D; 
 Ipv6AddressIfIdentifier&#x000D; 
 Ipv6AddressPrefix&#x000D; 
 IPv6FlowLabel&#x000D; 
 IPv6FlowLabelOrAny&#x000D; 
 ipv6IfEntry&#x000D; 
 Ipv6IfIndex&#x000D; 
 Ipv6IfIndexOrZero&#x000D; 
 iso&#x000D; 
 KBytes&#x000D; 
 MacAddress&#x000D; 
 mgmt&#x000D; 
 mib-2&#x000D; 
 NetNumber&#x000D; 
 netSnmp&#x000D; 
 netSnmpAgentOIDs&#x000D; 
 netSnmpDomains&#x000D; 
 netSnmpEnumerations&#x000D; 
 netSnmpExamples&#x000D; 
 netSnmpExperimental&#x000D; 
 netSnmpGroups&#x000D; 
 netSnmpModuleIDs&#x000D; 
 netSnmpNotifications&#x000D; 
 netSnmpObjects&#x000D; 
 NetworkAddress&#x000D; 
 NotificationName&#x000D; 
 nsExtendGroups&#x000D; 
 nsExtendObjects&#x000D; 
 ObjectName&#x000D; 
 ObjectSyntax&#x000D; 
 OCTET&#x000D; 
 Opaque&#x000D; 
 org&#x000D; 
 OwnerString&#x000D; 
 Percents&#x000D; 
 Percent&#x000D; 
 PhysAddress&#x000D; 
 PortList&#x000D; 
 private&#x000D; 
 rmon&#x000D; 
 RmonGauge64&#x000D; 
 RowPointer&#x000D; 
 RowStatus&#x000D; 
 security&#x000D; 
 SimpleSyntax&#x000D; 
 snmp&#x000D; 
 SnmpAdminString&#x000D; 
 snmpAuthProtocols&#x000D; 
 snmpDomains&#x000D; 
 snmpEngineID&#x000D; 
 snmpEngineTime&#x000D; 
 snmpMIBObjects&#x000D; 
 snmpModules&#x000D; 
 snmpPrivProtocols&#x000D; 
 snmpProxys&#x000D; 
 SnmpSecurityLevel&#x000D; 
 SnmpSecurityModel&#x000D; 
 SnmpTagValue&#x000D; 
 snmpTraps&#x000D; 
 snmpV2&#x000D; 
 StorageType&#x000D; 
 STRING&#x000D; 
 switch001&#x000D; 
 synology&#x000D; 
 system&#x000D; 
 sysUpTime&#x000D; 
 TAddress&#x000D; 
 tcp&#x000D; 
 TDomain&#x000D; 
 TestAndIncr&#x000D; 
 TimeInterval&#x000D; 
 Timeout&#x000D; 
 TimeStamp&#x000D; 
 TimeTicks&#x000D; 
 transmission&#x000D; 
 TruthValue&#x000D; 
 ucdavis&#x000D; 
 UCDErrorFix&#x000D; 
 UCDErrorFlag&#x000D; 
 ucdExperimental&#x000D; 
 ucdInternal&#x000D; 
 udp&#x000D; 
 Unsigned32&#x000D; 
 Unsigned64&#x000D; 
 URLString&#x000D; 
 VariablePointer&#x000D; 
 VlanId&#x000D; 
 VlanIndex&#x000D; 
 VlanPriority&#x000D; 
 VlanType&#x000D; 
 ZeroBasedCounter32&#x000D; 
 ZeroBasedCounter64&#x000D; 
 zeroDotZero&#x000D; 
 </Keywords>
            <Keywords name="Keywords4">current&#x000D; 
 deprecated&#x000D; 
 mandatory&#x000D; 
 obsolete&#x000D; 
 optional&#x000D; 
 </Keywords>
            <Keywords name="Keywords5">" SEQUENCE OF" &#x000D; 
 ACCESS&#x000D; 
 BEGIN&#x000D; 
 CHOICE&#x000D; 
 CONTACT-INFO&#x000D; 
 CREATION-REQUIRES &#x000D; 
 DEFINITIONS&#x000D; 
 DEFVAL &#x000D; 
 DESCRIPTION&#x000D; 
 DISPLAY-HINT&#x000D; 
 END&#x000D; 
 ENTERPRISE&#x000D; 
 EXPORTS&#x000D; 
 FROM&#x000D; 
 GROUP &#x000D; 
 IMPLICIT&#x000D; 
 IMPORTS&#x000D; 
 INCLUDES&#x000D; 
 INDEX&#x000D; 
 LAST-UPDATED&#x000D; 
 MANDATORY-GROUPS &#x000D; 
 MAX&#x000D; 
 MAX-ACCESS&#x000D; 
 MIN&#x000D; 
 MIN-ACCESS &#x000D; 
 MODULE &#x000D; 
 NOTIFICATIONS&#x000D; 
 OBJECT&#x000D; 
 OBJECTS&#x000D; 
 OF&#x000D; 
 ORGANIZATION&#x000D; 
 PRODUCT-RELEASE&#x000D; 
 REFERENCE&#x000D; 
 REVISION&#x000D; 
 SEQUENCE&#x000D; 
 SIZE&#x000D; 
 STATUS &#x000D; 
 SUPPORTS &#x000D; 
 SYNTAX &#x000D; 
 UNITS&#x000D; 
 VARIABLES&#x000D; 
 VARIATION &#x000D; 
 WRITE-SYNTAX &#x000D; 
 </Keywords>
            <Keywords name="Keywords6"></Keywords>
            <Keywords name="Keywords7"></Keywords>
            <Keywords name="Keywords8">ATM-MIB&#x000D; 
 ATM-TC-MIB&#x000D; 
 ATM2-MIB&#x000D; 
 BEGEMOT-ATM-FREEBSD-MIB&#x000D; 
 BEGEMOT-ATM-MIB&#x000D; 
 BEGEMOT-BRIDGE-MIB&#x000D; 
 BEGEMOT-HAST-MIB&#x000D; 
 BEGEMOT-HOSTRES-MIB&#x000D; 
 BEGEMOT-IP-MIB&#x000D; 
 BEGEMOT-MIB&#x000D; 
 BEGEMOT-MIB2-MIB&#x000D; 
 BEGEMOT-NETGRAPH-MIB&#x000D; 
 BEGEMOT-PF-MIB&#x000D; 
 BEGEMOT-WIRELESS-MIB&#x000D; 
 BRIDGE-MIB&#x000D; 
 CISCO-CDP-MIB&#x000D; 
 CISCO-SMI&#x000D; 
 CISCO-TC&#x000D; 
 CISCO-VTP-MIB&#x000D; 
 CISCOSB-1-BONJOUR-SERVICE-MIB&#x000D; 
 CISCOSB-AAA&#x000D; 
 CISCOSB-BANNER-MIB&#x000D; 
 CISCOSB-BONJOUR-MIB&#x000D; 
 CISCOSB-BRGMACSWITCH-MIB&#x000D; 
 CISCOSB-BRIDGE-SECURITY&#x000D; 
 CISCOSB-BRIDGEMIBOBJECTS-MIB&#x000D; 
 CISCOSB-CDP-MIB&#x000D; 
 CISCOSB-CLI-MIB&#x000D; 
 CISCOSB-COPY-MIB&#x000D; 
 CISCOSB-CPU-COUNTERS-MIB&#x000D; 
 CISCOSB-DEBUGCAPABILITIES-MIB&#x000D; 
 CISCOSB-DEVICEPARAMS-MIB&#x000D; 
 CISCOSB-DHCP-MIB&#x000D; 
 CISCOSB-DHCPCL-MIB&#x000D; 
 CISCOSB-DHCPv6&#x000D; 
 CISCOSB-DHCPv6-CLIENT&#x000D; 
 CISCOSB-DHCPv6-RELAY&#x000D; 
 CISCOSB-DNSCL-MIB&#x000D; 
 CISCOSB-DOT1X-MIB&#x000D; 
 CISCOSB-ENDOFMIB-MIB&#x000D; 
 CISCOSB-EVENTS-MIB&#x000D; 
 CISCOSB-GVRP-MIB&#x000D; 
 CISCOSB-IP&#x000D; 
 CISCOSB-JUMBOFRAMES-MIB&#x000D; 
 CISCOSB-MIB&#x000D; 
 CISCOSB-MIR-MIB&#x000D; 
 CISCOSB-MULTISESSIONTERMINAL-MIB&#x000D; 
 CISCOSB-SECSD-MIB&#x000D; 
 CISCOSB-SMARTPORTS-MIB&#x000D; 
 CISCOSB-SMON-MIB&#x000D; 
 CISCOSB-STORMCTRL-MIB&#x000D; 
 CISCOSB-TELNET-MIB&#x000D; 
 CISCOSB-TRACEROUTE-MIB&#x000D; 
 CISCOSB-TRAPS-MIB&#x000D; 
 CISCOSB-TRUNK-MIB&#x000D; 
 DISMAN-PING-MIB&#x000D; 
 DNS-RESOLVER-MIB&#x000D; 
 DNS-SERVER-MIB&#x000D; 
 EtherLike-MIB&#x000D; 
 FOKUS-MIB&#x000D; 
 FRAME-RELAY-DTE-MIB&#x000D; 
 FREEBSD-MIB&#x000D; 
 HC-RMON-MIB&#x000D; 
 HOST-RESOURCES-MIB&#x000D; 
 HOST-RESOURCES-TYPES&#x000D; 
 IANA-RTPROTO-MIB&#x000D; 
 IANAifType-MIB&#x000D; 
 IEEE8021-PAE-MIB&#x000D; 
 IEEE8023-LAG-MIB&#x000D; 
 IF-INVERTED-STACK-MIB&#x000D; 
 IF-MIB&#x000D; 
 INET-ADDRESS-MIB&#x000D; 
 INTEL-DCB-MIB&#x000D; 
 INTEL-LAN-ADAPTERS-MIB&#x000D; 
 IP-FORWARD-MIB&#x000D; 
 IP-MIB&#x000D; 
 IPV6-FLOW-LABEL-MIB&#x000D; 
 IPV6-ICMP-MIB&#x000D; 
 IPV6-MIB&#x000D; 
 IPV6-TC&#x000D; 
 IPV6-TCP-MIB&#x000D; 
 IPV6-UDP-MIB&#x000D; 
 LLDP-EXT-DOT1-MIB&#x000D; 
 LLDP-EXT-MED-MIB&#x000D; 
 LLDP-MIB&#x000D; 
 LM-SENSORS-MIB&#x000D; 
 MTA-MIB&#x000D; 
 NET-SNMP-AGENT-MIB&#x000D; 
 NET-SNMP-EXAMPLES-MIB&#x000D; 
 NET-SNMP-EXTEND-MIB&#x000D; 
 NET-SNMP-MIB&#x000D; 
 NET-SNMP-MONITOR-MIB&#x000D; 
 NET-SNMP-PASS-MIB&#x000D; 
 NET-SNMP-SYSTEM-MIB&#x000D; 
 NET-SNMP-TC&#x000D; 
 NET-SNMP-VACM-MIB&#x000D; 
 NETWORK-SERVICES-MIB&#x000D; 
 NOTIFICATION-LOG-MIB&#x000D; 
 OLD-RFC1213-SUPPL-MIB&#x000D; 
 P-BRIDGE-MIB&#x000D; 
 PerfHist-TC-MIB&#x000D; 
 PowerNet-MIB&#x000D; 
 Q-BRIDGE-MIB&#x000D; 
 RFC-1212&#x000D; 
 RFC-1215&#x000D; 
 RFC1155-SMI&#x000D; 
 RFC1213-MIB&#x000D; 
 RFC1215&#x000D; 
 RFC1215-TRAP&#x000D; 
 RIPv2-MIB&#x000D; 
 RMON-MIB&#x000D; 
 RMON2-MIB&#x000D; 
 SCTP-MIB&#x000D; 
 SMON-MIB&#x000D; 
 SMUX-MIB&#x000D; 
 SNMP-COMMUNITY-MIB&#x000D; 
 SNMP-FRAMEWORK-MIB&#x000D; 
 SNMP-MPD-MIB&#x000D; 
 SNMP-NOTIFICATION-MIB&#x000D; 
 SNMP-PROXY-MIB&#x000D; 
 SNMP-TARGET-MIB&#x000D; 
 SNMP-TLS-TM-MIB&#x000D; 
 SNMP-TSM-MIB&#x000D; 
 SNMP-USER-BASED-SM-MIB&#x000D; 
 SNMP-USM-AES-MIB&#x000D; 
 SNMP-USM-DH-OBJECTS-MIB&#x000D; 
 SNMP-VIEW-BASED-ACM-MIB&#x000D; 
 SNMPv2-CONF&#x000D; 
 SNMPv2-MIB&#x000D; 
 SNMPv2-SMI&#x000D; 
 SNMPv2-TC&#x000D; 
 SNMPv2-TM&#x000D; 
 SYNOLOGY-DISK-MIB&#x000D; 
 SYNOLOGY-EBOX-MIB&#x000D; 
 SYNOLOGY-FLASHCACHE-MIB&#x000D; 
 SYNOLOGY-ISCSILUN-MIB&#x000D; 
 SYNOLOGY-RAID-MIB&#x000D; 
 SYNOLOGY-SERVICES-MIB&#x000D; 
 SYNOLOGY-SHA-MIB&#x000D; 
 SYNOLOGY-SMART-MIB&#x000D; 
 SYNOLOGY-SPACEIO-MIB&#x000D; 
 SYNOLOGY-STORAGEIO-MIB&#x000D; 
 SYNOLOGY-SYSTEM-MIB&#x000D; 
 SYNOLOGY-UPS-MIB&#x000D; 
 TCP-MIB&#x000D; 
 TOKEN-RING-RMON-MIB&#x000D; 
 TRANSPORT-ADDRESS-MIB&#x000D; 
 TUNNEL-MIB&#x000D; 
 UCD-DEMO-MIB&#x000D; 
 UCD-DISKIO-MIB&#x000D; 
 UCD-DLMOD-MIB&#x000D; 
 UCD-IPFILTER-MIB&#x000D; 
 UCD-IPFWACC-MIB&#x000D; 
 UCD-SNMP-MIB&#x000D; 
 UCD-SNMP-MIB-OLD&#x000D; 
 UDP-MIB&#x000D; 
 </Keywords>
		<Keywords name="Delimiters">00"  01 02"  03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
		</KeywordLists>
		
        <Styles>
            <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="COMMENTS" fgColor="408080" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="LINE COMMENTS" fgColor="408080" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="NUMBERS" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS2" fgColor="8080FF" bgColor="FFFFFF" fontName="" fontStyle="3" nesting="0" />
            <WordsStyle name="KEYWORDS3" fgColor="808040" bgColor="FFFFFF" fontName="" fontStyle="5" nesting="0" />
            <WordsStyle name="KEYWORDS4" fgColor="008080" bgColor="FFFFFF" fontName="" fontStyle="3" nesting="0" />
            <WordsStyle name="KEYWORDS5" fgColor="0080C0" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="KEYWORDS8" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="OPERATORS" fgColor="8080C0" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="FOLDER IN CODE1" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
            <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="DELIMITERS1" fgColor="400000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="1" />
            <WordsStyle name="DELIMITERS2" fgColor="408080" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="117702400" />
            <WordsStyle name="DELIMITERS3" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
            <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
            <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
        </Styles>
    </UserLang>
</NotepadPlus>