Relazione finale CCNA2

Phase I: Project Description

Networkaddress: 192.168.10.0
Number of subnets: 5
Routing protocol: RIPv1

Subnets # Subnet address Subnet mask First address Last address Broadcast address
1 192.168.10.0 255.255.255.224 192.168.10.1 192.168.10.30 192.168.10.31
2 192.168.10.32 255.255.255.224 192.168.10.33 192.168.10.62 192.168.10.63
3 192.168.10.64 255.255.255.224 192.168.10.65 192.168.10.94 192.168.10.95
4 192.168.10.96 255.255.255.224 192.168.10.67 192.168.10.126 192.168.10.127
5 192.168.10.128 255.255.255.224 192.168.10.129 192.168.10.158 192.168.10.159

Phase II: IP Addressing

cs2_fig1

Phase 3: Basic Router and Workstation Configuration

Hostname PA CT ME
Console Password router#PA0 router#CT0 router#ME0
Secret Password High#PA0 High#CT0 High#ME0
VTY Password router#PA0 router#CT0 router#ME0
Serial 0/0 IP address 192.168.10.62/27 192.168.10.33/27 192.168.10.94/27
Serial 0/1 IP address - 192.168.10.65/27 -
* Serial 0/0 Clock Rate - 4000000 -
* Serial 0/1 Clock Rate - 4000000 -
Fa 0/0 IP address 192.168.10.97/27 192.168.10.1/27 192.168.10.129/27
Fa 0/1 IP address - - -
Enable the interfaces Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
Add Routing Protocol Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
Add Network Statements Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
* Host Table – contains all routers and servers Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
Message of the Day Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
Serial 0/0 description Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
Serial 0/1 description Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
Fa 0/0 description Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione
Fa 0/1 description Riportate nella configurazione Riportate nella configurazione Riportate nella configurazione

hostname PA
!
enable
secret 5 $1$Bb13$JLdhMHQVN3E6eJAf7mBln0
!
ip subnet-zero
ip host CT 192.168.10.33 192.168.10.65 192.168.10.1

ip host PA 192.168.10.62 192.168.10.97
ip host ME 192.168.10.129 192.168.10.94
ip host server1 192.168.10.2
ip host workstation3 192.168.10.98
ip host workstation4 192.168.10.99
!
interface Ethernet0
description Interfaccia FastEthernet0/0 – Lan sede di Palermo

ip address 192.168.10.97 255.255.255.224
ip access-group 100 in
!
interface Serial0
description Interfaccia Serial0/0 – DTE verso sede di Catania
ip address 192.168.10.62 255.255.255.224
!
interface Serial1

no ip address
shutdown
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address

shutdown
!
interface BRI0
no ip address
shutdown
!
router rip
network 192.168.10.0
!

ip classless
access-list 100 permit ip 192.168.10.96 0.0.0.3 host 192.168.10.2
access-list 100 permit icmp 192.168.10.96 0.0.0.3 any echo-reply
banner motd ^C HighNet Spa – Sede di Palermo ^C
!
line con 0
password router#PA0
login

line aux 0
line vty 0 4
password router#PA0
login
!
end

Configurazione router CT (Center):

hostname CT
!

enable secret 5 $1$ET6C$S1tz/J89qwr.LF9omjAS01
!
ip subnet-zero
!
interface Ethernet0
description Interfaccia FastEthernet0/0 – Lan sede di Catania
ip address 192.168.10.1 255.255.255.224
!

interface Serial0
description Interfaccia Serial0/0 – DCE verso sede di Palermo
ip address 192.168.10.33 255.255.255.224
clockrate 4000000
!
interface Serial1
description Interfaccia Serial0/1 – DCE verso sede di Messina

ip address 192.168.10.65 255.255.255.224
clockrate 4000000
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address

shutdown
!
interface BRI0
no ip address
shutdown
!
router rip
network 192.168.10.0
!

ip host CT 192.168.10.33 192.168.10.65 192.168.10.1
ip host PA 192.168.10.62 192.168.10.97
ip host ME 192.168.10.129 192.168.10.94
ip host nfs 192.168.10.2
banner motd ^C HighNet Spa – Sede di Catania ^C
!
line con 0
password router#CT0

login
line aux 0
transport input all
line vty 0
password router#CT0
login
length 25
line vty 0 4
password router#CT0

login
!
end

Configurazione router ME (Eva):

hostname ME
!
enable secret 5 $1$qQfq$GJEjOjml7GVlLqE09IU5q1
!
memory-size iomem 25

ip subnet-zero
ip host workstation6 192.168.10.131
ip host workstation5 192.168.10.130
ip host CT 192.168.10.33 192.168.10.65 192.168.10.1
ip host PA 192.168.10.62 192.168.10.97
ip host ME 192.168.10.129 192.168.10.94
ip host nfs 192.168.10.2
!
interface FastEthernet0

description Interfaccia FastEthernet0/0 – Lan sede di Messina
ip address 192.168.10.129 255.255.255.224
ip access-group 101 in
speed auto
!
interface Serial0
description Interfaccia Serial0/0 – DTE verso sede di Catania

ip address 192.168.10.94 255.255.255.224
!
router rip
network 192.168.10.0
!
ip classless
no ip http server
!
access-list 101 permit ip 192.168.10.128 0.0.0.3 host 192.168.10.2

access-list 101 permit icmp 192.168.10.128 0.0.0.3 any echo-reply
banner motd ^C HighNet Spa – Sede di Messina ^C
!
line con 0
password router#ME0
login
line aux 0
line vty 0 4

password router#ME0
login
!
end

Phase 4: Access Control Lists
Riportate nella sezione successiva

Phase 5: Documenting the Network

PA:

  • Configuration
  • PA#show cdp neighbors
    Capability Codes: R – Router, T – Trans Bridge, B – Source Route Bridge
    S – Switch, H – Host, I – IGMP, r – Repeater

    Device IDLocal IntrfceHoldtmeCapabilityPlatformPort ID
    CTSer 0140R2520Ser 0

    PA#show ip route
    Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP

    D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
    N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
    E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP

    i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, * – candidate default
    U – per-user static route, o – ODR

    Gateway of last resort is not set

    192.168.10.0/27 is subnetted, 5 subnets
    C192.168.10.96 is directly connected, Ethernet0
    R192.168.10.64 [120/1] via 192.168.10.33, 00:00:15, Serial0
    C192.168.10.32 is directly connected, Serial0
    R192.168.10.0 [120/1] via 192.168.10.33, 00:00:15, Serial0
    R192.168.10.128 [120/2] via 192.168.10.33, 00:00:15, Serial0

    PA#show ip protocol
    Routing Protocol is “rip”

    Sending updates every 30 seconds, next due in 17 seconds
    Invalid after 180 seconds, hold down 180, flushed after 240
    Outgoing update filter list for all interfaces is not set
    Incoming update filter list for all interfaces is not set
    Redistributing: rip
    Default version control: send version 1, receive any version
    InterfaceSendRecvKey-chain
    Ethernet011 2
    Serial01 1 2

    Routing for Networks:
    192.168.10.0
    Routing Information Sources:
    GatewayDistanceLast Update
    192.168.10.3312000:00:01
    Distance: (default is 120)

    PA#show ip interface brief
    InterfaceIP-AddressOK? Method StatusProtocol

    BRI0unassignedYES unsetadministratively down down
    BRI0:1unassignedYES unsetadministratively down down
    BRI0:2 unassignedYES unsetadministratively down down
    Ethernet0192.168.10.97YES manual upup
    Serial0192.168.10.62YES manual upup
    Serial1unassignedYES unsetadministratively down down
    Serial2unassignedYES unsetadministratively down down
    Serial3unassignedYES unsetadministratively down down

    PA#show version

    Cisco Internetwork Operating System Software
    IOS ™ 2500 Software (C2500-IS-L), Version 11.2(11.1), MAINTENANCE INTERIM SOFTWARE
    Copyright (c) 1986-1998 by cisco Systems, Inc.
    Compiled Tue 13-Jan-98 21:09 by tlane
    Image text-base: 0×0302F1F4, data-base: 0×00001000

    ROM: System Bootstrap, Version 11.0(10c), SOFTWARE
    BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c), RELEASE SOFTWARE (fc1)

    PA uptime is 22 minutes
    System restarted by reload
    System image file is “flash:/c2500-is-l_112-111.bin”, booted via flash

    cisco 2520 (68030) processor (revision N) with 6144K/2048K bytes of memory.
    Processor board ID 17602547, with hardware revision 00000003
    Bridging software.
    X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
    Basic Rate ISDN software, Version 1.0.

    1 Ethernet/IEEE 802.3 interface(s)
    2 Serial network interface(s)
    2 Low-speed serial(sync/async) network interface(s)
    1 ISDN Basic Rate interface(s)
    32K bytes of non-volatile configuration memory.
    16384K bytes of processor board System flash (Read ONLY)

    Configuration register is 0×2102

    PA#show hosts

    Default domain is not set
    Name/address lookup uses domain service
    Name servers are 255.255.255.255

    HostFlagsAge TypeAddress(es)
    CT(perm, OK)0IP192.168.10.33192.168.10.65
    192.168.10.1
    PA(perm, OK)0IP192.168.10.62192.168.10.97
    ME(perm, OK)0IP192.168.10.129192.168.10.94
    server1(perm, OK)0IP192.168.10.2

    workstation3(perm, OK)0IP192.168.10.98
    workstation4(perm, OK)0IP192.168.10.99

  • Security

  • PA#show ip interface
    BRI0 is administratively down, line protocol is down
    Internet protocol processing disabled
    BRI0:1 is administratively down, line protocol is down
    Internet protocol processing disabled

    BRI0:2 is administratively down, line protocol is down
    Internet protocol processing disabled
    Ethernet0 is up, line protocol is up
    Internet address is 192.168.10.97/27
    Broadcast address is 255.255.255.255
    Address determined by setup command
    MTU is 1500 bytes
    Helper address is not set
    Directed broadcast forwarding is enabled

    Multicast reserved groups joined: 224.0.0.9
    Outgoing access list is not set
    Inboundaccess list is 100
    Proxy ARP is enabled
    Security level is default
    Split horizon is enabled
    ICMP redirects are always sent
    ICMP unreachables are always sent
    ICMP mask replies are never sent

    IP fast switching is enabled
    IP fast switching on the same interface is disabled
    IP multicast fast switching is enabled
    Router Discovery is disabled
    IP output packet accounting is disabled
    IP access violation accounting is disabled
    TCP/IP header compression is disabled
    Probe proxy name replies are disabled
    Gateway Discovery is disabled

    Policy routing is disabled
    Network address translation is disabled
    Serial0 is up, line protocol is up
    Internet address is 192.168.10.62/27
    Broadcast address is 255.255.255.255
    Address determined by setup command
    MTU is 1500 bytes
    Helper address is not set
    Directed broadcast forwarding is enabled

    Multicast reserved groups joined: 224.0.0.9
    Outgoing access list is not set
    Inboundaccess list is not set
    Proxy ARP is enabled
    Security level is default
    Split horizon is enabled
    ICMP redirects are always sent
    ICMP unreachables are always sent
    ICMP mask replies are never sent

    IP fast switching is enabled
    IP fast switching on the same interface is enabled
    IP multicast fast switching is enabled
    Router Discovery is disabled
    IP output packet accounting is disabled
    IP access violation accounting is disabled
    TCP/IP header compression is disabled
    Probe proxy name replies are disabled
    Gateway Discovery is disabled

    Policy routing is disabled
    Network address translation is disabled
    Serial1 is administratively down, line protocol is down
    Internet protocol processing disabled
    Serial2 is administratively down, line protocol is down
    Internet protocol processing disabled
    Serial3 is administratively down, line protocol is down
    Internet protocol processing disabled

    PA#show ip access-lists

    Extended IP access list 100
    permit ip 192.168.10.96 0.0.0.3 host 192.168.10.2 (6 matches)
    permit icmp 192.168.10.96 0.0.0.3 any echo-reply

    CT:

  • Configuration
  • CT#show cdp neighbors
    Capability Codes: R – Router, T – Trans Bridge, B – Source Route Bridge

    S – Switch, H – Host, I – IGMP, r – Repeater

    Device IDLocal IntrfceHoldtmeCapabilityPlatformPort ID
    MESer 1153R1720Ser 0
    PASer 0140R2520Ser 0

    CT#show ip route

    Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
    D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area

    E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
    i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, * – candidate default

    Gateway of last resort is not set

    192.168.10.0 255.255.255.224 is subnetted, 5 subnets
    R192.168.10.96 [120/1] via 192.168.10.62, 00:00:11, Serial0
    C192.168.10.64 is directly connected, Serial1
    C192.168.10.32 is directly connected, Serial0
    C192.168.10.0 is directly connected, Ethernet0
    R192.168.10.128 [120/1] via 192.168.10.94, 00:00:21, Serial1

    CT#show ip protocol

    Routing Protocol is “rip”
    Sending updates every 30 seconds, next due in 2 seconds
    Invalid after 180 seconds, hold down 180, flushed after 240
    Outgoing update filter list for all interfaces is not set
    Incoming update filter list for all interfaces is not set
    Redistributing: rip
    Routing for Networks:
    192.168.10.0

    Routing Information Sources:
    GatewayDistanceLast Update
    192.168.10.941200:00:03
    192.168.10.621200:00:20
    Distance: (default is 120)

    CT#show ip interface brief
    InterfaceIP-AddressOK?MethodStatusProtocol
    BRI0unassignedYESnot setadministratively downdown

    Ethernet0192.168.10.1YESNVRAMupup
    Serial0192.168.10.33YESNVRAMupup
    Serial1 192.168.10.65YESNVRAMupup
    Serial2unassignedYESnot setadministratively downdown
    Serial3unassignedYESnot setadministratively downdown

    CT#show version
    Cisco Internetwork Operating System Software
    IOS ™ 3000 Software (IGS-IR-L), Version 11.0(13), RELEASE SOFTWARE (fc1)

    Copyright (c) 1986-1996 by cisco Systems, Inc.
    Compiled Mon 09-Dec-96 20:21 by athavale
    Image text-base: 0×03026008, data-base: 0×00001000

    ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
    ROM: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTWARE (fc1)

    CT uptime is 1 hour, 4 minutes
    System restarted by power-on
    System image file is “flash:igs-ir-l.110-13″, booted via flash

    cisco 2520 (68030) processor (revision E) with 2048K/2048K bytes of memory.
    Processor board ID 04919552, with hardware revision 00000002
    Bridging software.
    X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
    Basic Rate ISDN software, Version 1.0.
    1 Ethernet/IEEE 802.3 interface.
    2 Serial network interfaces.
    2 Low-speed serial(sync/async) network interfaces.
    1 ISDN Basic Rate interface.

    32K bytes of non-volatile configuration memory.
    8192K bytes of processor board System flash (Read ONLY)

    Configuration register is 0×2102

    CT#show hosts
    Default domain is not set
    Name/address lookup uses domain service
    Name servers are 255.255.255.255

    HostFlagsAge TypeAddress(es)

    CT(perm, OK)1IP192.168.10.33192.168.10.65
    192.168.10.1
    PA(perm, OK)1IP192.168.10.62192.168.10.97
    ME(perm, OK)1IP192.168.10.129192.168.10.94
    server1(perm, OK)0IP192.168.10.2
    workstation2(perm, OK)0IP192.168.10.3

  • Security
  • CT#show ip interface

    BRI0 is administratively down, line protocol is down
    Internet protocol processing disabled
    Ethernet0 is up, line protocol is up
    Internet address is 192.168.10.1 255.255.255.224
    Broadcast address is 255.255.255.255
    Address determined by non-volatile memory
    MTU is 1500 bytes
    Helper address is not set
    Directed broadcast forwarding is enabled

    Outgoing access list is not set
    Inboundaccess list is not set
    Proxy ARP is enabled
    Security level is default
    Split horizon is enabled
    ICMP redirects are always sent
    ICMP unreachables are always sent
    ICMP mask replies are never sent
    IP fast switching is enabled

    IP fast switching on the same interface is disabled
    IP multicast fast switching is enabled
    Router Discovery is disabled
    IP output packet accounting is disabled
    IP access violation accounting is disabled
    TCP/IP header compression is disabled
    Probe proxy name replies are disabled
    Gateway Discovery is disabled
    Policy routing is disabled

    Serial0 is up, line protocol is up
    Internet address is 192.168.10.33 255.255.255.224
    Broadcast address is 255.255.255.255
    Address determined by non-volatile memory
    MTU is 1500 bytes
    Helper address is not set
    Directed broadcast forwarding is enabled
    Outgoing access list is not set
    Inboundaccess list is not set

    Proxy ARP is enabled
    Security level is default
    Split horizon is enabled
    ICMP redirects are always sent
    ICMP unreachables are always sent
    ICMP mask replies are never sent
    IP fast switching is enabled
    IP fast switching on the same interface is enabled
    IP multicast fast switching is enabled

    Router Discovery is disabled
    IP output packet accounting is disabled
    IP access violation accounting is disabled
    TCP/IP header compression is disabled
    Probe proxy name replies are disabled
    Gateway Discovery is disabled
    Policy routing is disabled
    Serial1 is up, line protocol is up
    Internet address is 192.168.10.65 255.255.255.224

    Broadcast address is 255.255.255.255
    Address determined by non-volatile memory
    MTU is 1500 bytes
    Helper address is not set
    Directed broadcast forwarding is enabled
    Outgoing access list is not set
    Inboundaccess list is not set
    Proxy ARP is enabled
    Security level is default

    Split horizon is enabled
    ICMP redirects are always sent
    ICMP unreachables are always sent
    ICMP mask replies are never sent
    IP fast switching is enabled
    IP fast switching on the same interface is enabled
    IP multicast fast switching is enabled
    Router Discovery is disabled
    IP output packet accounting is disabled

    IP access violation accounting is disabled
    TCP/IP header compression is disabled
    Probe proxy name replies are disabled
    Gateway Discovery is disabled
    Policy routing is disabled
    Serial2 is administratively down, line protocol is down
    Internet protocol processing disabled
    Serial3 is administratively down, line protocol is down
    Internet protocol processing disabled


    CT#sh ip access-lists


    ME:

  • Configuration
  • ME#show cdp neighbors
    Capability Codes: R – Router, T – Trans Bridge, B – Source Route Bridge

    S – Switch, H – Host, I – IGMP, r – Repeater

    Device IDLocal IntrfceHoldtmeCapabilityPlatformPort ID
    CTSer 0174R2520Ser 1

    ME#show ip route

    Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP
    D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area

    N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
    E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
    i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area

    * – candidate default, U – per-user static route, o – ODR
    P – periodic downloaded static route

    Gateway of last resort is not set

    192.168.10.0/27 is subnetted, 5 subnets
    R192.168.10.96 [120/2] via 192.168.10.65, 00:00:24, Serial0

    C192.168.10.64 is directly connected, Serial0
    R192.168.10.32 [120/1] via 192.168.10.65, 00:00:24, Serial0
    R192.168.10.0 [120/1] via 192.168.10.65, 00:00:24, Serial0
    C192.168.10.128 is directly connected, FastEthernet0

    ME#show ip protocol
    Routing Protocol is “rip”
    Sending updates every 30 seconds, next due in 22 seconds
    Invalid after 180 seconds, hold down 180, flushed after 240

    Outgoing update filter list for all interfaces is not set
    Incoming update filter list for all interfaces is not set
    Redistributing: rip
    Default version control: send version 1, receive any version
    InterfaceSendRecvTriggered RIPKey-chain
    FastEthernet011 2
    Serial0 11 2
    Automatic network summarization is in effect
    Maximum path: 4

    Routing for Networks:
    192.168.10.0
    Routing Information Sources:
    GatewayDistanceLast Update
    192.168.10.6512000:00:04
    Distance: (default is 120)

    ME#show ip interface brief
    InterfaceIP-AddressOK? Method StatusProtocol

    FastEthernet0192.168.10.129YES NVRAMupup
    Serial0192.168.10.94YES NVRAMupup

    ME#show version
    Cisco Internetwork Operating System Software
    IOS ™ C1700 Software (C1700-Y7-M), Version 12.2(4)T3,RELEASE SOFTWARE (fc3)
    TAC Support: http://www.cisco.com/tac
    Copyright (c) 1986-2002 by cisco Systems, Inc.

    Compiled Sun 10-Feb-02 02:57 by ccai
    Image text-base: 0×800080E0, data-base: 0×808258A4

    ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)

    ME uptime is 11 minutes
    System returned to ROM by reload
    System image file is “flash:c1700-y7-mz.122-4.T3.bin”

    cisco 1720 (MPC860) processor (revision 0×601) with 24576K/8192K bytes of memory.

    Processor board ID VMS062403PY (3200675184), with hardware revision 0000
    M860 processor: part number 0, mask 32
    Bridging software.
    X.25 software, Version 3.0.0.
    1 FastEthernet/IEEE 802.3 interface(s)
    1 Serial(sync/async) network interface(s)
    32K bytes of non-volatile configuration memory.
    8192K bytes of processor board System flash (Read/Write)
    Configuration register is 0×2102

    ME#show ip hosts
    Default domain is not set
    Name/address lookup uses domain service
    Name servers are 255.255.255.255

    Codes: u – unknown, e – expired, * – OK, ? – revalidate

    t – temporary, p – permanent

    HostAgeTypeAddress(es)
    *p workstation60IP192.168.10.131
    *p workstation50IP192.168.10.130
    *p CT0IP192.168.10.33192.168.10.65
    192.168.10.1
    *p PA0IP192.168.10.62192.168.10.97

    *p ME0IP192.168.10.129192.168.10.94
    *p nfs0IP192.168.10.2

    • Security

    ME#show ip interface
    FastEthernet0 is up, line protocol is up
    Internet address is 192.168.10.129/27
    Broadcast address is 255.255.255.255

    Address determined by non-volatile memory
    MTU is 1500 bytes
    Helper address is not set
    Directed broadcast forwarding is disabled
    Multicast reserved groups joined: 224.0.0.9
    Outgoing access list is not set
    Inboundaccess list is 101
    Proxy ARP is enabled
    Security level is default

    Split horizon is enabled
    ICMP redirects are always sent
    ICMP unreachables are always sent
    ICMP mask replies are never sent
    IP fast switching is enabled
    IP fast switching on the same interface is disabled
    IP Feature Fast switching turbo vector
    IP multicast fast switching is disabled
    IP multicast distributed fast switching is disabled

    IP route-cache flags are Fast
    Router Discovery is disabled
    IP output packet accounting is disabled
    IP access violation accounting is disabled
    TCP/IP header compression is disabled
    RTP/IP header compression is disabled
    Probe proxy name replies are disabled
    Policy routing is disabled
    Network address translation is disabled

    WCCP Redirect outbound is disabled
    WCCP Redirect inbound is disabled
    WCCP Redirect exclude is disabled
    BGP Policy Mapping is disabled
    Serial0 is up, line protocol is up
    Internet address is 192.168.10.94/27
    Broadcast address is 255.255.255.255
    Address determined by non-volatile memory
    MTU is 1500 bytes

    Helper address is not set
    Directed broadcast forwarding is disabled
    Multicast reserved groups joined: 224.0.0.9
    Outgoing access list is not set
    Inboundaccess list is not set
    Proxy ARP is enabled
    Security level is default
    Split horizon is enabled
    ICMP redirects are always sent

    ICMP unreachables are always sent
    ICMP mask replies are never sent
    IP fast switching is enabled
    IP fast switching on the same interface is enabled
    IP Fast switching turbo vector
    IP multicast fast switching is disabled
    IP multicast distributed fast switching is disabled
    IP route-cache flags are Fast
    Router Discovery is disabled

    IP output packet accounting is disabled
    IP access violation accounting is disabled
    TCP/IP header compression is disabled
    RTP/IP header compression is disabled
    Probe proxy name replies are disabled
    Policy routing is disabled
    Network address translation is disabled
    WCCP Redirect outbound is disabled
    WCCP Redirect inbound is disabled

    WCCP Redirect exclude is disabled
    BGP Policy Mapping is disabled

    ME#show ip access-lists
    Extended IP access list 101
    permit ip 192.168.10.128 0.0.0.3 host 192.168.10.2
    permit icmp 192.168.10.128 0.0.0.3 any echo-reply

    • Facebook
    • Google Bookmarks
    • Windows Live Favorites
    • LinkedIn
    • Delicious
    • Hotmail
    • Twitter
    • Windows Live Spaces
    • Yahoo Bookmarks
    • Yahoo Messenger
    • Share/Bookmark
    1. Nessun commento ancora...
    1. Nessun trackback ancora...

    Spam Protection by WP-SpamFree