Jump to content

xymos

Members
  • Gesamte Inhalte

    188
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von xymos

  1. hi,

     

     

    habe leider selbiges Problem :confused:

     

    http://www.mcseboard.de/cisco-forum-allgemein-38/sip-funktioniert-ios-update-mehr-89327.html?highlight=xymos

     

    teste mal das c2600-ik9o3s3-mz.123-13.bin

     

    Alternativ solltest Du dir das mal durchlesen - vielleicht kommst Du damit weiter:

     

    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122limit/122y/122yu11/ft_fwsip.pdf

     

    Mich würde interssieren, ob es mit IOS 12.4 funzt - kannst Du das mal checken ?

    Mein 2621 ( ohne XM ) kann das net mehr ;-(

     

     

    -xymos.

  2. hi,

     

     

    welchen Voip Anbieter nutzt Du ? ( Sip ? )

     

    Im Normal fall solltest Du den Port 5060 an der PIX öffnen ( in/out) und an die locale IP der FritzBoxen binden...

     

    hier noch mehr Infos:

     

    http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008017278b.html#wp1080849

     

    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00801fc74a.shtml

     

     

    -xymos.

  3. so langsam müssen wir das doch mal inbekommen:

     

    Hier mal meine Config:

     

    vpdn-group pppoe

    request-dialin

    protocol pppoe

    ip mtu adjust

     

     

    ----

     

    interface FastEthernet0/0

    description ADSL_Gateway

    no ip address

    no ip proxy-arp

    ip route-cache flow

    duplex auto

    speed auto

    pppoe enable

    pppoe-client dial-pool-number 1

    fair-queue

     

    -----

     

    interface FastEthernet0/1

    description LAN

    ip address 10.0.1.250 255.255.255.0

    ip nat inside

    duplex auto

    speed auto

     

    ------

     

    nterface Dialer1

    description connected to WAN

    bandwidth 6016

    ip address negotiated

    no ip redirects

    no ip unreachables

    no ip proxy-arp

    ip mtu 1492

    ip nat outside

    encapsulation ppp

    ip route-cache flow

    ip tcp adjust-mss 1452

    no ip mroute-cache

    dialer pool 1

    dialer idle-timeout 0

    dialer persistent

    dialer-group 1

    fair-queue

    no cdp enable

    ppp chap hostname xxx

    ppp chap password xxx

    ppp ipcp dns request

     

     

    Funzt bei BESTENS !

     

    Wenn Du als Provider AOL oder Freenet hast, dann setzt vollgendes:

     

    Freenet MTU: 1452

    AOl : 1400

     

    Sonst geht ES NICHT !!!

  4. Hallo,

     

    Hatte die Frage auch schon.

     

    hier die Antwort:

     

    habe einen Catalyst 2950T24

     

     

    Dein Catalyst kann allerdings "nur" 4 Fastethernetports bzw. 2 Gigabitports zu einem Bundle zusammenfassen.

    Du benötigst dafür um es "richtig" nutzen zu können eine Karte die das beherscht (z.B Intel Teamingadapter)

    Ansonsten laufen die Karten nur im Adaptive Load Balancing oder Failover. D.h es senden alle aber empfangen wird nur auf einer bzw. bei Failover ist beim Einsatz von zwei Karten nur eine Aktiv, die andere ist im Standby und

    macht nichts anderes als darauf zu warten das die aktive ausfällt.

     

    Das hängt damit zusammen, dass "echte" Port-Channel mit einer Multicast-Macadresse laufen und dein Kartentreiber das natürlich supporten muß.

    Unter Linux funktioniert das ganze mit dem Bonding-Treiber mit jeder NIC, auch im Mischbetrieb.

    Im Grunde gibt drei Arten von Portchanneling:

     

    Failover oder auch Fault Tolerance Mode:

    jeder NIC arbeitet mit einer separaten MAC-Adresse und einer IP

    nur eine NIC ist aktiv, alle anderen sind Standby

    wird von jeder NIC unterstützt

     

    Adaptive Load-Balancing:

    alle Nics senden, aber nur auf einer werden Frames empfangen (macht der Catalyst

    jeder NIC arbeitet mit einer separaten MAC-Adresse und einer IP

    wird nicht von allen NIC´s supported

     

    Port Aggregation Mode:

    eine MAC-Adresse für alle NIC´s (Multicast)

    Channel-Modes sind SUN-Trunking oder Cisco Etherchannel bzw. Fastetherchannel (FEC)

    Paketverteilung erfolgt aufgrund der Source/Destination MAC, Source/Destination IP

    oder im Round Robin Verfahren

    Failover ist bei allen Varianten gewährleistet. Dein Catalyst kann alle Modis. Das ganze

    ist mehr oder weniger eine Sachen der Kartentreiber

     

    -xymos.

  5. Hi,

     

     

    interface FastEthernet0/0

    description ADSL_Gateway ( oder eben T-DSL )

    no ip address

    no ip proxy-arp

    ip route-cache flow

    duplex auto

    speed auto

    pppoe enable

    pppoe-client dial-pool-number 1

    fair-queue

     

    Setze diese einstellungen auf dein

     

    nterface FastEthernet0/1

    description T-dsl

     

     

    füge das "permit udp any any eq domain" noch in dein ACL ein !!

     

     

    -xymos.

  6. Hallo,

     

    http://www.cisco.com/univercd/cc/td/doc/product/lan/c2900xl/2935wc14/ol256210.htm

     

    hier ein auszug:

     

    You do not need to perform this step if the show boot privileged EXEC command entered in Step 4 displays no image name; the switch automatically finds the correct file to use when it resets.

     

    switch(config)# boot system flash:new_image

     

     

    For example:

     

    switch(config)# boot system flash:c2900XL-c3h2s-mz-120-5.3.WC.1.bin

     

     

    Step 8 Return to privileged EXEC mode:

     

    switch(config)# end

     

     

    Step 9 Remove the HTML files:

     

    switch# delete flash:html/*

     

     

    Step 10 Press Enter to confirm the deletion of each file. Do not press any other keys during this process.

     

    Step 11 If upgrading from Cisco IOS Release 11.2(8)SA5 or earlier, remove the files in the Snmp directory:

     

    switch# delete flash:html/Snmp/*

     

    Note Make sure the S in Snmp is uppercase.

     

    Step 12 Press Enter to confirm the deletion of each file. Do not press any other keys during this process.

     

    Step 13 Enter the following command to copy the new image and HTML files to the switch flash memory:

    Caution In this step, the tar privileged EXEC command copies the combined tar file that contains the Cisco IOS image file and the HTML files. You do not need to copy an HTML tar file in this procedure.

     

    switch# tar /x tftp://server_ip_address/path/filename.tar flash:

     

    Loading /path/filename.tar from server_ip_address (via VLAN1): !

     

    extracting info (111 bytes)

     

    extracting c2900XL-c3h2s-mz.120-5.3.WC.1.bin (1750311

    bytes)!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

     

    html/ (directory)

     

    extracting html/ClusterBuilder.html.gz (670 bytes)

     

    extracting html/ClusterManager.html.gz (624 bytes)

     

    extracting html/back.html.gz (211 bytes)!

     

    . . .

     

    Depending on the TFTP server being used, you might need to enter only one slash (/) after the server_ip_address in the tar privileged EXEC command. The tar privileged EXEC command extracts the Cisco IOS image and the HTML files from the combined tar file during the TFTP copy to the switch.

     

     

    Step 14 Enter global configuration mode:

     

    switch# configure terminal

     

    Enter configuration commands, one per line. End with CNTL/Z.

     

     

    Step 15 Re-enable access to the switch HTTP pages:

     

    switch(config)# IP http server

     

     

    Step 16 Return to privileged EXEC mode:

     

    switch(config)# end

     

     

    Step 17 Reload the new software with this command:

     

    switch# reload

     

    System configuration has been modified. Save? [yes/no]: y

     

    Proceed with reload? [confirm]

     

     

    Step 18 Press Return to confirm the reload.

     

    Your Telnet session ends when the switch resets.

     

    Step 19 After the switch reboots, use Telnet to return to the switch, and enter the privileged EXEC show version command to verify the upgrade procedure.

     

    If you have a previously opened browser session to the upgraded switch, close the browser, and restart it to ensure that you are using the latest HTML files.

     

     

    Hoffe Du kommst damit weiter..

     

    -xymos.

  7. Hallo,

     

     

    Du kannst das IOS über das GUI updaten oder via Telnet:

     

    via GUI:

     

    http://www.cisco.com/en/US/products/ps5931/index.html

     

    über die Telnet Console ( Z.B Putty )

     

    wechle in den "enable" modus !

     

    dann löscht Du den Flashspeicher des Switches:

     

    "erase flash"

     

    via "copy tftp flash" kopierst Du das neues IOS in den Flash. ( must aber zuvor den TFTP Server auf einem localen PC starten ;-)..)

     

    Das *.tar file enthält auch das neu http frontend für den Switch. Wenn Du also nur das IOS aufladen willst, dann entpacke es aus dem *.tar file. Über das Cisco eigene Tool ( siehe LINK) kannst Du das alles in einem wisch machen.

     

    am Ende speicherst Du wieder deine aktulle laufende Config in den Flash:

     

    "copy running-config startup-config"

     

    dann lädst Du das IOS neu aus dem Flash:

     

    "reload"

     

    ready

     

    _xymos.

×
×
  • Neu erstellen...