User's Manual

Table Of Contents
439
Users Manual of CS-6306R
Run the following commands to display all BEIGRP statistics information:
Command Purpose
show ip beigrp interfaces [interface]
[as-number]
Displays the information about BEIGRP
interface.
show ip beigrp neighbors[as-number
| interface]
Displays the information about BEIGRP
neighbors.
show ip beigrp topology [as-number |
all-link | summary | active]
Displays the information about BEIGRP
topology table.
45.2.4 BEIGRP Configuration Example
In the following example, the summary route that sends network segment 10.0.0.0/8 on VLAN11 is configured.
All subnet routs of the network segment will not be notified of the neighbor. At the same time, the automatic
summary of the BEIGRP process is disabled.
interface vlan 11
ip beigrp summary-address 1 10.0.0.0 255.0.0.0
!
router beigrp 1
network 172.16.0.0 255.255.0.0
no auto-summary
Configuring OSPF 45.3
45.3.1 Overview
The chapter describes how to configure the OSPF. For the details of OSPF commands, refer to relative
sections about OSPF commands.
OSPF is a IGP routing protocol developed by the OSPF team of IETF. OSPF designed for the IP network
supports IP subnets and exterior routing information identifier, message authentication and IP multicast.
The OSPF function of our switches complies with the requirements of OSPF V2 (See RFC2328 ). The
following table lists some key features in reality.
Key Feature Description
Stub domain Support the stub domain.
Rout forwarding Routes that are learned by any routing protocol can be
forwarded to other routing protocol domain, which means
that OSPF can enter routes that RIP learned in the
automatic domain. The routes that OSPF learns also can be
exported to RIP. Among the automatic domains, OSPF can
enter the routes that BGP learns; OSPF routes also can be
exported to BGP.
Authentication Among neighboring switches in a domain, the plain text and
MD5 authentication are supported.