⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ospf.my

📁 unix/linux下的路由守护程序
💻 MY
📖 第 1 页 / 共 5 页
字号:
                If it is sendAreaSummary, the router will  both                summarize and propagate summary LSAs."    DEFVAL  { noAreaSummary }    ::= { ospfAreaEntry  9 }ospfAreaStatus OBJECT-TYPE    SYNTAX  RowStatus    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "This variable displays the status of  the  en-                try.  Setting it to 'invalid' has the effect of                rendering it inoperative.  The internal  effect                (row removal) is implementation dependent."    ::= { ospfAreaEntry  10 }ospfStubAreaTable OBJECT-TYPE    SYNTAX  SEQUENCE OF OspfStubAreaEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "The set of metrics that will be advertised  by                a default Area Border Router into a stub area."    REFERENCE           "The set of metrics that will be advertised  by                a default Area Border Router into a stub area."    ::= { ospf  3 }ospfStubAreaEntry OBJECT-TYPE    SYNTAX  OspfStubAreaEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "The metric for a given Type  of  Service  that                will  be  advertised  by  a default Area Border                Router into a stub area."    REFERENCE           "The metric for a given Type  of  Service  that                will  be  advertised  by  a default Area Border                Router into a stub area."    INDEX   { ospfStubAreaId,  ospfStubTOS }    ::= { ospfStubAreaTable  1 }OspfStubAreaEntry ::=    SEQUENCE {        ospfStubAreaId            AreaID,        ospfStubTOS            TOSType,        ospfStubMetric            BigMetric,        ospfStubStatus            RowStatus,        ospfStubMetricType            INTEGER (-2147483648..2147483647)    }ospfStubAreaId OBJECT-TYPE    SYNTAX  AreaID    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The 32 bit identifier for the Stub  Area.   On                creation,  this  can  be  derived  from the in-                stance."    ::= { ospfStubAreaEntry  1 }ospfStubTOS OBJECT-TYPE    SYNTAX  TOSType    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The  Type  of  Service  associated  with   the                metric.   On creation, this can be derived from                the instance."    ::= { ospfStubAreaEntry  2 }ospfStubMetric OBJECT-TYPE    SYNTAX  BigMetric    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The metric value applied at the indicated type                of  service.  By default, this equals the least                metric at the type of service among the  inter-                faces to other areas."    ::= { ospfStubAreaEntry  3 }ospfStubStatus OBJECT-TYPE    SYNTAX  RowStatus    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "This variable displays the status of  the  en-                try.  Setting it to 'invalid' has the effect of                rendering it inoperative.  The internal  effect                (row removal) is implementation dependent."    ::= { ospfStubAreaEntry  4 }ospfStubMetricType OBJECT-TYPE    SYNTAX  INTEGER {    ospfMetric(1),    comparableCost(2),    nonComparable(3)}    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "This variable displays the type of metric  ad-                vertised as a default route."    DEFVAL  { ospfMetric }    ::= { ospfStubAreaEntry  5 }ospfLsdbTable OBJECT-TYPE    SYNTAX  SEQUENCE OF OspfLsdbEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "The OSPF Process's Link State Database."    REFERENCE           "The OSPF Process's Link State Database."    ::= { ospf  4 }ospfLsdbEntry OBJECT-TYPE    SYNTAX  OspfLsdbEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "A single Link State Advertisement."    INDEX   { ospfLsdbAreaId,  ospfLsdbType,  ospfLsdbLsid,  ospfLsdbRouterId }    ::= { ospfLsdbTable  1 }OspfLsdbEntry ::=    SEQUENCE {        ospfLsdbAreaId            AreaID,        ospfLsdbType            INTEGER (-2147483648..2147483647),        ospfLsdbLsid            IpAddress,        ospfLsdbRouterId            RouterID,        ospfLsdbSequence            INTEGER (-2147483648..2147483647),        ospfLsdbAge            INTEGER (-2147483648..2147483647),        ospfLsdbChecksum            INTEGER (-2147483648..2147483647),        ospfLsdbAdvertisement            OCTET STRING    }ospfLsdbAreaId OBJECT-TYPE    SYNTAX  AreaID    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The 32 bit identifier of the Area  from  which                the LSA was received."    REFERENCE           "The 32 bit identifier of the Area  from  which                the LSA was received."    ::= { ospfLsdbEntry  1 }ospfLsdbType OBJECT-TYPE    SYNTAX  INTEGER {    routerLink(1),    networkLink(2),    summaryLink(3),    asSummaryLink(4),    asExternalLink(5),    multicastLink(6),    nssaExternalLink(7)}    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The type  of  the  link  state  advertisement.                Each  link state type has a separate advertise-                ment format."    REFERENCE           "The type  of  the  link  state  advertisement.                Each  link state type has a separate advertise-                ment format."    ::= { ospfLsdbEntry  2 }ospfLsdbLsid OBJECT-TYPE    SYNTAX  IpAddress    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The Link State ID is an LS Type Specific field                containing either a Router ID or an IP Address;                it identifies the piece of the  routing  domain                that is being described by the advertisement."    REFERENCE           "The Link State ID is an LS Type Specific field                containing either a Router ID or an IP Address;                it identifies the piece of the  routing  domain                that is being described by the advertisement."    ::= { ospfLsdbEntry  3 }ospfLsdbRouterId OBJECT-TYPE    SYNTAX  RouterID    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The 32 bit number that uniquely identifies the                originating router in the Autonomous System."    REFERENCE           "The 32 bit number that uniquely identifies the                originating router in the Autonomous System."    ::= { ospfLsdbEntry  4 }ospfLsdbSequence OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The sequence number field is a  signed  32-bit                integer.   It  is used to detect old and dupli-                cate link state advertisements.  The  space  of                sequence  numbers  is  linearly  ordered.   The                larger the sequence number the more recent  the                advertisement."    REFERENCE           "The sequence number field is a  signed  32-bit                integer.   It  is used to detect old and dupli-                cate link state advertisements.  The  space  of                sequence  numbers  is  linearly  ordered.   The                larger the sequence number the more recent  the                advertisement."    ::= { ospfLsdbEntry  5 }ospfLsdbAge OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "This field is the age of the link state adver-                tisement in seconds."    REFERENCE           "This field is the age of the link state adver-                tisement in seconds."    ::= { ospfLsdbEntry  6 }ospfLsdbChecksum OBJECT-TYPE    SYNTAX  INTEGER (-2147483648..2147483647)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "This field is the  checksum  of  the  complete                contents  of  the  advertisement, excepting the                age field.  The age field is excepted  so  that                an   advertisement's  age  can  be  incremented                without updating the  checksum.   The  checksum                used  is  the same that is used for ISO connec-                tionless datagrams; it is commonly referred  to                as the Fletcher checksum."    REFERENCE           "This field is the  checksum  of  the  complete                contents  of  the  advertisement, excepting the                age field.  The age field is excepted  so  that                an   advertisement's  age  can  be  incremented                without updating the  checksum.   The  checksum                used  is  the same that is used for ISO connec-                tionless datagrams; it is commonly referred  to                as the Fletcher checksum."    ::= { ospfLsdbEntry  7 }ospfLsdbAdvertisement OBJECT-TYPE    SYNTAX  OCTET STRING    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The entire Link State Advertisement, including                its header."    REFERENCE           "The entire Link State Advertisement, including                its header."    ::= { ospfLsdbEntry  8 }ospfAreaRangeTable OBJECT-TYPE    SYNTAX  SEQUENCE OF OspfAreaRangeEntry    ACCESS  not-accessible    STATUS  deprecated    DESCRIPTION           "A range if IP addresses  specified  by  an  IP                address/IP  network  mask  pair.   For example,                class B address range of X.X.X.X with a network                mask  of  255.255.0.0 includes all IP addresses                from X.X.0.0 to X.X.255.255"    REFERENCE           "A range if IP addresses  specified  by  an  IP                address/IP  network  mask  pair.   For example,                class B address range of X.X.X.X with a network                mask  of  255.255.0.0 includes all IP addresses                from X.X.0.0 to X.X.255.255"    ::= { ospf  5 }ospfAreaRangeEntry OBJECT-TYPE    SYNTAX  OspfAreaRangeEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "A range if IP addresses  specified  by  an  IP                address/IP  network  mask  pair.   For example,                class B address range of X.X.X.X with a network                mask  of  255.255.0.0 includes all IP addresses                from X.X.0.0 to X.X.255.255"    REFERENCE           "A range if IP addresses  specified  by  an  IP                address/IP  network  mask  pair.   For example,                class B address range of X.X.X.X with a network                mask  of  255.255.0.0 includes all IP addresses                from X.X.0.0 to X.X.255.255"    INDEX   { ospfAreaRangeAreaId,  ospfAreaRangeNet }    ::= { ospfAreaRangeTable  1 }OspfAreaRangeEntry ::=    SEQUENCE {        ospfAreaRangeAreaId            AreaID,        ospfAreaRangeNet            IpAddress,        ospfAreaRangeMask            IpAddress,        ospfAreaRangeStatus            RowStatus,        ospfAreaRangeEffect            INTEGER    }ospfAreaRangeAreaId OBJECT-TYPE    SYNTAX  AreaID    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The Area the Address  Range  is  to  be  found                within."    REFERENCE           "The Area the Address  Range  is  to  be  found                within."    ::= { ospfAreaRangeEntry  1 }ospfAreaRangeNet OBJECT-TYPE    SYNTAX  IpAddress    ACCESS  read-only    STATUS  mandatory    DESCRIPTION           "The IP Address of the Net or Subnet  indicated                by the range."    REFERENCE           "The IP Address of the Net or Subnet  indicated                by the range."    ::= { ospfAreaRangeEntry  2 }ospfAreaRangeMask OBJECT-TYPE    SYNTAX  IpAddress    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "The Subnet Mask that pertains to  the  Net  or                Subnet."    REFERENCE           "The Subnet Mask that pertains to  the  Net  or                Subnet."    ::= { ospfAreaRangeEntry  3 }ospfAreaRangeStatus OBJECT-TYPE    SYNTAX  RowStatus    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "This variable displays the status of  the  en-                try.  Setting it to 'invalid' has the effect of                rendering it inoperative.  The internal  effect                (row removal) is implementation dependent."    ::= { ospfAreaRangeEntry  4 }ospfAreaRangeEffect OBJECT-TYPE    SYNTAX  INTEGER {    advertiseMatching(1),    doNotAdvertiseMatching(2)}    ACCESS  read-write    STATUS  mandatory    DESCRIPTION           "Subnets subsumed by ranges either trigger  the                advertisement  of the indicated summary (adver-                tiseMatching), or result in  the  subnet's  not                being advertised at all outside the area."    DEFVAL  { advertiseMatching }    ::= { ospfAreaRangeEntry  5 }ospfHostTable OBJECT-TYPE    SYNTAX  SEQUENCE OF OspfHostEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION           "The list of Hosts, and their metrics, that the                router will advertise as host routes."    REFERENCE           "The list of Hosts, and their metrics, that the                router will advertise as host routes."    ::= { ospf  6 }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -