|
这个实验我做了三遍了,就是没有做成功,哎,麻烦各位大神指点一下我实验中的问题,拜托了!
下面展示的是这个实验上的配置。
R1路由器基本配置的情况
R1#show running-config
Building configuration...
Current configuration : 771 bytes
!
version 8.52 (building 6)
hostname R1
!
!
!
!
!
!
frame-relay switching
!
!
!
no service password-encryption
!
!
!
!
!
!
!
interface serial 1/2
encapsulation frame-relay ietf
frame-relay interface-dlci 21
frame-relay map ip 1.1.1.2 21
frame-relay lmi-type ansi
ip address 1.1.1.1 255.255.255.0
!
interface serial 1/3
clock rate 64000
!
interface FastEthernet 1/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet 1/1
duplex auto
speed auto
!
interface Null 0
!
!
router ospf
router-id 1.1.1.1
redistribute rip subnets
network 1.1.1.0 0.0.0.255 area 0.0.0.0
network 192.168.1.0 0.0.0.255 area 0.0.0.0
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
******************************************************************************
R1上的路由表条目
R1# show ip route
Codes: C - connected, S - static, R - RIP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
* - candidate default
Gateway of last resort is no set
C 1.1.1.0/24 is directly connected, serial 1/2
C 1.1.1.1/32 is local host.
C 192.168.1.0/24 is directly connected, FastEthernet 1/0
C 192.168.1.1/32 is local host.
*********************************************************************************
R1上的虚电路
R1#show frame-relay pvc
PVC Statistics for interface serial 1/2 (Frame Relay DTE)
DLCI = 21, DLCI USAGE = LOCAL, PVC STATUS = DELETED , INTERFACE = serial 1/2
input pkts 0 output pkts 7 in bytes 0
out bytes 924 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
DLCI = 22, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE , INTERFACE = serial 1/2
input pkts 72 output pkts 65 in bytes 3912
out bytes 3276 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
R1#
===========================================================================
R2上的基本配置
R2#show running-config
Building configuration...
Current configuration : 893 bytes
!
version 8.52 (building 6)
hostname R2
!
!
!
!
!
!
frame-relay switching
!
!
!
no service password-encryption
!
!
!
!
!
!
!
interface serial 1/2
encapsulation frame-relay ietf
frame-relay interface-dlci 22
frame-relay map ip 1.1.1.1 22
frame-relay intf-type dce
frame-relay lmi-type ansi
ip address 1.1.1.2 255.255.255.0
clock rate 64000
!
interface serial 1/3
clock rate 64000
!
interface FastEthernet 1/0
duplex auto
speed auto
!
interface FastEthernet 1/1
ip address 2.2.2.1 255.255.255.0
duplex auto
speed auto
!
interface Null 0
!
!
router ospf
router-id 2.2.2.2
network 1.1.1.0 0.0.0.255 area 0.0.0.0
!
!
router rip
redistribute ospf match internal external 1 external 2 nssa-external 1 nssa-ext
ernal 2
no auto-summary
version 2
network 2.0.0.0
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
*******************************************************************************
R2上的路由条目
R2#show ip route
Codes: C - connected, S - static, R - RIP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
* - candidate default
Gateway of last resort is no set
C 1.1.1.0/24 is directly connected, serial 1/2
C 1.1.1.2/32 is local host.
C 2.2.2.0/24 is directly connected, FastEthernet 1/1
C 2.2.2.1/32 is local host.
R 192.168.2.0/24 [120/1] via 2.2.2.2, 00:00:24, FastEthernet 1/1
R2#
*************************************************************************
R2上的虚电路
R2#show frame-relay pvc serial 1/2
PVC Statistics for interface serial 1/2 (Frame Relay DCE)
DLCI = 22, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE , INTERFACE = serial 1/2
input pkts 62 output pkts 20 in bytes 2938
out bytes 2640 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
R2#
============================================================================
R3上基本配置
R3#show running-config
Building configuration...
Current configuration : 662 bytes
!
version 8.52 (building 6)
hostname R3
!
!
!
!
!
!
!
!
!
no service password-encryption
!
!
!
!
!
!
!
interface serial 1/2
clock rate 64000
!
interface serial 1/3
clock rate 64000
!
interface FastEthernet 1/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet 1/1
ip address 2.2.2.2 255.255.255.0
duplex auto
speed auto
!
interface Null 0
!
!
router rip
redistribute ospf match internal external 1 external 2 nssa-external 1 nssa-ext
ernal 2
no auto-summary
version 2
network 2.0.0.0
network 192.168.2.0
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
R3#
*************************************************************************
R3上的路由条目
R3# show ip route
Codes: C - connected, S - static, R - RIP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
* - candidate default
Gateway of last resort is no set
C 2.2.2.0/24 is directly connected, FastEthernet 1/1
C 2.2.2.2/32 is local host.
C 192.168.2.0/24 is directly connected, FastEthernet 1/0
C 192.168.2.1/32 is local host.
R3#
===========================================================================
下面展示的是操作系统串口下的命令
R2(config)#INterface Serial 1/2
R2(config-if)#?
Interface configuration commands:
backup Modify dial-backup parameters
bandwidth Set bandwidth informational parameter
carrier-delay Specify delay for interface transitions
clock Set serial DCE clock rate
crypto apply crypto command
custom-queue-list Assign a custom queue list to an interface
default Set a command to its defaults
description Interface specific description
dialer Dial-on-demand routing (DDR) commands
dialer-group Assign interface to dialer-list
encapsulation Set encapsulation type for an interface
end Exit from interface configuration mode
exit Exit from interface configuration mode
fair-queue Enable Fair Queuing on an Interface
h323-gateway h323-gateway
help Description of the interactive help system
hold-queue Set hold queue depth
ignore-dcd Set serial line ignore dcd mode
invert Invert serial DCE/DTE clock
ip Interface Internet Protocol config commands
keepalive Enable keepalive
load-interval Specify interval for load calculation for an
interface
loopback Configure internal loopback on an interface
max-reserved-bandwidth Maximum Reservable Bandwidth on an Interface
mtu Set the interface Maximum Transmission Unit (MTU)
no Negate a command or set its defaults
nrzi-encoding Set serial line nrzi encoding
ppp Point-to-point protocol
priority-group Assign a priority group to an interface
rate-limit Rate Limit
service-policy Configure QoS Service Policy
show Show running system information
shutdown Shutdown the selected interface
traffic-shape Enable Traffic Shaping on an Interface or
Sub-Interface
********************************************************************
操作系统的帧中继命令展示
R2(config-if)# frame-relay ?
interface-dlci Define a DLCI on an interface/subinterface
intf-type Configure a FR DTE/DCE interface
inverse-arp Enable/disable inverse ARP on a DLCI
lmi-n391dte set full status polling counter
lmi-n392dce LMI error threshold
lmi-n392dte LMI error threshold
lmi-n393dce set LMI monitored event count
lmi-n393dte set LMI monitored event count
lmi-t392dce set DCE polling verification timer
lmi-type Use CISCO-ANSI-CCITT type LMI
local-dlci Set source DLCI when LMI is not supported
map Map a protocol address to a DLCI address
===========================================================================
看完后的大神们给点建议吧,请赐教啊!谢谢你的回答。
|
|