Panel MultiLink Vs series CONF.

Dear all,

What is the priority between the Configuration of Multilink and series...

For example if I deleted fair-queue (no fair-tail) serial link... but if I enabled on multiple links...

Is that the link will be fair-queue or not?

Pls suggest...

Kind regards

Sagar.

When it is configured for Multilink the serial interfaces will always use FIFO queuing. If you set up fair-queue on Serials IOS substitute and poster hanging with FIFO.

Essentially the interface virtual multilink Panel will handle the put on hold, using whatever method you choose and pass packets of the physical interface that will send them in the order received.

Tags: Cisco Network

Similar Questions

  • Trouble passing traffic HTTP w / IPS enabled on the Multilink Interface

    Scenario:

    I have a 2811 using 2 bonded T1s to the Internet (using MLPPP). Before I glued the T1s and used the interface serial0 to access the net, I used the following instructions on my public interface without any problems;

    IP - ips myips in

    IP - inspect myfw in

    After that I stuck the T1s and removed the above statements interface series and placed on them my multilink interface panel, everything has stopped working (i.e. my home DNS, Web sites), but a remote user could ping the internal Web sites. When I removed the statements above of traffic Panel multilink interface flowed very well, but I had no security. I have included my config. Someone at - it guidance? I also tried to use 'ip check out myfw' on fa0/0 to see if it would work better and I got the same results, no access to my web servers from the outside world. Once I removed the statement, however, everything was perfect.

    Hello

    I suggest a slight modification using ACLs that you have configured upward at the present time.

    remove orders group-access 101 the multilink first and then remove the 101 ACL with no access list 101.

    Once you are done with this pls paste the below mentioned lines of configuration on your router...

    access list 101 tcp refuse any any eq 4444

    access list 101 deny udp any how any eq 4444

    access-list 101 deny udp any any eq tftp

    access list 101 deny udp any how any eq 593

    access list 101 tcp refuse any any eq 1025

    access list 101 tcp refuse any any eq 1029

    access list 101 tcp refuse any any eq 7789

    access list 101 deny udp any how any eq 1025

    access list 101 deny udp any how any eq 1029

    access list 101 deny udp any how any eq 7789

    access list 101 tcp refuse any any eq 135

    access list 101 tcp refuse any any eq 136

    access list 101 tcp refuse any any eq 137

    access list 101 tcp refuse any any eq 139

    access list 101 deny udp any how any eq 135

    access list 101 deny udp any what all 136 eq

    access-list 101 deny udp any any eq netbios-ns

    access-list 101 deny udp any any eq netbios-ss

    access list 101 ip allow a whole

    At the present time, you permit a whole in the middle and start to deny everything again.

    This should not be the case that the ACLs are get processed.

    regds

  • programitically column for graphic bending series is not displayed for graph creation

    I want to dynamically create a number series n when I run my application.
    where n can be any value depends on data that I retrieve from the database. below I have pasted the example
    (in this example, I took n = 4, CountMax = 4 if I change the CountMax = 6, then it should dynamically generate the 6series having calculated values). Simply copy the code below and paste them into Flex builder and run the application.

    in this example, I am facing problem, series of graphics are not displayed. I don't know the reason why his appears not to, if anyone did the solutions to the problem please let me know. my real need is to retrieve Salesforce account data and want to fill the arraylist, and then display the graphic.
    -----------------------
    <? XML version = "1.0"? >
    <! - example showing using mx:LineSeries vs using as to create graphic series by program - >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' creationComplete = "drawChart ()" layout = "absolute" > "
    < mx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    Import mx.charts.series.ColumnSeries;
    Import mx.charts.series.LineSeries;
    Import mx.collections.ArrayCollection;

    [Bindable]
    public var categoryArray:ArrayCollection = new ArrayCollection();
    [Bindable]
    public var sArray:ArrayCollection = new ArrayCollection();
    public function drawChart (): void
    {
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 6;
    var tmpArr:Array = new Array();
    categoryArray.removeAll ();
    for (var n: int = 0; n < 10; n ++)
    {
    tmpArr [n] = histMin + Math.round ((2 * n) / 20 * (histMax - histMin));
    categoryArray.addItem({data:tmpArr[n]});)
    }

    Add a series to the map with the values x and y
    Since the berries and the whole series type on a column chart
    for (var chartSeries:int = 0; chartSeries < countMax; chartSeries ++)
    {
    var tmpseries:Array = new array (10);
    for (var i: int = 1; i < 10; i ++)
    {
    tmpseries = 3 * Math.Random ();
    }
    CS: ColumnSeries var = new ColumnSeries();
    columnchart1. Series.Join (= [cs];
    sArray.addItem({data:tmpseries});)
    columnchart1. DataProvider = sArray;
    CS = new ColumnSeries();
    cs.dataProvider = sArray;
    cs.displayName = "series."
    cs.yField = "data";
    columnchart1. Series [chartSeries] = cs;
    }
    }
    []] >
    < / mx:Script >
    < mx:Panel title = "Dynamic series adding Sample" width = "195%" height = "90%" layout = "absolute" >
    < mx:ColumnChart id = "columnchart1" height = "338" width = "396" showDataTips = "true" type = "stacked" x = "10" y = "0" >
    < mx:horizontalAxis >
    < mx:CategoryAxis dataProvider = "{categoryArray}" categoryField = "data" / >
    < / mx:horizontalAxis >
    < mx:verticalAxis >
    < mx:LinearAxis baseAtZero = "true" maximum = "3" autoAdjust = "true" / >
    < / mx:verticalAxis >
    < / mx:ColumnChart >
    < / mx:Panel >
    < / mx:Application >



    http://www.Adobe.com/2006/mxml"creationComplete =" drawChart () "layout ="absolute">"

    Import mx.graphics.SolidColor;
    Import mx.charts.HitData;
    Import mx.controls.Alert;
    Import mx.charts.series.ColumnSeries;
    Import mx.charts.series.LineSeries;
    Import mx.collections.ArrayCollection;

    [Bindable]
    public var categoryArray:ArrayCollection = new ArrayCollection();

    public function drawChart (): void
    {
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 3;
    var tmpArr:Array = new Array();
    categoryArray.removeAll ();
    for (var n: int = 0; n< 10;="">
    {
    tmpArr [n] = histMin + Math.round ((2 * n) / 20 * (histMax - histMin));
    categoryArray.addItem({data:tmpArr[n]});)
    }

    CS: ColumnSeries var = new ColumnSeries();
    columnchart1. Series = [cs];
    Add a series to the map with the values x and y
    Since the berries and the whole series type on a column chart
    for (var chartSeries:int = 0; chartSeries< countmax;="">
    {
    var tmpseries:Array = new array (10);
    for (var i: int = 0; i< 10;="">
    {
    tmpseries = 1 * Math.Random ();
    If (tmpseries
    > 0.5)
    {
    tmpseries = 1;
    }
    on the other
    {
    tmpseries
    = 0;
    }
    }

    var testArrCol:ArrayCollection = new ArrayCollection();
    for (var j: int = 0; j< 10;="">
    {
    var m:Number = tmpArr [j];
    var m1:Number = tmpseries [j];
    testArrCol.addItem({mData:m.toString(),nData:m1.toString()});)
    }
    CS = new ColumnSeries();
    cs.dataProvider = testArrCol;
    cs.displayName = 'Series' + chartSeries.
    cs.xField = 'Montana ';
    cs.yField = 'nData ';
    columnchart1. Series [chartSeries] = cs;
    }
    }

    public void myTipFunction(hitData:HitData):String
    {
    return (p:System.NET.mail.MailAddress.DisplayName ColumnSeries (hitData.element) +"-" + hitData.item.mData + "\n" + "value:"+ hitData.item.nData "');
    }
    ]]>











  • adding programitically column in flex series graphic does not display the graph

    <? XML version = "1.0"? >
    <! - example showing using mx:LineSeries vs using as to create graphic series by program - >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' creationComplete = "drawChart ()" layout = "absolute" > "
    < mx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    Import mx.charts.series.ColumnSeries;
    Import mx.charts.series.LineSeries;
    Import mx.collections.ArrayCollection;

    [Bindable]
    public var categoryArray:ArrayCollection = new ArrayCollection();
    [Bindable]
    public var sArray:ArrayCollection = new ArrayCollection();
    public function drawChart (): void
    {
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 6;
    var tmpArr:Array = new Array();
    categoryArray.removeAll ();
    for (var n: int = 0; n < 10; n ++)
    {
    tmpArr [n] = histMin + Math.round ((2 * n) / 20 * (histMax - histMin));
    categoryArray.addItem({data:tmpArr[n]});)
    }

    Add a series to the map with the values x and y
    Since the berries and the whole series type on a column chart
    for (var chartSeries:int = 0; chartSeries < countMax; chartSeries ++)
    {
    var tmpseries:Array = new array (10);
    for (var i: int = 1; i < 10; i ++)
    {
    tmpseries = 3 * Math.Random ();
    }
    CS: ColumnSeries var = new ColumnSeries();
    columnchart1. Series.Join (= [cs];
    sArray.addItem({data:tmpseries});)
    columnchart1. DataProvider = sArray;
    CS = new ColumnSeries();
    cs.dataProvider = sArray;
    cs.displayName = "series."
    cs.yField = "data";
    columnchart1. Series [chartSeries] = cs;
    }
    }
    []] >
    < / mx:Script >
    < mx:Panel title = "Dynamic series adding Sample" width = "195%" height = "90%" layout = "absolute" >
    < mx:ColumnChart id = "columnchart1" height = "338" width = "396" showDataTips = "true" type = "stacked" x = "10" y = "0" >
    < mx:horizontalAxis >
    < mx:CategoryAxis dataProvider = "{categoryArray}" categoryField = "data" / >
    < / mx:horizontalAxis >
    < mx:verticalAxis >
    < mx:LinearAxis baseAtZero = "true" maximum = "3" autoAdjust = "true" / >
    < / mx:verticalAxis >
    < / mx:ColumnChart >
    < / mx:Panel >
    < / mx:Application >



    http://www.Adobe.com/2006/mxml"creationComplete =" drawChart () "layout ="absolute">"

    Import mx.graphics.SolidColor;
    Import mx.charts.HitData;
    Import mx.controls.Alert;
    Import mx.charts.series.ColumnSeries;
    Import mx.charts.series.LineSeries;
    Import mx.collections.ArrayCollection;

    [Bindable]
    public var categoryArray:ArrayCollection = new ArrayCollection();

    public function drawChart (): void
    {
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 3;
    var tmpArr:Array = new Array();
    categoryArray.removeAll ();
    for (var n: int = 0; n< 10;="">
    {
    tmpArr [n] = histMin + Math.round ((2 * n) / 20 * (histMax - histMin));
    categoryArray.addItem({data:tmpArr[n]});)
    }

    CS: ColumnSeries var = new ColumnSeries();
    columnchart1. Series = [cs];
    Add a series to the map with the values x and y
    Since the berries and the whole series type on a column chart
    for (var chartSeries:int = 0; chartSeries< countmax;="">
    {
    var tmpseries:Array = new array (10);
    for (var i: int = 0; i< 10;="">
    {
    tmpseries = 1 * Math.Random ();
    If (tmpseries
    > 0.5)
    {
    tmpseries = 1;
    }
    on the other
    {
    tmpseries
    = 0;
    }
    }

    var testArrCol:ArrayCollection = new ArrayCollection();
    for (var j: int = 0; j< 10;="">
    {
    var m:Number = tmpArr [j];
    var m1:Number = tmpseries [j];
    testArrCol.addItem({mData:m.toString(),nData:m1.toString()});)
    }
    CS = new ColumnSeries();
    cs.dataProvider = testArrCol;
    cs.displayName = 'Series' + chartSeries.
    cs.xField = 'Montana ';
    cs.yField = 'nData ';
    columnchart1. Series [chartSeries] = cs;
    }
    }

    public void myTipFunction(hitData:HitData):String
    {
    return (p:System.NET.mail.MailAddress.DisplayName ColumnSeries (hitData.element) +"-" + hitData.item.mData + "\n" + "value:"+ hitData.item.nData "');
    }
    ]]>











  • Cisco 1841 to Vigor VPN

    Hi all

    I desperately need help. I spent the last 48 hrs trawling internet try to find how to set up secessfully

    I have port ports 80 and 443 forwarded for 78.25.xxx.xxx to our 192.168.6.65 local mail server. But all im presented with is unable to display the page when I try and connect to the external IP address on the local network. But if I try this address outside the local access network, then it works fine?

    My other problem I have is that I would like to setup 7 vpn which all dial for this router. They are configured to use ipsec with a preshared key ike. The dial of the router are vigor 2600-2820 series and I was going to use the following configuration to the cisco but it crashes card crypto cm-cryptomap.

    If anyone can help me I would really really appreciate it.

    Network configuration
    IP PUBLIC IP PRIVATE
    HUB (CISCO 1841) 192.168.6.0 SITE 78.XX. XXX.48
    SITE SPOKE (VIGOR 2600) 192.168.88.0 85.XX. XXX.85

    # tried vpn config that did not work.

    crypto ISAKMP policy 1
    md5 hash
    preshared authentication
    life 3600
    ISAKMP crypto key 123 address 85.189.xxx.xxx (site of talk)
    Crypto ipsec transform-set esp cm-transformset-1-esp-md5-hmac
    Dimensions of tunnel mib crypto ipsec flowmib history 200
    MIB crypto ipsec flowmib size of 200 historical failure
    Crypto card cm-cryptomap-address FastEthernet0/0
    cm-cryptomap 1 ipsec-isakmp crypto map
    defined by peer 85.189.155.85 (site of talk)
    the value of the transform-set cm-transformset-1
    match address 100

    interface FastEthernet0/0
    cm-cryptomap crypto card
    access-list 100 permit ip 192.168.6.0 0.0.0.255 192.168.88.0 0.0.0.255

    Here is the config complete less info vpn that works perfectly with bonded adsl
    # FULL CONFIG #.

    Current configuration: 3938 bytes
    !
    version 12.4
    horodateurs service debug datetime msec
    Log service timestamps datetime msec
    no password encryption service
    !
    BURTON hostname
    !
    boot-start-marker
    boot-end-marker
    !
    activate the FBI secret 5
    activate the password xxxxxxxxxxx
    !
    No aaa new-model
    IP cef
    !
    !
    property intellectual auth-proxy max-nodata-& 3
    property intellectual admission max-nodata-& 3
    !
    !
    name of the IP-server 62.121.0.2
    name of the IP-server 195.54.225.10
    !
    !
    Crypto pki trustpoint TP-self-signed-692553461
    enrollment selfsigned
    name of the object cn = IOS - Self - signed - certificate - 692553461
    revocation checking no
    rsakeypair TP-self-signed-692553461
    !
    !
    TP-self-signed-692553461 crypto pki certificate chain
    certificate self-signed 01
    308201A 5 A0030201 02020101 3082023C 300 D 0609 2A 864886 F70D0101 04050030
    2 060355 04031325 494F532D 53656 C 66 2 AND 536967 6E65642D 43657274 30312E30
    69666963 36393235 35333436 31301E17 313031 31323431 34343930 0D 6174652D
    325A170D 2E302C06 1325494F 03550403 32303031 30313030 30303030 5A 303031
    532D 5365 6C662D53 69676E65 4365 72746966 69636174 652 3639 32353533 642D
    06092A 86 4886F70D 01010105 34363130 819F300D 00308189 02818100 0003818D
    BA51CDF7 D418D270 7DCE516E 1ADE6DF5 82FE4507 CD1EBE0A 4B6E4B15 9A3C20ED
    B1D19FC9 63D0B925 0A4611FF CE8D935C 264FC3FE DF8BFAC2 76EC38ED 68115F43
    20A68D85 C04A564E 8BDE86FE 127F79B4 8E123D9C 8430940C BCD5CDA4 ADAAE387
    FA1E14A6 ECF92197 0CF54E89 B33915E7 A4E01EC7 CE45DDF6 AA60D168 38C92E67
    02030100 01A 36630 03551 D 13 64300F06 0101FF04 05300301 01FF3011 0603551D
    11040A 30 08820642 5552544F 4E301F06 23 04183016 03551D 8014645E 3FDE4E90
    A8773580 81EE4217 F4821238 993A301D 0603551D 0E041604 14645E3F DE4E90A8
    77358081 EE4217F4 3A300D06 01040500 03818100 86F70D01 82123899 092A 8648
    B9B21771 6B8C0F9E C66B907A AC7A09BF 1FFCB332 0C7B6446 22483 HAS 32 5EE7D1FC
    128A 9224 30964615 E70FFE29 513455AB 6A1747C4 250070DF 4ABE123D 0A29DD8B
    E67A33F0 4E61AB87 9AE1D2DC 72741BE7 3A9AD79D 13B622B3 BCADCDAA 9D5EA74C
    567D AD429722 9AE90E13 7D80027F 4FA37A7F 65014 2852 HAS 45 43CB141C 36FCB96B
    quit smoking
    !
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    Description $ETH - LAN$
    IP 192.168.6.40 255.255.255.0
    IP nat inside
    IP virtual-reassembly
    automatic duplex
    automatic speed
    !
    interface FastEthernet0/1
    no ip address
    Shutdown
    automatic duplex
    automatic speed
    !
    ATM0/0/0 interface
    no ip address
    no ip mroute-cache
    No atm ilmi-keepalive
    Bundle-enable
    DSL-automatic operation mode
    PVC 0/38
    aal5mux encapsulation ppp Dialer
    Dialer pool-member 1
    !
    !
    ATM0/1/0 interface
    no ip address
    no ip mroute-cache
    No atm ilmi-keepalive
    Bundle-enable
    DSL-automatic operation mode
    PVC 0/38
    aal5mux encapsulation ppp Dialer
    Dialer pool-member 1
    !
    !
    interface Dialer0
    the negotiated IP address
    NAT outside IP
    IP virtual-reassembly
    encapsulation ppp
    Dialer pool 1
    Dialer-Group 1
    PPP reliable link
    Authentication callin PPP chap Protocol
    PPP chap hostname [email protected] / * /
    PPP chap password 0 xxxxxxxx
    PPP ipcp dns request
    reorganizes the PPP link
    multilink PPP Panel
    PPP multilink sliding 16 mru
    period of PPP multilink fragment 10
    Panel multilink PPP interleave
    multiclass multilink PPP
    !
    IP forward-Protocol ND
    IP route 0.0.0.0 0.0.0.0 Dialer0
    !
    IP http server
    IP http secure server
    overload of IP nat inside source list 100 interface Dialer0
    IP nat inside source static tcp 192.168.6.65 25 interface Dialer0 25
    IP nat inside source static tcp 192.168.6.45 Dialer0 1723 1723 interface
    IP nat inside source static tcp 192.168.6.65 80 78.XX. XXX.61 extensible 80
    IP nat inside source static tcp 192.168.6.65 78.XX 443. XXX.61 extensible 443
    IP nat inside source static tcp 192.168.6.30 80 78.XX. XXX.62 extensible 80
    IP nat inside source static tcp 192.168.6.30 78.XX 443. XXX.62 extensible 443
    !
    access-list 100 permit ip 192.168.6.0 0.0.0.255 any
    Dialer-list 1 ip protocol allow
    public RO SNMP-server community
    !
    !
    control plan
    !
    !
    Line con 0
    line to 0
    line vty 0 4
    password xxxxxxxxxxxx
    opening of session
    !
    Scheduler allocate 20000 1000
    end

    Cryptography works fine it seems.

    The error you receive is I think because that side vigor is able to encrypt a subnet ip (range) that is not defined by Cisco.

    The force he sends down to Cisco and after decrypting the Security Association IPSEC is a fall because it does not part of interesting traffic.

    But, I guess you're already running.

  • With the help of DataFileLoad within a use

    Hello

    When you import files of type *.7d7 using the existing use, some of the proparties are not loaded correctly. I tried to fix this by creating a new use. Given that I do not have access to the file format (and I don't really want to write the plugin from scratch) I tried to use the existing plugin and then clean the proparties loaded.

    Is it possible to use DataFileLoad inside the use vbs file? I get an error saying "Variable is undefined: «DataFileLoad»»

    Also, I tried to use the msgbox inside the use as a way easy to debug but is became a ' permission denied: "msgbox" "error."

    Thanks for the help.

    Hi Denis,.

    It is possible in a use VBScript to open an object file with the path of the data file.

    Set file = OpenFile (DataFilePath)

    It is possible in a use VBScript to open a store object with the path of the data file and the name of the use to use.

    Set store = OpenStore (DataFilePath, DataPluginName)

    It is NOT possible to make the function calls or variable reads/writes that are part of the DIAdem VBScript host (i.e. what normally run you in the SCRIPT Panel), because a series of VBScript in a VBScript use separate host that is embedded in ICU who has none of these orders or added variables.  Remember that VBScript DataPlugins can also be run on a computer that has LabVIEW on it.

    VBScript MsgBox and InputBox controls are also NOT allowed in a VBScript use because they would hang the DataFinder when trying to index the files of data headlessly.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • HP Photosmart 7510 copy two-sided documents

    My newly installed HP photosmart 7510 (model No. C311a) will not copy two-sided documents.

    Here's the story: on the screen of the printer, I went to copy > Settings and choose "2 faces".  After the first printing, side I put the original and replaced it in the charger.  After a break for the ink drying, the screen read "Copy...", but the original was not sucked into the feeder and the copy that came out had only the first side top.   I repeated several times with the same result.

    At no time did any alerts or error messages.

    I tried all the remedies suggested earlier:

    http://h30434.www3.HP.com/T5/printing-issues-troubleshooting/HP-Photosmart-7510-won-t-print-double-s...

    I uninstalled all the drivers, etc of the CD included and downloaded and installed later from HP.  But no help!

    I went to: Control Panel > printers & faxes > series of HP Photosmart 7510. Right-click on the last, I have found no reference to "Restore preferences", "Reset Printing System", or "installation of printer," as mentioned in the previous post.

    On the homescreen of my computer, I clicked on the icon "Series of HP Photosmart 7510."  Assistant HP printer that has opened, I chose: the value of the preferences > series HP Photosmart 7510 printing preferences > advanced. At the last, I have reset print borderless to 'Print without borders', but it was also without success.

    I have Windows XP Pro. Any other suggestions?

    Hello

    AMPe #21 its manual implies that we should use the glass, NOT the ADF. I've tested this and it worked.

    I hope this helps.

  • Circuits group with cards VWIC2-1MFT-T1/E1 and VWIC3-1MFT-T1/E1

    Hi all

    I have a router 2821 with 2 cards to VWIC2-1MFT-T1/E1 x connections ppp in a bundle, we replace it by a 2951 but also add a new ppp link, we would like nevertheless to re-use the existing VWIC2 cards and just get a new card VWIC3-1MFT-T1/E1 to add this additional link from the same batch, my question here: would it be possible to have a job with vwic2 and vwic3 maps multiple links?

    Thanks for your help.

    Hello

    I just checked one of my routers. I have the Panel multilink ppp on two different modules. WIC-1dsu-t1-v2 and VWIC2-1MFT-T1/E1. So it should work in your case too.

    multiple links are working properly.

    It will be useful,

    Masoud

  • Crypto applied on the loopback interface

    Hello

    Here's one of our 2811 router config, we applied crypto on the loopback interface, but its does not work. Can you review the cofig and let us know the suggesstion as elsewhere where we can apply crypto map to VPN to work.

    site #sh run

    Building configuration...

    Current configuration: 5956 bytes

    !

    version 12.4

    horodateurs service debug datetime msec

    Log service timestamps datetime msec

    encryption password service

    !

    Site host name

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret cisco

    !

    No aaa new-model

    !

    resources policy

    !

    iomem 25 memory size

    clock timezone IS - 5

    clock to summer time EDT recurring

    No network-clock-participate wic 2

    No network-clock-participate wic 3

    IP subnet zero

    !

    !

    IP cef

    No dhcp use connected vrf ip

    !

    controller T1 2/0/0

    framing ESF

    linecode b8zs

    CableLength short-133

    slots of channel-group 0 1 - 24

    !

    controller T1 0/2/1

    framing ESF

    linecode b8zs

    CableLength short-133

    slots of channel-group 0 1 - 24

    !

    controller T1 3/0/0

    framing ESF

    linecode b8zs

    CableLength short-133

    slots of channel-group 0 1 - 24

    !

    controller T1 3/0/1

    framing ESF

    linecode b8zs

    CableLength short-133

    slots of channel-group 0 1 - 24

    !

    !

    crypto ISAKMP policy 1

    BA 3des

    md5 hash

    preshared authentication

    Group 2

    lifetime 28800

    ISAKMP crypto key wsld0829 address 66.78.246.175

    !

    !

    Crypto ipsec transform-set esp-3des esp-md5-hmac rtpset

    !

    RTP 10 ipsec-isakmp crypto map

    defined by peer 66.78.246.175

    Set transform-set rtpset

    match address 110

    !

    !

    !

    interface Loopback0

    Description * IP address links multiple serial lines *.

    IP 168.88.110.200 255.255.255.252

    crypto rtp map

    !

    interface Serial0/0/0

    Description * Sprint HCGS/987682 / / LB *.

    no ip address

    encapsulation ppp

    no fair queue

    pulse-time 1

    multilink PPP Panel

    crypto rtp map

    !

    interface Serial0/1/0

    Description * Sprint HCGS/987683 / / LB *.

    no ip address

    Check IP unicast reverse path

    no ip redirection

    no ip unreachable

    encapsulation ppp

    no fair queue

    pulse-time 1

    multilink PPP Panel

    !

    interface Serial0/2/0:0

    no ip address

    Check IP unicast reverse path

    no ip redirection

    no ip unreachable

    encapsulation ppp

    no fair queue

    pulse-time 1

    multilink PPP Panel

    crypto rtp map

    !

    interface Serial0/2/1:0

    no ip address

    Check IP unicast reverse path

    no ip redirection

    no ip unreachable

    encapsulation ppp

    no fair queue

    pulse-time 1

    multilink PPP Panel

    crypto rtp map

    !

    interface Serial0/3/0:0

    no ip address

    Check IP unicast reverse path

    no ip redirection

    no ip unreachable

    encapsulation ppp

    Shutdown

    no fair queue

    pulse-time 1

    multilink PPP Panel

    !

    interface Serial0/3/1:0

    no ip address

    Check IP unicast reverse path

    no ip redirection

    no ip unreachable

    encapsulation ppp

    Shutdown

    no fair queue

    pulse-time 1

    multilink PPP Panel

    !

    interface virtual-Template1

    IP unnumbered Loopback0

    multilink PPP Panel

    !

    IP classless

    IP route 0.0.0.0 0.0.0.0 160.81.110.209

    IP route 200.3.201.0 255.255.255.0 207.40.33.100

    IP route 203.13.189.0 255.255.255.0 207.40.33.100

    !

    IP http server

    no ip http secure server

    !

    Note access-list 110 Tunnel ACL

    access-list 110 note authorization router loopback

    access-list 110 permit ip 168.88.110.200 host 67.210.111.204 0.0.0.15

    access-list 110 note IP3 allowing

    access-list 110 permit ip 207.41.32.106 host 65.210.126.240 0.0.0.15

    access-110 note peripheral authorization

    access-list 110 permit ip 208.3.187.0 0.0.0.15 65.210.126.240 0.0.0.15

    access-list 110 permit ip 208.3.187.16 0.0.0.7 65.210.126.240 0.0.0.15

    access-list 110 permit ip 208.3.187.24 0.0.0.1 65.210.126.240 0.0.0.15

    Dialer-list 1 ip protocol allow

    !

    !

    control plan

    !

    !

    Line con 0

    line to 0

    line vty 0 4

    Cisco password

    local connection

    !

    end

    Your suggestion will be highly appreciated.

    Kind regards

    Khan

    1: try to add the following command in your router.

    Panel MultiLink virtual-model 1

    2: set 'crypt map rtp' command in virtual model 1 void-configuation.

    3: remove 'crypt map rtp' command of all the interface configuration and closure of the serial interface.

    4: highly recommended to remove the following command from each serial interface.

    Check IP unicast reverse path

    5: If still does not work, apply new 'crypt card rtp"command in all interfaces of Seraglio under configuration.

    Jerry

  • Speaking of talk (VIGOR to CISCO) routing

    Hi all

    I have a problem with my config, it's a 7 rays star configuration. The address of the network hub is the 192.168.6.0.

    I wish that sites spoke to communicate to other rays through the hub. The site talks are the routers of the force and the hub is a cisco 1842, the routing table is present on the vigors. I assume it's an ACL problem, but I've spent the last 3 hours trying figure this one and got no where, can anyone help?

    I also nat has ports 80, 443, that work very well from outside the local network, but do not work inside? Anyone got any suggestions?

    Thank you

    Mark

    192.168.6.0 HUB

    192.168.18.0 TALK

    192.168.23.0 TALK

    192.168.28.0 SPEAKS

    192.168.48.0 TALK

    192.168.78.0 TALK

    192.168.88.0 TALK

    192.168.108.0 TALK

    10.0.0.0 SPEAKS

    Current configuration: 4558 bytes

    !

    version 12.4

    horodateurs service debug datetime msec

    Log service timestamps datetime msec

    no password encryption service

    !

    BURTON hostname

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    activate the password xxxxxxxxxxxxxx

    !

    No aaa new-model

    IP cef

    !

    !

    property intellectual auth-proxy max-nodata-& 3

    property intellectual admission max-nodata-& 3

    !

    !

    name of the server IP 62.XX.x.2

    name of the server IP 195.xxx.xxx.10

    !

    !

    Crypto pki trustpoint TP-self-signed-692553461

    enrollment selfsigned

    name of the object cn = IOS - Self - signed - certificate - 692553461

    revocation checking no

    rsakeypair TP-self-signed-692553461

    !

    !

    TP-self-signed-692553461 crypto pki certificate chain

    certificate self-signed 01

    308201A 5 A0030201 02020101 3082023C 300 D 0609 2A 864886 F70D0101 04050030

    2 060355 04031325 494F532D 53656 C 66 2 AND 536967 6E65642D 43657274 30312E30

    69666963 36393235 35333436 31301E17 313031 31323530 39353934 0D 6174652D

    315A170D 2E302C06 1325494F 03550403 32303031 30313030 30303030 5A 303031

    532D 5365 6C662D53 69676E65 4365 72746966 69636174 652 3639 32353533 642D

    06092A 86 4886F70D 01010105 34363130 819F300D 0003818D 00308xxx 02818100

    BA51CDF7 D418D270 7DCE516E 1ADE6DF5 82FE4507 CD1EBE0A 4B6E4B15 9A3C20ED

    B1D19FC9 63D0B925 0A4611FF CE8D935C 264FC3FE DF8BFAC2 76EC38ED 68115F43

    20A68D85 C04A564E 8BDE86FE 127F79B4 8E123D9C 8430940C BCD5CDA4 ADAAE387

    FA1E14A6 ECF92197 0CF54E89 B33915E7 A4E01EC7 CE45DDF6 AA60D168 38C92E67

    02030100 01A 36630 03551 D 13 64300F06 0101FF04 05300301 01FF3011 0603551D

    11040A 30 08820642 5552544F 4E301F06 23 04183016 03551D 8014645E 3FDE4E90

    A8773580 81EE4217 F4821238 993A301D 0603551D 0E041604 14645E3F DE4E90A8

    77358081 EE4217F4 3A300D06 01040500 03818100 86F70D01 82123899 092A 8648

    914EE910 C1EFCDB3 2C3B277B 45E4149F B8A78E94 94D6558F 7A1D5B45 D057DC02

    1FCF0C28 5B29728B 9480E807 D7E7DF9E 751DD005 E108D94B 6B3FC03B 8EB1603B

    9AF1E4CA 49067084 5B906C74 4D07217A 13FD0113 B721068A 3EC6C990 54101B4B

    FC9860E4 3xxxB064 586EC91D EF7C5A8F 8BBF33C6 29BCF148 A7E2B987 F2A028F8

    quit smoking

    !

    !

    !

    !

    crypto ISAKMP policy 1

    md5 hash

    preshared authentication

    Group 2

    life 3600

    !

    crypto ISAKMP policy 5

    BA 3des

    md5 hash

    preshared authentication

    Group 2

    ISAKMP crypto key xxxxxxxxxx address 77.xxx.xxx.176

    ISAKMP crypto key xxxxxxxxxx address 85.xxx.xxx.85

    ISAKMP crypto key xxxxxxxxxx address 85.xxx.xxx.9

    ISAKMP crypto key xxxxxxxxxx address 85.xxx.xxx.81

    ISAKMP crypto key xxxxxxxxxx address 85.xxx.xxx.228

    ISAKMP crypto key xxxxxxxxxx address 85.xxx.xxx.153

    ISAKMP crypto key xxxxxxxxxx address 85.xxx.xxx.10

    ISAKMP crypto key xxxxxxxxxx address 85.xxx.xxx.61

    !

    !

    Crypto ipsec transform-set esp-3des esp-sha-hmac 3DES-SHA

    Crypto ipsec transform-set AES - SHA aes - esp esp-sha-hmac

    Crypto ipsec transform-set compression-SHA-3DES esp-3des esp-hmac-sha-comp-lzs

    Crypto ipsec transform-set AES-SHA-compression, hmac-sha-esp esp - aes comp-lzs

    Crypto ipsec transform-set esp cm-transformset-1-esp-sha-hmac

    Crypto ipsec transform-set esp - esp-sha-hmac this_should_work

    !

    card card-VPN-1 10 ipsec-isakmp crypto

    the value of 77.xxx.xxx.176 peer

    Set transform-set this_should_work

    match the stores addresses

    !

    card crypto ipsec VPN - card - 1 isakmp 11

    the value of 85.xxx.xxx.85 peer

    Set transform-set this_should_work

    match address dalby

    !

    card card-VPN-1 12 ipsec-isakmp crypto

    the value of 85.xxx.xxx.9 peer

    Set transform-set this_should_work

    match address braintree

    !

    card card-VPN-1 13 ipsec-isakmp crypto

    the value of 85.xxx.xxx.81 peer

    Set transform-set this_should_work

    match address corby

    !

    card card-VPN-1 14 ipsec-isakmp crypto

    the value of 85.xxx.xxx.228 peer

    Set transform-set this_should_work

    match against glasgow

    !

    card card-VPN-1 15 ipsec-isakmp crypto

    the value of 85.xxx.xxx.153 peer

    Set transform-set this_should_work

    match address hadleigh

    !

    card card-VPN-1 16 ipsec-isakmp crypto

    the value of 85.xxx.xxx.10 peer

    Set transform-set this_should_work

    northwich match address

    !

    card card-VPN-1 17 ipsec-isakmp crypto

    the value of 85.xxx.xxx.61 peer

    Set transform-set this_should_work

    match address wycombe

    !

    !

    !

    interface FastEthernet0/0

    Description $ETH - LAN$

    IP 192.168.6.40 255.255.255.0

    IP nat inside

    IP virtual-reassembly

    automatic duplex

    automatic speed

    !

    interface FastEthernet0/1

    no ip address

    Shutdown

    automatic duplex

    automatic speed

    !

    ATM0/0/0 interface

    no ip address

    no ip mroute-cache

    No atm ilmi-keepalive

    Bundle-enable

    DSL-automatic operation mode

    PVC 0/38

    aal5mux encapsulation ppp Dialer

    Dialer pool-member 1

    !

    !

    ATM0/1/0 interface

    no ip address

    no ip mroute-cache

    No atm ilmi-keepalive

    Bundle-enable

    DSL-automatic operation mode

    PVC 0/38

    aal5mux encapsulation ppp Dialer

    Dialer pool-member 1

    !

    !

    interface Dialer0

    the negotiated IP address

    NAT outside IP

    IP virtual-reassembly

    encapsulation ppp

    Dialer pool 1

    Dialer-Group 1

    PPP reliable link

    Authentication callin PPP chap Protocol

    PPP chap hostname xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    PPP chap password 0 xxxxxxxx

    PPP ipcp dns request

    reorganizes the PPP link

    multilink PPP Panel

    PPP multilink sliding 16 mru

    period of PPP multilink fragment 10

    Panel multilink PPP interleave

    multiclass multilink PPP

    card crypto card-VPN-1

    !

    IP forward-Protocol ND

    IP route 0.0.0.0 0.0.0.0 Dialer0

    !

    IP http server

    IP http secure server

    overload of IP nat inside source list 100 interface Dialer0

    !

    corby extended IP access list

    ip licensing 192.168.6.0 0.0.0.255 192.168.18.0 0.0.0.255

    northwich extended IP access list

    ip licensing 192.168.6.0 0.0.0.255 192.168.23.0 0.0.0.255

    wycombe extended IP access list

    ip licensing 192.168.6.0 0.0.0.255 192.168.28.0 0.0.0.255

    hadleigh extended IP access list

    ip licensing 192.168.6.0 0.0.0.255 192.168.48.0 0.0.0.255

    extended IP access list stores

    ip licensing 192.168.6.0 0.0.0.255 192.168.78.0 0.0.0.255

    dalby extended IP access list

    ip licensing 192.168.6.0 0.0.0.255 192.168.88.0 0.0.0.255

    glasgow extended IP access list

    ip licensing 192.168.6.0 0.0.0.255 192.168.108.0 0.0.0.255

    braintree extended IP access list

    ip licensing 192.168.6.0 0.0.0.255 10.0.0.0 0.0.0.255

    IP Internet traffic inbound-ACL extended access list

    permit any isakmp udp host 77.xxx.xxx.176 eq

    allow a host 77.xxx.xxx.176 esp

    permit any isakmp udp host 85.xxx.xxx.85 eq

    allow a host 85.xxx.xxx.85 esp

    permit any isakmp udp host 85.xxx.xxx.9 eq

    allow a host 85.xxx.xxx.9 esp

    permit any isakmp udp host 85.xxx.xxx.81 eq

    allow a host 85.xxx.xxx.81 esp

    permit any isakmp udp host 85.xxx.xxx.228 eq

    allow a host 85.xxx.xxx.228 esp

    permit any isakmp udp host 85.xxx.xxx.153 eq

    allow a host 85.xxx.xxx.153 esp

    permit any isakmp udp host 85.xxx.xxx.10 eq

    allow a host 85.xxx.xxx.10 esp

    permit any isakmp udp host 85.xxx.xxx.61 eq

    allow a host 85.xxx.xxx.61 esp

    !

    access-list 100 deny ip 192.168.6.0 0.0.0.255 192.168.78.0 0.0.0.255

    access-list 100 deny ip 192.168.6.0 0.0.0.255 192.168.88.0 0.0.0.255

    access-list 100 deny ip 192.168.6.0 0.0.0.255 10.0.0.0 0.0.0.255

    access-list 100 deny ip 192.168.6.0 0.0.0.255 192.168.18.0 0.0.0.255

    access-list 100 deny ip 192.168.6.0 0.0.0.255 192.168.48.0 0.0.0.255

    access-list 100 deny ip 192.168.6.0 0.0.0.255 192.168.23.0 0.0.0.255

    access-list 100 deny ip 192.168.6.0 0.0.0.255 192.168.28.0 0.0.0.255

    access-list 100 deny ip 192.168.6.0 0.0.0.255 192.168.108.0 0.0.0.255

    access-list 100 permit ip 192.168.6.0 0.0.0.255 any

    Dialer-list 1 ip protocol allow

    public RO SNMP-server community

    !

    !

    control plan

    !

    !

    Line con 0

    line to 0

    line vty 0 4

    password: xxxxxxxxxxxxxxx

    opening of session

    !

    Scheduler allocate 20000 1000

    end

    Also check this important Information on Vigor holding ipsec his.

    https://supportforums.Cisco.com/thread/257320?decorator=print&displayFullThread=true

    Manish

  • MLPPP configuration issues

    I seem to have a problem getting a 3xT1 stuck solution to work. I can get 2 out of the 3 T1s to come and pass traffic, but I can't the third party to be added to the solution.

    Material: No. 2851

    IOS: c2800nm-advipservicesk9 - mz.124 - 15.T8.bin

    Modules:

    NAME: "VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1 on the Slot, SubSlot 0 0 ', DESCR:"VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1.

    PID: VWIC2-2MFT-T1/E1, VID: V01,.

    (It is the map that is currently running 2 T1s glued very well).

    NAME: "WAN Interface Card - CDU/CSU T1 fractional (V2) on the Slot 0 SubSlot 1 ', DESCR:" WAN Interface Card - DSU/CSU fractional T1 (V2).

    PID: WIC-1DSU-T1-V2, VID: 1.0,.

    (This is the card MLPPP single T1 will come which should be stuck with the other 2 with a configuration MLPPP)

    NAME: "VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1 on the Slot 0 SubSlot 2 ', DESCR:"VWIC2-2MFT-T1/E1 - 2-Port RJ-48 Multiflex Trunk - T1/E1.

    PID: VWIC2-2MFT-T1/E1, VID: V01,.

    (This map is taken 2 running.)

    Configuration:

    controller T1 0/0/0

    framing ESF

    linecode b8zs

    slots of channel-group 0 1 - 24

    !

    controller T1 0/0/1

    framing ESF

    linecode b8zs

    slots of channel-group 0 1 - 24

    !

    controller T1 0/1/0 (this command does not work)

    framing ESF

    linecode b8zs

    slots of channel-group 0 1 - 24

    !

    Multilink1 interface

    MLPPP connection description

    IP x.x.x.x where x.x.x.x

    bandwidth 4608

    no ip redirection

    no ip unreachable

    no road neighbor counterpart

    No cdp enable

    multilink PPP Panel

    Panel multilink PPP Group 1

    out of service-policy xxxxxxxx

    !

    interface Serial0/0/0:0

    Description

    no ip address

    encapsulation ppp

    no fair queue

    multilink PPP Panel

    Panel multilink PPP Group 1

    !

    interface Serial0/0/1:0

    Description

    no ip address

    encapsulation ppp

    no fair queue

    multilink PPP Panel

    Panel multilink PPP Group 1

    !

    interface Serial0/1/0

    Description

    no ip address

    encapsulation ppp

    no fair queue

    multilink PPP Panel

    Panel multilink PPP Group 1

    !

    As stated above the value S0/0/0:0 and S0/0/1:0 T1s servile work as designed and show both layer 1 is up and align the Protocol.

    S0/1/0 shows that up but line protocol down.

    Any ideas? Can I not use a WIC-1DSU-T1-V2 in a MLPPP configuration?

    Looks like a carrier problem, check with the carrier the correct/linecode framing are in use and the third circuit is smooth. Config seems good.

    Even if the Interface is up and down and will not join Multilink, another useful command is to see the ppp multilink gives you a quick look at what interfaces are attached to the multilink, just for future troubleshooting.

    --
    CCNP, CCIP, CHRC, CCNA: Security / Wireless
    Blog: http://ccie-or-null.net/

  • Build complete/MSI GTX 970 G 4/GPU acceleration?

    Complete construction.

    I7 - 4790K

    Gigabyte Z97X mobo 5 Gaming

    MSI GTX 4 970

    All the drivers/utilities for the installed video card / so far.

    In Premiere Pro CS6 project,.

    Project > project settings > general

    Engine reading Mercury is grayed out.

    Some of my video files are H.264 and shining red in the timeline.

    What should I do to get H.264 acceleration?

    What should I do to get the GPU acceleration?

    ------------------------------------------------------------------------------------------

    My computer PC Build parts Picker: (not the price I paid, or where I bought)
    http://pcpartpicker.com/p/LZKxP6

    Additional:
    (2) cooler Master MegaFlow 200-200 mm red LED Silent Fan bearings
    One in front and the other at the top.

    Case fan COOLER MASTER Megaflow 200 R4-READ-07AR-GP - Newegg.com

    (2) 120 mm for the bottom (using the Red rings of course)
    Corsair Air Series SP120 edition quiet CO-9050006-WW
    Case 120mm Twin Pack high static pressure fan

    Corsair Air Series SP120 edition quiet CO - 9050006 - WW Twin Pack high pressure static case 120mm fan - Newegg.com

    (1) 140 mm for side panel
    Corsair Air Series AF140 CO-9050017-RLED 140mm Red LED
    Edition quiet high airflow fan

    Corsair Air Series AF140 CO-9050017-RLED red LED quiet Edition high airflow fan 140mm - Newegg.com

    Page 2 for Adobe Premiere 2014 CC, CC, CS6, CS5 and CS5.5 cards video by David Knarr

    Scroll to number 20-Video Card Drivers - Important.

    Of course you have all seen...

    It worked.

    Before the correction, made a second project 30. No acceleration GPU/mercury in gray.

    At 47 seconds.

    The fix above, even 30 second project made did it.

    TOOK 6 SECONDS!

  • manipulate the settings separate images?

    I am trying to copy a range of video and change the rates differently for each copy.

    For example, the first 10 frames are accelerated. Then a copy of the first 10 frames is slowed down. Then the next 10 frames are added.

    I think I find myself handling video outside the selection when I use timewarp, perhaps because it uses the original film.

    How would you suggest to independently manipulate copies of parts of the video?

    I just use avisynth where I manipulate ranges of frames separately as they were in the original. So, for example, if you lengthen the first 10 frames in the output to make it the length of 20 images, then to manipulate the next 10 images from the video source, the selection starts with 10 frame (the frame 11) to the place where he would be after the first extension. 11 No 21.

    Each entry of sequences in the project Panel has a series of In and Out points. Duplicate the footage item in the project Panel to create another instance with a different set of In and Out points, etc.

  • Liebert UPS Shutdown of Windows 2K 3 server

    We have a nFinity Leibert UPS that is connected to a Windows Server 2003 x 64 via a serial cable, the application that monitors the UPS is called Multilink.

    In our ESX 3.5 environment, I had a couple of orders and stop all VMware hosts and guests using plink.

    However, because our environment has been upgraded to 4.0 and re-install it demand, it isn't is no longer an automatic stop of VMware. While the program works as planned, it is now one identifier. Which is not ideal view of our environment.

    Here's how I set it up:

    (1) the Multilink software is installed on Windows 2003 x 64

    (2) in the case of low battery or stop senario, the following command is issued: "C:\Windows\System32\plink.exe" - ssh - v VMware.FQDN.com-l Panel multilink - pw Liebert "/ usr/bin/sudo/bin/bash /home/multilink/PowerOff.sh.

    (3) on the host ESX, a user called with the password, links multiple Liebert was created.

    (4) the record as root have added: multilink Panel ALL = / bin/bash, / sbin/shutdown-h now in the/etc/sudoers

    Now, for plink for SSH key on the server I run the command, but remove the ".sh" of the PowerOff.sh. That works very well, user logs on successfully Multilink in. However, try to run the command (I did as a trial site DRP) all works above, execpt it requires now a password before you run the PowerOff.sh file. Then the system shutsdown as expected.

    I think that there is enhanced on ESX 4.0 security which was not previously on 3.5. Is anyway to get the command to execute without asking for a second password entry?

    But the password is the password of the user Panel multilink?

    If so it is in this order

    usr/bin/sudo /bin/bash /home/multilink/PowerOff.sh
    

    And be rechecked the sudoer configuration, where you have to activate this command "/ bin/bash /home/multilink/PowerOff.sh" with option NOPASSWD, like this

    multilink ALL=/bin/bash /home/multilink/PowerOff.sh NOPASSWD: ALL
    

    André

  • my hp phtotsmart d110 series is no longer able to scan to PDF from the front panel.

    my hp phtotsmart d110 series is no longer able to scan to PDF from the front panel. How can I solve this problem?

    Hi Jaci17,

    1. open the Solution Center, and then select settings

    2. select scan settings

    3. delete the shortcuts on the right side

    4. click on the device to update, and then close the scan window

    5. open again the scan window

    6. add shortcuts on the left side to the right side

    7. click on the device to update

    8. try scan from the front panel of the printer

Maybe you are looking for