R1-gns3-lab2

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
  • show running-config
ip dhcp pool netz
 network 24.12.20.0 255.255.255.0
!
ip dhcp pool kunde
 network 192.168.1.0 255.255.255.0
 domain-name LarsGeffke.de
 default-router 192.168.1.1
 dns-server 8.8.8.8
!
ip dhcp pool windows10
 network 11.12.19.0 255.255.255.0
 default-router 11.12.19.94
 dns-server 8.8.8.8
interface FastEthernet0/0
 ip address 24.12.20.21 255.255.255.0
 ip ospf 1 area 0
 duplex half
!
interface FastEthernet0/0.1
 encapsulation dot1Q 2
 ip address 11.12.19.94 255.255.255.0
 ip ospf 1 area 0
!
interface FastEthernet0/0.7
!
interface FastEthernet1/0
 ip address 192.168.7.1 255.255.255.0
 ip ospf 1 area 0
 duplex auto
 speed auto

!
interface FastEthernet1/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet2/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet2/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet3/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet3/1
 ip address 192.168.1.1 255.255.255.0
 ip ospf 1 area 0
 duplex auto
 speed auto
!
router ospf 1
 default-information originate always
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 192.168.7.2
  • show ip ospf neighbor
Neighbor ID     Pri   State           Dead Time   Address         Interface
1.2.3.4           1   FULL/DROTHER    00:00:36    24.12.20.2      FastEthernet0/0
5.6.7.8           1   FULL/BDR        00:00:30    24.12.20.1      FastEthernet0/0