Hallo zusammen,
habe momentan ein kleines Problem (oder nur einen Denkfehler):
Will einen 871er am KD-Anschluss betreiben, da FastEth4 bereits für ein (späteres) DSL-Backup reserviert ist (s.a.
http://www.mcseboard.de/cisco-forum-...ch-166093.html (HA-VPN mit Cisco 871 möglich?)), soll FastEth3 mit über ein zweites VLAN-Interface für KD genutzt werden.
Allerdings bekomme ich leider keine IP vom Netz zugewiesen.
Der Anschluss an sich funktioniert (z.B. an D-Link-Router).
Auszug der Config:
Code:
sh run int fast 3
Building configuration...
Current configuration : 102 bytes
!
interface FastEthernet3
description *** Link KabelDeutschland ***
switchport access vlan 199
end
sh run int vlan 199
Building configuration...
Current configuration : 327 bytes
!
interface Vlan199
description VLAN_fuer_KabelDeutschland-Link
ip ddns update hostname xxx.dyndns.org
ip ddns update xxx_dyndns
ip address dhcp
ip access-group outside_rule in
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat outside
ip virtual-reassembly
crypto map staticmap
end
Leider keine IP:
Code:
sh int vlan 199
Vlan199 is up, line protocol is up
Hardware is EtherSVI, address is 0019.55f3.e80b (bia 0019.55f3.e80b)
Description: VLAN_fuer_KabelDeutschland-Link
Internet address will be negotiated using DHCP
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 1/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 20000 bits/sec, 32 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
33868 packets input, 2049237 bytes, 0 no buffer
Received 33868 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
237 packets output, 146466 bytes, 0 underruns
0 output errors, 5 interface resets
0 unknown protocol drops
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
Kann es sein, dass ich irgendwo noch eine MAC durchreichen muss? Beim D-Link musste ich eine eintragen, erst dann bekam der auch eine IP zugewiesen...
Nachtrag:
Auch mit konfiguriertem ETH4 (Dialer-Konfig gelöscht) keine IP...