Pagina 1 di 1

assegnazione ip cisco 877

Inviato: dom 09 mar , 2008 10:24 pm
da masterweb
Ciao a tutti, in azienda abbiamo acquistato un cisco 877 e a me tocca configurarlo... appena iniziato il primo problema :roll: assegnare l'ip all'interfaccia ethernet.

Router appena resettato, di seguito le domande/risposte:

Would you like to enter the initial configuration dialog? Y
Would you like to enter basic management setup? N
First, would you like to see the current interface summary? [yes]: Y

Any interface listed with OK? value "NO" does not have a valid configuration

Codice: Seleziona tutto

Interface                    IP-Address      OK? Method Status                Prot
ocol
FastEthernet0              unassigned      YES unset  initializing          down

FastEthernet1              unassigned      YES unset  initializing          down

FastEthernet2              unassigned      YES unset  initializing          down

FastEthernet3              unassigned      YES unset  initializing          down

ATM0                       unassigned      NO  unset  initializing          down

Vlan1                      unassigned      YES unset  up                    down
Enter host name [Router]: router
Configure SNMP Network Management? [yes]: Y
Enter interface name used to connect to the management network from the above interface summary: FastEthernet0
Configure IP on this interface? [no]: Y
IP address for this interface: 192.168.1.60

Alla fine pingando il router 192.168.1.60 nessuna risposta :(
Spero possiate aiutarmi...

Questo lo show config:

Codice: Seleziona tutto

version 12.4
service config
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$ofA1$6qAuU4TG2KysedVK.qMuE/
enable password xxxxxxxx
!
no aaa new-model
!
resource policy
!
no ip routing
no ip cef
!
!
!
!
!
!
!
!
!
!
interface ATM0
 no ip address
 no ip route-cache
 shutdown
 no atm ilmi-keepalive
 dsl operating-mode auto
!
interface FastEthernet0
 no cdp enable
!
interface FastEthernet1
 shutdown
 no cdp enable
!
interface FastEthernet2
 shutdown
 no cdp enable
!
interface FastEthernet3
 shutdown
 no cdp enable
!
interface Vlan1
 no ip address
 no ip route-cache
 shutdown
!
!
!
no ip http server
no ip http secure-server
!
snmp-server community out.alice.it RO
!
!
!
!
!
!
!
control-plane
!
!
line con 0
 exec-timeout 0 0
 no modem enable
line aux 0
line vty 0 4
 password xxxxxxxxxx
 login
!
scheduler max-task-time 5000
no process cpu extended
no process cpu autoprofile hog
!
webvpn context Default_context
 ssl authenticate verify all
 !
 no inservice
!
end
Grazie in anticipo ;)

Inviato: lun 10 mar , 2008 9:10 am
da Helix
mmm assegnarglielo a mano invece che usare la conf guidata?


Router# conf t
Router(config) # interface fastethernet 0
Router(config-if)# ip address 192.168.1.0 255.255.255.0 (se vuoi un /24)
Router(config-if)# no shut
Router(config-if)# description DESCRIZIONE_CHE_VUOI (opzionale giusto per ricordarti quella porta a "cosa serve")

e dovresti essere apposto...

Inviato: lun 10 mar , 2008 9:11 am
da active
L'877 utilizza l'interfaccia Vlan (invece del comportamento che aveva un 837 ad esempio). Per un utilizzo base ti basta configurare quella interfaccia.

Codice: Seleziona tutto

int vlan1
ip address 192.168.1.60 255.255.255.0
// altri parametri configurazione ...
poi eventualmente se lo usi anche come switch metti le interfacce fe in no shutdown. Ti colleghi e fai il ping :)

Inviato: lun 10 mar , 2008 9:12 am
da Helix
hai ragione :)

Inviato: lun 10 mar , 2008 2:36 pm
da masterweb
perfetto indirizzo assegnato :wink:

Grazie a tutti e due

Inviato: lun 10 mar , 2008 6:40 pm
da Helix
masterweb ha scritto:perfetto indirizzo assegnato :wink:

Grazie a tutti e due

figurati!!! :)