CSM 4.4 prefix-list

I am on CSM 4.4 and just did discovery on our VPN ASA.  CSM nicely told me that the EIGRP and route-map configs needed to be done as Flex Configs (which I have done before).  But it did NOT say that prefix-lists used in the route-maps were in "CLI not discovered" status.  So I assumed that the prefix-lists would be *somewhere* in the CSM policies - I cannot find them.  
I saw here that prefix-lists aren't supported, but 4.4 didn't say so.  Does anyone know if they just *vanish*?  Or, where I can find them?
Paul

The correct syntax beings "ip prefix-list". It is not a supported command on ASA software.
I was able to create a flexconfig using the corect syntax and deploy it successfully to a router where it is a supported command.
Click images for larger version:

Similar Messages

  • Prefix-list; clear bgp peer-group Test soft in; no file prompt quiet

    Hello everyone,
    I have a few simple questions. Hope someone will help me   Thank you in advance.
    1) We are using prefix-set into route-maps, but how I can use a prefix-list?
    2) In classic IOS we have the command:  clear bgp peer-group Test soft in
    I don't see it in IOS-XR (Cisco IOS XR Software, Version 4.0.1):
    RP/0/RSP0/CPU0:STH02#clear bgp ipv4 unicast ?
      *                  Clear all peers and all routes from the BGP table
      A.B.C.D or X:X::X  BGP neighbor address to clear
      as                 Clear peers in a specific AS
      dampening          Clear route flap dampening information
      external           Clear all external peers
      flap-statistics    Clear flap statistics
      nexthop            Clear nexthop
      self-originated    Clear redistributed, network and aggregate routes originated here
      shutdown           Clear all peers which were shut down due to low memory
    3) In classic IOS we have the command: no file prompt quiet
    I don't see it in IOS-XR.  What is the command for IOS-XR?
    I need it for the operation like this:
    copy ftp://**:***@216.*.*.*/CUST_AS-TEST-in.prefixlist compactflash:/PrefixFilters/CUST_AS-TEST-in.prefixlist
    Wed Apr 18 12:02:00.936 UTC
    Destination filename [/compactflash:/PrefixFilters/CUST_AS-TEST-in.prefixlist]?  !!!!   I don't need this question
    Copy : Destination exists, overwrite ?[confirm]                                                   !!!!   I don't need this question
    Accessing ftp://*:*@216.*.*.*/CUST_AS-TEST-in.prefixlist
    C
    584 bytes copied in      0 sec
    Have a nice day,
    Dimitry

    Thank you Alexander for your reply. It is the good RPL description and I've got the idea of REFRESH capable peer.
    BUT, I still don't find the answer on my 3-d question:
    In classic IOS we have the command: no file prompt quiet
    I don't see it in IOS-XR.  What is the command for IOS-XR?
    I need it for the operation like this:
    copy ftp://**:***@216.*.*.*/CUST_AS-TEST-in.prefixlist compactflash:/PrefixFilters/CUST_AS-TEST-in.prefixlist
    Wed Apr 18 12:02:00.936 UTC
    Destination filename [/compactflash:/PrefixFilters/CUST_AS-TEST-in.prefixlist]?  !!!!   I don't need this question
    Copy : Destination exists, overwrite ?[confirm]                                                   !!!!   I don't need this question
    Accessing ftp://*:*@216.*.*.*/CUST_AS-TEST-in.prefixlist
    C
    584 bytes copied in      0 sec
    How can I suppress confirmations like this?
    Destination filename [/compactflash:/PrefixFilters/CUST_AS-TEST-in.prefixlist]?
    Copy : Destination exists, overwrite ?[confirm]
    Dimitry

  • BGP prefix list weird issue

    Hello All,
    I'm working in a BGP prefix list configuration and i'm seeing a strange issue.
    Issue: As per the cofiguration we have defined the prefix list to filter the incomming subnets. Though a specific subnet is not allowed in the prefix list but the router is allowing the subnet to get in to BGP table from the neighbour.
    configuration:
    ip prefix-list TEST seq 5 permit 10.61.64.0/19 ge 24 le 24
    Though the below subnet is not allowed in prefix list but I'm seeing this subnet in BGP table with best path.
    10.61.192.0/23
    Can you anybody help me to know what could be the issue? any bug? any thing I'm wrong with the configuration?
    Thanks,
    Thiyagu

    Hi,
    After applying the prefix-list try soft resting the BGP neighbor and test again
    clear ip bgp XX neigh soft in
    HTH

  • New to EEM, i wanna soft reset BGP when a prefix list is applied

    Hello,
    This is my script:
    event manager applet SOFTRESETBGP_IN
     event cli pattern "neighbor 10.0.0.2 prefix-list.* in" sync no skip no period 1
     action 1.0 cli command "do clear ip bgp 10.0.0.2 soft in"
     action 2.0 syslog msg "BGP PEERS SOFT RESETED IN"
    event manager applet SOFTRESETBGP_OUT
     event cli pattern "neighbor 10.0.0.2 prefix-list.* out" sync no skip no period 1
     action 1.0 cli command "do clear ip bgp 10.0.0.2 soft out"
     action 2.0 syslog msg "BGP PEERS SOFT RESETED OUT"
    When I issue the "neighbor 10.0.0.2 prefix-list A in" command it displays the pre-defined syslog msg, but the peer is not reseted.
    Test:
    R1(config-router)#do sh ip bgp
    BGP table version is 7, local router ID is 10.0.0.1
    Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
                  r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
                  x best-external, a additional-path, c RIB-compressed,
    Origin codes: i - IGP, e - EGP, ? - incomplete
    RPKI validation codes: V valid, I invalid, N Not found
         Network          Next Hop            Metric LocPrf Weight Path
     *>i 2.2.2.2/32       10.0.0.2                 0    100      0 i
     *>i 22.22.22.22/32   10.0.0.2                 0    100      0 i
    R1(config-router)#neighbor 10.0.0.2 prefix-list A in
    R1(config-router)#
    *Jan 10 13:58:57.663: %HA_EM-6-LOG: SOFTRESETBGP_IN: BGP PEERS SOFT RESETED IN
    R1(config-router)#do sh ip bgp
    BGP table version is 7, local router ID is 10.0.0.1
    Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
                  r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
                  x best-external, a additional-path, c RIB-compressed,
    Origin codes: i - IGP, e - EGP, ? - incomplete
    RPKI validation codes: V valid, I invalid, N Not found
         Network          Next Hop            Metric LocPrf Weight Path
     *>i 2.2.2.2/32       10.0.0.2                 0    100      0 i
     *>i 22.22.22.22/32   10.0.0.2                 0    100      0 i
    R1(config-router)#
    When I do manually clear the peer, the policy applies:
    R1(config)#do clear ip bgp 10.0.0.2 soft in
    R1(config)#do sh ip bgp
    BGP table version is 8, local router ID is 10.0.0.1
    Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
                  r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
                  x best-external, a additional-path, c RIB-compressed,
    Origin codes: i - IGP, e - EGP, ? - incomplete
    RPKI validation codes: V valid, I invalid, N Not found
         Network          Next Hop            Metric LocPrf Weight Path
     *>i 2.2.2.2/32       10.0.0.2                 0    100      0 i
    I have also tried to clear both direction without ".*"
    event manager applet SOFTRESETBGP
     event cli pattern "neighbor 10.0.0.2 prefix-list" sync no skip no period 1
     action 1.0 cli command "do clear ip bgp 10.0.0.2 soft"
     action 2.0 syslog msg "BGP PEERS SOFT RESETED"
    result is the same...

    skip no means: execute the command (you can skip it)
    sync no means: you have to execute the CLI command, then the EEM script runs
    example to skip: 
    R1#sh running | b event
    event manager applet OSPF
     event cli pattern "clear ip ospf process" sync no skip yes period 1
    end
    R1#clear ip ospf process
    R1#
    without "skip"
    R1#sh running | b event
    R1#clear ip ospf process
    Reset ALL OSPF processes? [no]: y
    R1#

  • PIX 501 - prefix-list causes PDM to fail

    Hi
    I am configuring a redundant link via ADSL between 2 501 routers
    I cant get the link to activate when the system is connected to the local network because it picks up a OSPF route to the remote site via the main internal network.
    I tried to ad a filter to prevent the the route being recieved. And here is my problem
    Either using PDM or the command line, the creation of a filter
    prefix-list mel-backup seq 9 deny melbackup/30 causes the PDM to lock on startup or save.
    And the area filter command seems to have no effect
    I even tried a random internal route.
    The commands I am adding are
    prefix-list backup_melb seq 3 deny Level9/24
    router ospf 22
    network 10.150.102.22 255.255.255.255 area 0
    area 0 filter-list prefix backup_melb in
    Does anyone know of a problem with this ?
    Thanks in Advance
    Mark Casey

    Hi,
    PIX501 is a very very old Cisco firewall that has not been sold for a long time to my understanding. It also doesnt support even close to new software levels.
    If you wanted to replace the PIX501 the corresponding model nowadays would be ASA5505 which is the smallest Cisco ASA firewall with 8 switch port module. There is already a new ASA5500-X Series (while ASA5505 is of the original ASA 5500 Series) but they have not yet introduced a replacing model for this model nor have they stopped selling this unit. I have a couple of them at home. Though naturally they are more expensive than your usual consumer firewalls.
    But if you wanted to replace your PIX firewall then I would probably suggest ASA5505. Naturally you could get some other models too but the cost naturally rises even more. I am not sure at what price these are sold as used.
    I used some PIX501 firewalls at the start of my career but have not used them in ages since ASA5505 is pretty much the firewall model we use when we need a firewall/vpn device for a smaller network/branch site.
    Here is a PDF of the original ASA5500 Series.
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/prod_brochure0900aecd80285492.pdf
    Here is a PDF of the new ASA5500-X Series
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/at_a_glance_c45-701635.pdf
    I am afraid that its very hard for me atleast to troubleshoot this especially since I have not seen any outputs yet. Also the very old CLI and lack of GUI (?) make it harder to see what the problem is.
    Could you provide the requested outputs?
    From the PIX after connection test
    show crypto ipsec sa
    Screen captures of the VPN Client routing and statistics sections.
    - Jouni

  • Prefix-list Logic -- Need help

    Dear All,
    I have following prefix list on my internet router for which need to understand the logic.
    router bgp xxxx (public AS)
    nei x.x.x.x remote-as 4755
    neighbor x.x.x.x prefix-list VSNL-ANNOUNCE out
    nei y.y.y.y remote-as 1236
    neighbor y.y.y.y prefix-list Bharti-ANNOUNCE out
    network 203.99.216.0 mask 255.255.254.0
    network 203.99.216.0
    network 203.99.217.0
    ip prefix-list Bharti-ANNOUNCE seq 5 permit 203.99.216.0/24
    ip prefix-list Bharti-ANNOUNCE seq 15 permit 203.99.216.0/23
    ip prefix-list DENY-ALL seq 5 deny 0.0.0.0/0 le 32
    ip prefix-list  VSNL-ANNOUNCE seq 10 permit 203.99.217.0/24
    ip prefix-list VSNL-ANNOUNCE seq 15 permit 203.99.216.0/23
    Please help me to understand the logic of the prefix list.
    Because Bharti SP is getting 203.99.216.0/24 networks only & VSNL is getting  203.99.216.0/23 networks.

    Dear All,
    I have following prefix list on my internet router for which need to understand the logic.
    router bgp xxxx (public AS)
    nei x.x.x.x remote-as 4755
    neighbor x.x.x.x prefix-list VSNL-ANNOUNCE out
    nei y.y.y.y remote-as 1236
    neighbor y.y.y.y prefix-list Bharti-ANNOUNCE out
    network 203.99.216.0 mask 255.255.254.0
    network 203.99.216.0
    network 203.99.217.0
    ip prefix-list Bharti-ANNOUNCE seq 5 permit 203.99.216.0/24
    ip prefix-list Bharti-ANNOUNCE seq 15 permit 203.99.216.0/23
    ip prefix-list DENY-ALL seq 5 deny 0.0.0.0/0 le 32
    ip prefix-list  VSNL-ANNOUNCE seq 10 permit 203.99.217.0/24
    ip prefix-list VSNL-ANNOUNCE seq 15 permit 203.99.216.0/23
    Please help me to understand the logic of the prefix list.
    Because Bharti SP is getting 203.99.216.0/24 networks only & VSNL is getting  203.99.216.0/23 networks.
    Hi Yogesh,
    Prefix lists are more sophisticated forms that Cisco provides for filtering      BGP route advertisements. They filter on IP address just as distribute-lists      do, however they are easier to read, and require fewer commands to configure.For example
    prefix-list xx seq 10 permit 43.10.0.0/16 ge 18
    The statement above allows any route announcement in the range of 43.1.0.0 - 43.1.255.255 but that announcement must have a length greater than 18 bits in the mask. This permits you to allow announcements in the range, but not an announcement equalling the entire range (/16), or even announcements of half the range (/17). Only announcments with a length "greater than or equal to" /18 will be permitted.
    With your configuration only /24 and /23 in the network will be out via prefic list for vsnl and vice versa for bharathi.
    Check out the below link for more information and implementation of prefix list
    http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009456d.shtml
    Hope to Help !!
    Ganesh.H
    Remember to rate the helpful post

  • IOS-IOX ip prefix-list / prefix-set

    Hi ,
    Based on below IOS prefix-list, how can I convert it to prefix-set in IOX, when prefix-set do not have 'permit/deny' statement ?
    ip prefix-list InFilter description Networks which shouldn't be accepted
    ip prefix-list InFilter seq 5 deny 10.0.0.0/8 le 32
    ip prefix-list InFilter seq 10 deny 127.0.0.0/8 le 32
    ip prefix-list InFilter seq 15 deny 169.254.0.0/16 le 32
    ip prefix-list InFilter seq 20 deny 172.16.0.0/12 le 32
    ip prefix-list InFilter seq 25 deny 192.0.2.0/24 le 32
    ip prefix-list InFilter seq 30 deny 192.168.0.0/16 le 32
    ip prefix-list InFilter seq 35 deny 211.49.192.0/20 le 32
    ip prefix-list InFilter seq 55 deny 224.0.0.0/3 le 32
    ip prefix-list InFilter seq 60 deny 0.0.0.0/0 ge 25
    ip prefix-list InFilter seq 65 deny 0.0.0.0/0
    ip prefix-list InFilter seq 70 permit 0.0.0.0/0 le 32

    Hi,
    You will use RPL to achieve the same logic. You will create a prefix-set which describes all your prefixes and then create a policy like this:
    if destination in then drop else pass
    with a prefix-set listing all the prefixes you want to reject.
    http://www.cisco.com/en/US/docs/routers/xr12000/software/xr12k_r4.0/routing/configuration/guide/rc40xr12k_chapter7.html
    HTH
    Laurent.

  • Ip prefix-list modification help

    i need to modify my internet edge bgp advertisements to exclude a small slice of the end of our ip space and i can't wrap my brain around what i need to do to modify the prefix list. my company uses the 192.168.0.0 thru 192.168.11.255 ip space and shown below in our existing bgp configuration (slightly modified to protect the innocent). I want to cut out the very last /29 net out of the 192.168.11.0 network.
    router bgp 65001
    bgp always-compare-med
    bgp log-neighbor-changes
    bgp bestpath as-path multipath-relax
    neighbor 1.1.1.1 remote-as 65002
    neighbor 1.1.1.1 ebgp-multihop 255
    maximum-paths 2
    address-family ipv4
      neighbor 1.1.1.1 activate
      neighbor 1.1.1.1 prefix-list mycompany-list out
      network 192.168.0.0 mask 255.255.248.0
      network 192.168.8.0 mask 255.255.252.0
    ip prefix-list mycompany-list seq 70 permit 192.168.0.0/21 le 24
    ip prefix-list mycompany-list seq 71 permit 192.168.8.0/22 le 24
    now, i know i could just remove the prefix-list and change the advertised networks with the following but i'd really like to know how to do it via a prefix-list.
    network 192.168.0.0       255.255.248.0
    network 192.168.8.0       255.255.254.0
    network 192.168.10.0     255.255.255.0
    network 192.168.11.0     255.255.255.128
    network 192.168.11.128  255.255.255.192
    network 192.168.11.192  255.255.255.224
    network 192.168.11.224  255.255.255.240
    network 192.168.11.240  255.255.255.248
    Any help that anyone can provide is much appreciated!

    i tried applying your suggestion and we still saw the larger 192.168.8.0/22 supernet being advertised... still missing something.
    i tried writing the prefix-list explictitly stating only the networks i wanted advertised but something went wrong and we lost some internet connectivity from the outside so i had to pull things back to the way they were. this is what i tried:
    first i added lines 75 thur 105 so the list looked like this:
    ip prefix-list stateofnh-list seq 65 deny 192.168.11.248/29       <- your suggestion applied
    ip prefix-list stateofnh-list seq 70 permit 192.168.0.0/21 le 24  <- original line
    ip prefix-list stateofnh-list seq 71 permit 192.168.8.0/22 le 24  <- oiriginal line
    ip prefix-list stateofnh-list seq 75 permit 192.168.8.0/23          <- new stuff starts here
    ip prefix-list stateofnh-list seq 80 permit 192.168.10.0/24
    ip prefix-list stateofnh-list seq 85 permit 192.168.11.0/25
    ip prefix-list stateofnh-list seq 90 permit 192.168.11.128/26
    ip prefix-list stateofnh-list seq 95 permit 192.168.11.192/27
    ip prefix-list stateofnh-list seq 100 permit 192.168.11.224/28
    ip prefix-list stateofnh-list seq 105 permit 192.168.11.240/29
    then i removed lines 65 and 71 leaving just this:
    ip prefix-list stateofnh-list seq 70 permit 192.168.0.0/21 le 24  <- original line
    ip prefix-list stateofnh-list seq 75 permit 192.168.8.0/23          <- new stuff
    ip prefix-list stateofnh-list seq 80 permit 192.168.10.0/24
    ip prefix-list stateofnh-list seq 85 permit 192.168.11.0/25
    ip prefix-list stateofnh-list seq 90 permit 192.168.11.128/26
    ip prefix-list stateofnh-list seq 95 permit 192.168.11.192/27
    ip prefix-list stateofnh-list seq 100 permit 192.168.11.224/28
    ip prefix-list stateofnh-list seq 105 permit 192.168.11.240/29
    but like i said, suddenly several sites we host became unavailable from and i quickly peeled everything back. suggestions?

  • Change an extend access list in a prefix list

    Hallo All,
    I would like to translate an extend access list in a prefix list.
    ip access-list extended x_to_y
    permit ip 1.1.1.1 0.0.1.255 any
    deny ip any host 3.3.3.3
    Any hint?
    Thanks!!!

    Hi Fabio,
    I am sorry but to my best knowledge, this is not going to work.
    You want to perform Policy Based Routing (PBR). For PBR, the packet selection is based on inspecting their header values by an ACL. A prefix-list does not inspect header values; rather, it would inspect routing update contents. This is also the reason why you cannot figure out how to rewrite the second line - because a prefix-list does not have a source-and-destination semantics. It is simply a list of network addresses you would be looking for in routing protocol updates.
    Even the documentation at
    http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/configuration/15-mt/iri-15-mt-book/iri-pbr.html
    clearly shows that the only supported match commands are match length and match ip address - not match ip address prefix-list.
    I wonder - how come that your platform is unable to accomodate an ACL for PBR in hardware? Can we perhaps try to make this work? A prefix-list is not the way to go.
    Best regards,
    Peter

  • IPv6 BGP prefix-list filtering

    Dears,
    I have  established iBGP seesion between 2 routers (R1 ---- R2) and I want to  advertise loopback interface /128 using ipv prifex filtering, but didnt  advertise to neighbor loopback . it is working fine with network or redistribute command but I want to know why it is not working with
    prefix-list filtering?
    Configuration:
    router bgp 100
    neighbor 2001:100:1:1::2 remote-as 100
    address-family ipv6
    neighbor 2001:100:1:1::2 activate
    neighbor 2001:100:1:1::2 prefix-list IPV6 out
    no synchronization
    exit-address-family
    int lo 100
    ipv address 2001:500:1:1::1/128
    ipv6 prefix-list IPV6 seq 10 permit 2001:500:1:1::1/128
    router bgp 100
    neighbor 2001:100:1:1::1 remote-as 100
    address-family ipv6
    neighbor 2001:100:1:1::1 activate
    neighbor 2001:100:1:1::1 prefix-list TEST out
    no synchronization
    exit-address-family
    int lo 100
    ipv address 2001:600:1:1::1/128
    ipv6 prefix-list TEST seq 10 permit 2001:600:1:1::1/128
    Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
    2001:100:1:1::1 4 100   49236   49191        5    0    0 04:03:21        0

    Even though you're using a prefix list, the prefix list is used for filtering and not advertising the network. You still have to advertise the network using "network 2001:600:1:1::1/128" and you should see it.
    HTH,
    John
    *** Please rate all useful posts ***

  • A little bit confused about the ipv6 prefix-list

    when I configured ;
    ipv6 prefix-list abc permit ::/0 ge 0
    which I wish is to permit all the ipv6 routes,
    but the running information becomes "ipv6 prefix-list abc permit ::/0" which only matched the default ipv6 routes
    what is wrong with me

    Hardware > Version > 5.1
    Don't forget to test it on real hardware. There should be plenty of iOS 5.1-limited devices available real soon now. Keep one of those for testing.

  • ASR 9010 prefix-list configuration

    I am new to ios-xr i tried configuring prefix list using
    prefix-set <name> i need to give all the prefixes in a single line seperated by comma as show below
    RP/0/RSP0/CPU0:ios(config)#prefix-set abc
    RP/0/RSP0/CPU0:ios(config-pfx)#
    RP/0/RSP0/CPU0:ios(config-pfx)#1.1.1.1/32,2.2.0.0/16,12.12.12.0/18,20.53.13.0/$
    RP/0/RSP0/CPU0:ios(config-pfx)#end-set
    is there any other way to configure this because creating hundreds of prefixes in a single line is very difficult and also if i need to edit how can i do that .
    if i try to edit this prefix-set the old configuration is lost how to overcome this issue

    It seems to be working fine 4.2.3
    P/0/RSP0/CPU0:A9K-BNG#edit prefix-set MYSET inline add 1.2.3.4/32
    Fri Dec  7 12:18:43.814 EDT
    [OK]
    Proceed with commmit (yes/no)? [yes]:
    Parsing.
    56 bytes parsed in 1 sec (55)bytes/sec
    Committing.
    Prepared commit in 0 sec
    1 items committed in 1 sec (0)items/sec
    Updated Commit database in 1 sec
    RP/0/RSP0/CPU0:A9K-BNG#sh run prefix-set MYSET
    Fri Dec  7 12:18:50.072 EDT
    prefix-set MYSET
      65.1.1.0/24,
      1.2.3.4/32
    end-set
    Now I did find a ddts CSCtx08136 that explains the precise problem you are seeing which is fixed in 4.2.3 and 4.3.0 onwards.
    So it might be the release you have is affected by the ddts referenced.
    Xander
    Principal Engineer, ASR9000, CCIE #6775
    Cisco Systems

  • Wildcards in gateway URL prefixes?

    Hello, We are using a proxying utility called EzProxy from Useful Utilities for controlling student access to online databases and catalogs, which use client-IP as it's security mechanism (basically if the requests come from our network it lets the client in). I would like to host it through the Plumtree portal as a remote portlet, so that the portal can assume responsibility for access control. Here's why it isn't a slam dunk to set it up as a fully gatewayed remote portlet: to proxy remote hosts, it uses 'proxy by hostname'. A request for www.abc.com/whateverpassed through ezproxy.royalroads.ca ends up being returned to the client (in this case our portal for inclusiion as a portlet) as www.abc.com.ezproxy.royalroads.ca/whatever. As you can see, it dynamically adds to it's hostname list anything it's proxying. There's a better explanation of how it works at http://www.ezproxy.com/support/rewrite.html near the bottom of the page under 'new strategy'. My question to you is 'Can I set up in the Gateway URL Prefix list something like: http://*.ezproxy.royalroads.ca/. and expect it to properly gateway through the portal?' There's no way for us to know what will appear in place of the * beforehand, so we would like some way to wildcard the 'start' of the urls. Please let me know if this is simple to accomplish and/or feasible... if it is not we may have some other options to pursue before spending a ton of time trying to get gatewaying working. Thanks! -Dev.

    The transformer will only transform URLs in Javascript if they fall in obvious places (e.g. setting a document.location or a window.open URL). Since you're passing an URL to the application.boot method, the transformer has no idea that it's dealing with an URL.
    To make this work, follow these two steps:
    1) Make sure the URL matches at least one of the patterns listed under Gateway URL Prefixes in the Web Service editor for your portlet.
    2) Wrap the URL in a pt:url tag to give the transformer a hint that you want it to transform the URL, e.g. application.boot("<pt:url pt:href='http://localhost:7021/application/script/classes' xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'/>").
    That should do the trick.
    HTH,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

  • What Prefixes Are Included In My Local Calling Area?

    I am in the former GTE service territory, specifically, the Elsinore Main California exchange.
    On Friday, December 11, 2009, I spoke with a service representative and a supervisor (who admitted that she was "filling-in" and is really an hourly employee), who are in the soon to be divested Everett, WA call center.
    I was calling to find out what prefixes are included as part of my local calling area, specifically ZUM 1 AND ZUM 2 (some also call it Zone 1 and Zone 2, but the correct designation in most southern California service areas of Verizon is ZUM).
    Both representatives had no idea what a "ZUM" is, and the "supervisor" said she had never heard of the term ZUM or Zone.
    What made me upset is that I was told that they (Verizon) did not have this information, and I would have to contact the CPUC (California Public Utilities Commission) to obtain this information as Verizon's staff would not have it.
    My reply was how would Verizon not have the information, because they would need the ZUM prefix list for each exchange so they could bill correctly.
    I then asked how does Verizon gather all the calls that are made from their exchanges each month and send this data to the CPUC so that Verizon can then determine if the call is ZUM 1, ZUM 2, ZUM 3 or intralata or interlata?
    The "supervisor", said yes, because Verizon would not know what prefixes are included, and relies upon the CPUC to review the calls from Verizon's exchanges and prefixes so that Verizon can bill their customers each month, and this has been the process for many years (according to the "supervisor").
    I kid you not, this what was said to me by the Verizon representatives, and I shoulld have advised the employees that I was recording the call. It would have been a great play for You Tube. What a bunch of (edit)  from these two Verizon call center representatives!
    I'm glad Verizon is divesting the Everett call center along with other assets to Frontier, as people like these should not be employed by Verizon, in fact, they should be terminated for cause. Good luck to Frontier with the Everett call center.
    Using Verizon's web site when trying to determine what prefixes are in my local calling area (ZUM 1 AND ZUM 2), you are directed to use the following two "very helpful" (my words...lol) links for information...please try for yourselves:
    To obtain Local Calling Area information
    http://www22.verizon.com/Content/CommonTemplates/sorry.html
    Zone Usage Measurement (ZUM) Information
    https://www22.verizon.com/ResidentialHelp/Phone/Calling+Plans/Local+And+Regional+Calling+Plans/Gener...
    Great Information Verizon!! Both are dead links.
    Anyway, point me in the direction where I can obtain the current and accurate prefixes that can be called without charge to ZUM 1 and ZUM 2, and with a charge to ZUM 3 for my exchange and prefixes. DO NOT point me to a white pages directory because that is already outdated (and I do not have a white pages directory).
    Again, my exchange is Elsinore Main, and the prefixes are 951-245 and 951-674.
    Thank you.
    Solved!
    Go to Solution.

    Home Exchange, Zone 1 and 2 are Local Calling
    Zone 3 (ZUM) 13-16 Miles:
    PEAK PERIOD RATES: Day 8A-5P   M-F
                              1st Min of Use       Addl Min of Use
                                   $.10                          $.04
    OFF-PEAK RATE PERIOD: Evening 5P-11P M-F
                                   $.07                          $.028
    OFF-PEAK RATE PERIOD: Night 11P-8A M-F; SA, SU, & HOLIDAY - All Hours
                                   $.04                          $.016
    COMMUNITY ---NPA ---NXX ---ZONE  -----
    ELSINORE ---951 --- 226 245 253 285 471 579 609 674 678 805 --- Home Exch
    LAKEVIEW-NUEVO --- 909 --- 251 --- Zone 3
    LAKEVIEW-NUEVO --- 951 --- 878 916 928 --- Zone 3
    MURRIETA --- 909 ---3 32 --- Zone 2
    MURRIETA --- 951 --- 200 219 239 249 304 440 445 461 473 600 671 677 691 696 698 704 813 816 834 837 894 970 973 ---Zone 2
    PERRIS --- 909 --- 330 --- Zone 2
    PERRIS --- 951 --- 210 229 230 238 259 287 345 378 385 436 442 443 490 550 570 575 581 591 623 657 722 796 940 943 956 --- Zone 2
    RANCHO VIEJO --- 949 --- 259 269 284 292 303 326 350 446 480 584 625 702 728 874 --- Zone 3
    SUN CITY --- 909 ---508--- Zone 1
    SUN CITY --- 951 --- 244 246 301 566 639 672 679 723 746 821 --- Zone 1
    TEMECULA --- 909 --- 298 507 668 828 --- Zone 3

  • Vpnv4 prefix dynamic update on export-map changes

    Hi guys,
    I have a 76k running 12.2(33)SRE9a with this vrf configuration:
    ip vrf B
    rd 2:2
    export map RM-R3
    route-target import 2:2
    route-map RM-R3 permit 10
    match ip address prefix-list PL-R3
    set extcommunity rt 4:4  2:2  additive
    route-map RM-R3 permit 15
    set extcommunity rt 2:2
    ip prefix-list PL-R3 seq 5 permit 172.3.3.3/32
    ip prefix-list PL-R3 seq 10 permit 172.33.33.33/32
    So I expect that prefixes matching prefix-list PR-R3 will have route-target 2:2 4:4, and all other prefixes will have route-target 2:2.
    The question is: What happens if I remove this line of the prefix list?
    no ip prefix-list PL-R3 seq 10 permit 172.33.33.33/32
    Will there be any dynamic update? Do I have to clear bgp or ip routing table?
    Thanks!
    Diego.

    Hi Diego,
    I checked in IOU with SRE9a image and observed that there is no dynamic update and we need to do "clear ip bgp <as> soft out from CE side.
    Topology
    R1--ebgp--[vrf CUST-A] R3----vpnv4 ibgp -----R4
    ip vrf CUST-A
     rd 300:1
     export map RM-R3
     route-target export 300:1
     route-target import 300:1
    R3#show route-map RM-R3
    route-map RM-R3, permit, sequence 10
      Match clauses:
        ip address prefix-lists: PL-R3 
      Set clauses:
        extended community RT:300:1 RT:300:2 additive
      Policy routing matches: 0 packets, 0 bytes
    route-map RM-R3, permit, sequence 15
      Match clauses:
      Set clauses:
        extended community RT:300:2
      Policy routing matches: 0 packets, 0 bytes
    R3#show ip prefix  PL-R3
    ip prefix-list PL-R3: 1 entries
       seq 5 permit 172.16.17.0/24
       seq 10 permit 172.16.19.0/24
    R3#
    R4#show ip b vpnv4 all 172.16.19.0/24
    BGP routing table entry for 300:1:172.16.19.0/24, version 34
    Paths: (1 available, best #1, table CUST-A)
      Not advertised to any peer
      100
        3.3.3.3 (metric 11) from 3.3.3.3 (3.3.3.3)
          Origin IGP, metric 0, localpref 100, valid, internal, best
          Extended Community: RT:300:1 RT:300:2
          mpls labels in/out nolabel/36
    R4#
    R3(config)#no ip prefix-list PL-R3 seq 10 permit 172.16.19.0/24
    R3(config)#end
    after 10 min
    R4#show ip b vpnv4 all 172.16.19.0/24
    BGP routing table entry for 300:1:172.16.19.0/24, version 34
    Paths: (1 available, best #1, table CUST-A)
      Not advertised to any peer
      100
        3.3.3.3 (metric 11) from 3.3.3.3 (3.3.3.3)
          Origin IGP, metric 0, localpref 100, valid, internal, best
          Extended Community: RT:300:1 RT:300:2
          mpls labels in/out nolabel/36
    R4#
    R1#clear ip bgp 300 soft out
    R1#
    R4#show ip b vpnv4 all 172.16.19.0/24
    BGP routing table entry for 300:1:172.16.19.0/24, version 50
    Paths: (1 available, best #1, table CUST-A)
      Not advertised to any peer
      100
        3.3.3.3 (metric 11) from 3.3.3.3 (3.3.3.3)
          Origin IGP, metric 0, localpref 100, valid, internal, best
          Extended Community: RT:300:2
          mpls labels in/out nolabel/36
    R4#
    I hope it helps

Maybe you are looking for

  • I cannot open itunes a second time after closing the program.

    After I close Itunes on my PC running Windodos XP Pro, I cannot open the program again without logging off the computer, an when I try to log off, the computer tells me that Itunes is still running.

  • When trying to install Create Cloud get A12E5 - meaning?

    I am using the 30 day trial and downloaded it to a desktop only to discover I really need it on my laptop.  So I'm attempting to download on my laptop but now I get error A12E5.  Does this have something to do with only allowing one download?  The er

  • Character value separated by comma

    Hi,   I am having a character field with numbers as value. I have to apply comma (,)  every 3 digit from the lower value (i.e. 1,000,000). How to do it. whether there is any function module to do so??? Thanks in advance

  • RDF to Data Template

    hi all We have a requirement where we need to convert the RDF file into Data Template, can you please tell me if there is any tool which will do this. we are planning to convert of the oracle standard report in GL ie, Account Analysis report(GLACTANP

  • Inability to get itunes onto ipod shuffle

    PUrchased music from Itunes, put in a folder. when I open that folder the music is all there. When I open the "device" ______Ipod folder which is where the songs should be, it is empty!. I have tried clicking and dragging each song from the folder in