Re CoPP; it is a better solution but requires a little more engineering - you can accidentally drop packets that need not be dropped (like BPDUs, routing protocol, your SSH session....) Implementation is as easy as any other interface. Input can only be policed, not shaped.
policy-map myCoPP-policy-map class class-default police 10000 1500 1500 conform-action transmit exceed-action drop ! control-plane service-policy input myCoPP-policy-map On Fri, Nov 20, 2015 at 3:24 AM, James Bensley <[email protected]> wrote: > On 19 November 2015 at 16:55, Nick Hilliard <[email protected]> wrote: > > On 19/11/2015 18:15, Jeremy Bresley wrote: > >> With the exception of NX-OS, pretty much anything on code released in > the > >> last 3-4 years supports HTTP downloads > > > > XR supports only ftp and tftp. > > > > Nick > > > You can SCP from another device TO the IOS-XR device, so you can push > via SCP (this is on 5.1.3): > > [j.bensley@lsrv-jump-01 ~]$ cat testfile > asdsadsada > > [j.bensley@lsrv-jump-01 ~]$ scp testfile [email protected]:disk0a:/ > [email protected]'s password: > testfile > 100% > 12 0.0KB/s 00:00 > > RP/0/RSP0/CPU0:#dir disk0a: > Fri Nov 20 10:20:58.308 GMT > > Directory of disk0a: > > .... > 9811 -rw- 12 Fri Nov 20 10:20:54 2015 testfile > > RP/0/RSP0/CPU0:#show clock > Fri Nov 20 10:21:03.776 GMT > 10:21:03.783 GMT Fri Nov 20 2015 > > RP/0/RSP0/CPU0#more disk0a:testfile > Fri Nov 20 10:22:59.630 GMT > asdsadsada > > > Cheers, > James. > _______________________________________________ > cisco-nsp mailing list [email protected] > https://puck.nether.net/mailman/listinfo/cisco-nsp > archive at http://puck.nether.net/pipermail/cisco-nsp/ > -- Alex Presse "How much net work could a network work if a network could net work?" _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
