Hirdetés

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

  • zsolti.22

    senior tag

    válasz Hedgehanter #8649 üzenetére

    Kezdek mérgesedni:

    interface GigabitEthernet0
    nameif egyik
    security-level 0
    ip address 10.0.0.1 255.255.255.252
    !
    interface GigabitEthernet1
    nameif masik
    security-level 0
    ip address 10.1.0.1 255.255.255.252
    !
    access-list egyik extended permit ip any any
    access-list masik extended permit ip any any
    !
    access-group egyik in interface egyik
    access-group masik in interface masik
    !
    class-map CM
    match default-inspection-traffic
    !
    !
    policy-map PM
    class CM
    inspect icmp
    !
    service-policy PM global
    !
    ciscoasa(config)# sh int ip br
    Interface IP-Address OK? Method Status Protocol
    GigabitEthernet0 10.0.0.1 YES CONFIG up up
    GigabitEthernet1 10.1.0.1 YES CONFIG up up
    GigabitEthernet2 unassigned YES unset administratively down up
    GigabitEthernet3 unassigned YES unset administratively down up
    !
    R1#sh ip int br
    Interface IP-Address OK? Method Status Protocol
    FastEthernet0/0 10.0.0.2 YES manual up up
    FastEthernet0/1 unassigned YES unset administratively down down
    FastEthernet1/0 unassigned YES unset administratively down down
    !
    R1#p 10.1.0.2

    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.1.0.2, timeout is 2 seconds:
    .....
    Success rate is 0 percent (0/5)
    !
    R2(config)#do sh ip int br
    Interface IP-Address OK? Method Status Protocol
    FastEthernet0/0 10.1.0.2 YES manual up up
    FastEthernet0/1 unassigned YES unset administratively down down
    FastEthernet1/0 unassigned YES unset administratively down down
    R2(config)#do p 10.0.0.1

    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
    .....
    Success rate is 0 percent (0/5)
    R2#

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