Hirdetés

Új hozzászólás Aktív témák

  • zsolti.22

    senior tag

    Itt a konfig nyersen:

    <----------------------------------------------------R1----------------------------------------------------->
    interface Loopback0
    ip address 10.0.10.1 255.255.255.0
    ip ospf network point-to-point
    ip ospf dead-interval minimal hello-multiplier 3
    ip ospf 1 area 0
    !
    interface FastEthernet0/0
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/0
    no ip address
    encapsulation frame-relay
    clock rate 2000000
    !
    interface Serial0/0.1 multipoint
    ip address 10.0.0.1 255.255.255.248
    ip ospf network point-to-multipoint non-broadcast
    ip ospf dead-interval minimal hello-multiplier 3
    ip ospf 1 area 1
    snmp trap link-status
    frame-relay interface-dlci 102
    frame-relay interface-dlci 103
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/1
    no ip address
    shutdown
    clock rate 2000000
    !
    router ospf 1
    router-id 1.1.1.1
    log-adjacency-changes
    area 1 virtual-link 2.2.2.2
    area 1 virtual-link 3.3.3.3
    neighbor 10.0.0.3
    neighbor 10.0.0.2
    <----------------------------------------------------R2---------------------------------------------------->
    interface Loopback0
    ip address 10.0.10.2 255.255.255.0
    ip ospf network point-to-point
    ip ospf dead-interval minimal hello-multiplier 3
    ip ospf 1 area 0
    !
    interface FastEthernet0/0
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/0
    no ip address
    encapsulation frame-relay
    clock rate 2000000
    !
    interface Serial0/0.1 multipoint
    ip address 10.0.0.2 255.255.255.248
    ip ospf network point-to-multipoint non-broadcast
    ip ospf dead-interval minimal hello-multiplier 3
    ip ospf 1 area 1
    snmp trap link-status
    frame-relay map ip 10.0.0.3 201 broadcast
    frame-relay interface-dlci 201
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/1
    no ip address
    shutdown
    clock rate 2000000
    !
    router ospf 1
    router-id 2.2.2.2
    log-adjacency-changes
    area 1 virtual-link 1.1.1.1
    area 1 virtual-link 3.3.3.3
    neighbor 10.0.0.1
    <----------------------------------------------------R3---------------------------------------------------->
    interface Loopback0
    ip address 10.0.10.3 255.255.255.0
    ip ospf network point-to-point
    ip ospf dead-interval minimal hello-multiplier 3
    ip ospf 1 area 0
    !
    interface FastEthernet0/0
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/0
    no ip address
    encapsulation frame-relay
    clock rate 2000000
    !
    interface Serial0/0.1 multipoint
    ip address 10.0.0.3 255.255.255.248
    ip ospf network point-to-multipoint non-broadcast
    ip ospf dead-interval minimal hello-multiplier 3
    ip ospf 1 area 1
    snmp trap link-status
    frame-relay map ip 10.0.0.2 301 broadcast
    frame-relay interface-dlci 301
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/1
    no ip address
    shutdown
    clock rate 2000000
    !
    router ospf 1
    router-id 3.3.3.3
    log-adjacency-changes
    area 1 virtual-link 1.1.1.1
    area 1 virtual-link 2.2.2.2
    neighbor 10.0.0.1
    <----------------------------------------------------FR-SW------------------------------------------------->
    !
    frame-relay switching
    !
    interface Serial0/0
    description FR to R1
    no ip address
    encapsulation frame-relay
    clock rate 2000000
    frame-relay intf-type dce
    frame-relay route 102 interface Serial0/1 201
    frame-relay route 103 interface Serial0/2 301
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial0/1
    description FR to R2
    no ip address
    encapsulation frame-relay
    clock rate 2000000
    frame-relay intf-type dce
    frame-relay route 201 interface Serial0/0 102
    !
    interface Serial0/2
    description FR to R3
    no ip address
    encapsulation frame-relay
    clock rate 2000000
    frame-relay intf-type dce
    frame-relay route 301 interface Serial0/0 103
    !

Új hozzászólás Aktív témák