One of the things I've found is that in the Graphical representation, on the Junos routers, GNS3 doesn't apparently always label the ports correctly. em0/e0 isn't always on the correct side as it is represented in Dynamips.
But we have neighborship.
R2#sh ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
1.1.1.1 128 FULL/BDR 00:00:39 192.168.6.1 Ethernet1/0
cisco:
R2(config)#do sh run | b int
interface Serial0/0
ip address 192.168.1.2 255.255.255.0
serial restart-delay 0
clock rate 64000
!
interface Serial0/1
ip address 192.168.3.2 255.255.255.0
serial restart-delay 0
!
interface Serial0/2
ip address 192.168.2.2 255.255.255.0
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet1/0
ip address 192.168.6.2 255.255.255.0
ip flow ingress
ip flow egress
ip ospf network broadcast
full-duplex
!
interface Ethernet1/1
no ip address
shutdown
half-duplex
!
interface Ethernet1/2
no ip address
shutdown
half-duplex
!
interface Ethernet1/3
no ip address
shutdown
half-duplex
!
router eigrp 100
network 192.168.1.0
network 192.168.2.0
auto-summary
!
router ospf 1
router-id 6.6.6.6
log-adjacency-changes
network 192.168.6.0 0.0.0.255 area 0
Juniper config
No comments:
Post a Comment