Please click the exhibit button.
As shown in the networking figure,
Assume the default gateway configuration of each host is correct.
The specific configuration is as follows:
Now create configuratio...
Current configuration
!
version 1.74
firewall enable
sysname RouterA
fr switching
encrypt-card fast-switch
!
interface Aux0
async mode flow
phy-mru 0
link-protocol ppp
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
!
interface Serial0
link-protocol fr
ip address 10.0.1.1 255.255.255.0
fr interface-type DCE
fr map ip 10.0.1.1 dlci 100
fr dlci 100
quit
!
interface Serial1
link-protocol ppp
!
quit
ip route-static 10.0.2.0 255.255.255.0 10.0.1.2 preference 60
!
return
Now create configration...
Current configuration
!
version 1.74
firewall enable
sysname RouterB
!
interface Aux0
async mode flow
phy-mru 0
link-protocol ppp
!
interface Ethernet0
ip address 10.0.2.1 255.255.255.0
!
interface Serial0
clock DTECLK1
link-protocol fr
ip address 10.0.1.2 255.255.255.0
fr map ip 10.0.1.2 dlci 100
!
interface Serial1
link-protocol ppp
!
quit
ip route-static 10.0.0.0 255.255.255.0 10.0.1.1 preference 60
!
return
Is the contclusion that PcA can ping PcB successfully correct?
