RSVP Issue

Hello everyone,
I have a question about the RSVP Agent, and CUCM RSVP CAC.
I have 128 kbps Frame Relay interface, with 1 DLCI connected to other peer Router. CUCM is configured with all the necessary Locations for RSVP, with MRGL as well.
interface Serial0/3/0
bandwidth 128
no ip address
encapsulation frame-relay
clock rate 128000
frame-relay traffic-shaping
ip rsvp bandwidth
interface Serial0/3/0.1 point-to-point
ip address X.X.X.X 255.255.255.0
snmp trap link-status
frame-relay class Shape
frame-relay interface-dlci 101
frame-relay ip rtp header-compression
ip rsvp bandwidth 40
When I configure the command "ip rsvp bandwidth 40" on the subinterface, it is also automatically configured on the Main Serial Interface as well (just without the value). Why is it so?
When I issue the "show ip rsvp interface" command, it shows me that the RSVP Bandwidth for Frame Relay subinterface (0/3/0.1) is 40 kbps, and Serial interface RSVP bandwidth is 96 kbps.
As you can see, I have configured only 40 kbps for IP RSVP Bandwidth on subinterface, so that only one G729 call should be allowed, but when I am testing it, up to 4 calls can be made, the the RSVP is somehow reserving the bandwidth for all 4 calls (I did not test more calls). Why it is doing so?
Locations are configured with "Mandatory (Video desired)" option.
Can you please help me to understand, why the RSVP is allowing up to 4 calls, when I have configured the command "ip rsvp bandwidth 40" for allowing only 1 G729 call?

To answer your questions:
When I configure the command "ip rsvp bandwidth 40" on the subinterface, it is also automatically configured on the Main Serial Interface as well (just without the value). Why is it so?
All interfaces that voice may traverse need the ip rsvp bandwidth statement, since this is a sub-interface the main interface will need it too.
When I issue the "show ip rsvp interface" command, it shows me that the RSVP Bandwidth for Frame Relay subinterface (0/3/0.1) is 40 kbps, and Serial interface RSVP bandwidth is 96 kbps. 
RSVP, by default, automatically will allow reservation of up-to 75% of an interfaces bandwidth unless you say otherwise.  96 kbps is 75% of your 128kbps frame relay connection.
As you can see, I have configured only 40 kbps for IP RSVP Bandwidth on subinterface, so that only one G729 call should be allowed, but when I am testing it, up to 4 calls can be made, the the RSVP is somehow reserving the bandwidth for all 4 calls (I did not test more calls). Why it is doing so? Locations are configured with "Mandatory (Video desired)" option.
Couple of reasons why this could be occuring.  The obvious one is that the aforementioned 96 kbps on Serial 0/3/0 is allowing four G.729 calls as each call is 24K you can fit exactly 4 calls into 96kbps  (24*4 =96). Set your ip rsvp bandwidth statement to be 40 on the main serial interface.
The other reason is that you may not have enabled rsvp policy preemption.   Add the global command "ip rsvp policy preempt" to your router so that CUCM can preempt RSVP reservations.  It is also a good idea to disable the actual 'reservation' of bandwidth on the interface and just let the RSVP sub-system only 'track' the bandwidth used by voice calls.  Add the following commands to each interface that has ip rsvp bandwidth.
ip rsvp data-packet classification none
ip rsvp resource-provider none
There is also a great Cisco Voice of the Engineer recording all about RSVP call agent. 
https://cisco.webex.com/ec0605lc/eventcenter/recording/recordAction.do;jsessionid=jpR7TyGJpB3nTrkD1W3YSJjchg1Kgxqht3fhzdMXgqQF23wxHkvN!-2072492621?theAction=poprecord&actname=%2Feventcenter%2Fframe%2Fg.do&actappname=ec0605lc&renewticket=0&renewticket=0&apiname=lsr.php&entappname=url0107lc&needFilter=false&&isurlact=true&rID=40626482&entactname=%2FnbrRecordingURL.do&rKey=94e520272ff8e0ca&recordID=40626482&siteurl=ciscosales&rnd=3505376690&SP=EC&AT=pb&format=short
-Steven

Similar Messages

  • MPLS TE tunnel not coming up - RSVP issue?

    Hello,
    I have two routers R2 and R5 back to back and I am trying to create an MPLS TE tunnel between them. R2 already has one tunnel up and running to another router R1.
    I think my issue is that no RSVP traffic is being sent by R2 or R5. Here is my interface config on R5 and some show commands:
    R5#show run int s2/0
    Building configuration...
    Current configuration : 143 bytes
    interface Serial2/0
    ip address 192.168.25.5 255.255.255.0
    mpls traffic-eng tunnels
    fair-queue 64 256 32
    ip rsvp bandwidth 1000 1000
    end
    R5#show ip int brief s2/0
    Interface IP-Address OK? Method Status Protocol
    Serial2/0 192.168.25.5 YES NVRAM up up
    R5#show ip rsvp counters in s2/0
    Serial2/0 Recv Xmit Recv Xmit
    Path 0 0 Resv 0 0
    PathError 0 0 ResvError 0 0
    PathTear 0 0 ResvTear 0 0
    ResvConfirm 0 0 ResvTearConfirm 0 0
    UnknownMsg 0 0 Errors 0 0
    R5#
    I have mpls traffic-eng tunnels on all routers and interfaces. Here here is my tunnel config on R5 towards R2:
    R5#show run int tun 2
    Building configuration...
    Current configuration : 174 bytes
    interface Tunnel2
    ip unnumbered Loopback0
    tag-switching ip
    tunnel destination 10.0.0.2
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng path-option 1 dynamic
    end
    I also am learning all addresses via OSPF so R5 does have a route (and can ping) 10.0.0.2 (R2's loopback)
    Any ideas where this is failing? Why isn't RSVP sending packets?
    Thanks,

    Here you go. I have made some changes since then but nothing major. Just adding interfaces under the OSPF MPLS traffic-eng to see if that will work. Also, there is a couple tunnels you see that I have not started to work on yet. Tunnel 5 on R2 points to R5. Tunnel 2 on R5 points to R2.
    =====================================
    R2:
    R2# show run
    Building configuration...
    Current configuration : 1965 bytes
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname R2
    logging buffered 16384 debugging
    ip subnet-zero
    ip cef
    no ip domain-lookup
    mpls label protocol ldp
    mpls traffic-eng tunnels
    tag-switching tdp router-id Loopback0
    interface Loopback0
    ip address 10.0.0.2 255.255.255.255
    interface Tunnel1
    ip unnumbered Loopback0
    tunnel destination 10.0.0.1
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng path-option 1 dynamic
    interface Tunnel3
    ip unnumbered Loopback0
    tag-switching ip
    tunnel destination 10.0.0.3
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng path-option 1 dynamic
    interface Tunnel5
    ip unnumbered Loopback0
    tunnel destination 10.0.0.5
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng path-option 1 dynamic
    interface FastEthernet1/0
    ip address 205.127.233.242 255.255.254.0
    speed 100
    full-duplex
    interface Serial2/0
    ip address 192.168.12.2 255.255.255.0
    mpls traffic-eng tunnels
    fair-queue 64 256 37
    ip rsvp bandwidth 1500 1500
    interface Serial2/1
    bandwidth 20000
    ip address 192.168.25.2 255.255.255.0
    mpls traffic-eng tunnels
    fair-queue 64 256 37
    ip rsvp bandwidth 1000 1000
    interface Serial2/2
    no ip address
    shutdown
    interface Serial2/3
    no ip address
    shutdown
    router ospf 1
    router-id 10.0.0.2
    log-adjacency-changes
    network 10.0.0.2 0.0.0.0 area 0
    network 192.168.12.0 0.0.0.255 area 0
    network 192.168.23.0 0.0.0.255 area 0
    network 192.168.25.0 0.0.0.255 area 0
    mpls traffic-eng router-id Loopback0
    mpls traffic-eng area 0
    mpls traffic-eng interface Serial2/0 area 0
    mpls traffic-eng interface Serial2/1 area 0
    mpls traffic-eng interface Loopback0 area 0
    ip classless
    ip http server
    ip pim bidir-enable
    call rsvp-sync
    mgcp profile default
    dial-peer cor custom
    line con 0
    exec-timeout 0 0
    logging synchronous
    line aux 0
    line vty 0 4
    login
    end
    R2#
    ====================================
    R5:
    R5#show run
    Building configuration...
    Current configuration : 1492 bytes
    version 12.2
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname R5
    logging buffered 16384 debugging
    ip subnet-zero
    no ip domain-lookup
    mpls label protocol ldp
    mpls traffic-eng tunnels
    tag-switching tdp router-id Loopback0
    interface Loopback0
    ip address 10.0.0.5 255.255.255.255
    interface Tunnel2
    ip unnumbered Loopback0
    tunnel destination 10.0.0.2
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng path-option 1 dynamic
    interface Serial2/0
    ip address 192.168.25.5 255.255.255.0
    mpls traffic-eng tunnels
    fair-queue 64 256 32
    ip rsvp bandwidth 1000 1000
    interface Serial2/1
    ip address 192.168.45.5 255.255.255.0
    shutdown
    mpls traffic-eng tunnels
    fair-queue 64 256 37
    ip rsvp bandwidth 1000 1000
    interface Serial2/2
    no ip address
    shutdown
    fair-queue 64 256 37
    ip rsvp bandwidth 10000 10000
    interface Serial2/3
    no ip address
    shutdown
    router ospf 1
    router-id 10.0.0.5
    log-adjacency-changes
    network 10.0.0.5 0.0.0.0 area 0
    network 192.168.25.0 0.0.0.255 area 0
    network 192.168.45.0 0.0.0.255 area 0
    mpls traffic-eng router-id Loopback0
    mpls traffic-eng area 0
    mpls traffic-eng interface Serial2/0 area 0
    mpls traffic-eng interface Loopback0 area 0
    ip classless
    ip http server
    ip pim bidir-enable
    call rsvp-sync
    mgcp profile default
    dial-peer cor custom
    end
    R5#
    ======================================
    thanks

  • Strange issue with 3.6.3 VPN Client and IOS firewall

    I'm able to establish a VPN connection from the VPN Client to the e0/0 interface of the IOS FW/VPN router and pass encrypted traffic.
    Whenever I initiate a connection to something on the "Internet" from the LAN (e0/1) of the router, a temporary ACL entry is added to ACL 103 as it should be and I'm able to get out on the Internet from the internal LAN; however, I immediately lose my VPN connection from my PC Client when IOS FW adds those temporary "return entries".
    Router is running 12.2(13)T.
    Anyone else having issues like that? I've looked everywhere on cisco.com and elsewhere but I don't see anyone having a similar issue.
    You Cisco gurus have any thoughts?
    Thanks,
    Jamey
    Config below:
    jamey#wr t
    Building configuration...
    Current configuration : 3947 bytes
    ! Last configuration change at 16:27:03 GMT Wed Jan 22 2003 by jdepp
    ! NVRAM config last updated at 00:14:38 GMT Wed Jan 22 2003 by jdepp
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    hostname "jamey"
    no logging buffered
    no logging console
    username XXXX password 7 XXXXX
    clock timezone GMT 0
    aaa new-model
    aaa authentication login tac local
    aaa session-id common
    ip subnet-zero
    no ip domain lookup
    ip inspect name myfw ftp
    ip inspect name myfw realaudio
    ip inspect name myfw smtp
    ip inspect name myfw streamworks
    ip inspect name myfw vdolive
    ip inspect name myfw tftp
    ip inspect name myfw rcmd
    ip inspect name myfw tcp
    ip inspect name myfw udp
    ip inspect name firewall http java-list 3
    ip audit notify log
    ip audit po max-events 100
    crypto isakmp policy 3
    encr 3des
    hash md5
    authentication pre-share
    group 2
    crypto isakmp nat keepalive 20
    crypto isakmp client configuration group XXXX
    key XXXXXXX
    dns x.x.x.x
    domain xxx.com
    pool ipsec-pool
    acl 191
    crypto ipsec security-association lifetime kilobytes 536870911
    crypto ipsec security-association lifetime seconds 86400
    crypto ipsec transform-set foxset esp-3des esp-md5-hmac
    crypto dynamic-map dynmap 10
    set transform-set foxset
    crypto map clientmap client authentication list tac
    crypto map clientmap isakmp authorization list XXXXX
    crypto map clientmap client configuration address respond
    crypto map clientmap 10 ipsec-isakmp dynamic dynmap
    interface Loopback10
    description just for test purposes
    ip address 172.16.45.1 255.255.255.0
    interface Ethernet0/0
    description "Internet"
    ip address x.x.x.x 255.255.255.224
    ip access-group 103 in
    ip inspect myfw out
    no ip route-cache
    no ip mroute-cache
    half-duplex
    crypto map clientmap
    interface Ethernet0/1
    description "LAN"
    ip address 192.168.45.89 255.255.255.0
    no ip route-cache
    no ip mroute-cache
    half-duplex
    ip local pool ipsec-pool 192.168.100.1 192.168.100.254
    ip classless
    ip route 0.0.0.0 0.0.0.0 Ethernet0/0
    no logging trap
    access-list 3 permit any
    access-list 103 permit ip 192.168.100.0 0.0.0.255 any log
    access-list 103 permit icmp any any log
    access-list 103 permit udp any eq isakmp any log
    access-list 103 permit esp any any log
    access-list 103 permit ahp any any log
    access-list 103 permit udp any any eq non500-isakmp log
    access-list 103 permit tcp any any eq 1723 log
    access-list 103 permit udp any any eq 1723 log
    access-list 103 deny tcp any any log
    access-list 103 deny udp any any log
    access-list 191 permit ip 192.168.45.0 0.0.0.255 192.168.100.0 0.0.0.255
    access-list 191 permit ip 172.16.45.0 0.0.0.255 192.168.100.0 0.0.0.255
    radius-server authorization permit missing Service-Type
    call rsvp-sync
    line con 0
    line aux 0
    line vty 0 4
    exec-timeout 0 0
    password XXXXXX
    line vty 5 15
    end
    Some debugging info:
    At this point, my VPN PC is successfully connected to the e0/0 VPN router and assigned IP of 192.168.100.2. It is running constant pings to 192.168.45.67 and 172.16.45.1 (172.16.45.1 is a loopback on the router for testing), 192.168.45.67 is a host on the internal network.
    .Jan 22 01:27:38.284: ICMP type=8, code=0
    .Jan 22 01:27:38.288: IP: s=192.168.45.67 (Ethernet0/1), d=192.168.100.2 (Ethern
    et0/0), g=192.168.100.2, len 60, forward
    .Jan 22 01:27:38.288: ICMP type=0, code=0
    .Jan 22 01:27:38.637: IP: s=192.168.45.145 (Ethernet0/0), d=255.255.255.255, len
    40, access denied
    .Jan 22 01:27:38.637: UDP src=2301, dst=2301
    .Jan 22 01:27:38.641: IP: s=192.168.45.145 (Ethernet0/1), d=255.255.255.255, len
    40, rcvd 2
    .Jan 22 01:27:38.641: UDP src=2301, dst=2301
    .Jan 22 01:27:38.761: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:38.765: IP: s=192.168.100.2 (Ethernet0/0), d=172.16.45.1, len 60,
    rcvd 4
    .Jan 22 01:27:38.765: ICMP type=8, code=0
    .Jan 22 01:27:38.765: IP: s=172.16.45.1 (local), d=192.168.100.2 (Ethernet0/0),
    len 60, sending
    .Jan 22 01:27:38.765: ICMP type=0, code=0
    .Jan 22 01:27:39.282: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:39.286: IP: s=192.168.100.2 (Ethernet0/0), d=192.168.45.67 (Ethern
    et0/1), g=192.168.45.67, len 60, forward
    .Jan 22 01:27:39.286: ICMP type=8, code=0
    .Jan 22 01:27:39.286: IP: s=192.168.45.67 (Ethernet0/1), d=192.168.100.2 (Ethern
    et0/0), g=192.168.100.2, len 60, forward
    .Jan 22 01:27:39.290: ICMP type=0, code=0
    .Jan 22 01:27:39.763: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:39.767: IP: s=192.168.100.2 (Ethernet0/0), d=172.16.45.1, len 60,
    rcvd 4
    .Jan 22 01:27:39.767: ICMP type=8, code=0
    .Jan 22 01:27:39.767: IP: s=172.16.45.1 (local), d=192.168.100.2 (Ethernet0/0),
    len 60, sending
    .Jan 22 01:27:39.767: ICMP type=0, code=0
    .Jan 22 01:27:40.283: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:40.287: IP: s=192.168.100.2 (Ethernet0/0), d=192.168.45.67 (Ethern
    et0/1), g=192.168.45.67, len 60, forward
    .Jan 22 01:27:40.287: ICMP type=8, code=0
    .Jan 22 01:27:40.287: IP: s=192.168.45.67 (Ethernet0/1), d=192.168.100.2 (Ethern
    et0/0), g=192.168.100.2, len 60, forward
    .Jan 22 01:27:40.291: ICMP type=0, code=0
    .Jan 22 01:27:40.596 GMT: %SEC-6-IPACCESSLOGNP: list 103 permitted 50 216.16.193
    .52 -> <VPN ROUTER E0/0 INTERFACE>, 222 packets
    .Jan 22 01:27:40.596 GMT: %SEC-6-IPACCESSLOGP: list 103 permitted udp 216.16.193
    .52(500) -> <VPN ROUTER E0/0 INTERFACE>(500), 16 packets
    here is where I initiate a telnet connection to a host 2.2.2.2 (a dummy host on the "Internet")
    from a host on the internal side (LAN) (192.168.45.1)
    .Jan 22 01:27:40.600: IP: s=192.168.45.1 (Ethernet0/1), d=2.2.2.2 (Ethernet0/0),
    g=2.2.2.2, len 44, forward
    .Jan 22 01:27:40.600: TCP src=38471, dst=23, seq=953962328, ack=0, win=4128
    SYN
    .Jan 22 01:27:40.764: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    here is where by VPN connection breaks
    .Jan 22 01:27:40.768: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check
    .Jan 22 01:27:41.285: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:41.285: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check
    .Jan 22 01:27:45.773: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:45.777: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check
    .Jan 22 01:27:46.774: IP: s=<VPN PC CLIENT> (Ethernet0/0), d=<VPN ROUTER E0/0 INTERFACE> (Ethern
    et0/0), len 112, rcvd 3, proto=50
    .Jan 22 01:27:46.774: IPSEC(epa_des_crypt): decrypted packet failed SA identity
    check

    Ok..I found the bug ID for this:
    CSCdz46552
    the workaround says to configure an ACL on the dynamic ACL.
    I don't understand what that means.
    I found this link:
    http://www.cisco.com/en/US/products/sw/secursw/ps2138/products_maintenance_guide_chapter09186a008007da4d.html#96393
    and they talk about it, but I'm having a hard time decoding what this means:
    "To specify an extended access list for a crypto map entry, enter the match address crypto map configuration command. This access list determines which traffic should be protected by IPSec and which traffic should not be protected by IPSec. If this is configured, the data flow identity proposed by the IPSec peer must fall within a permit statement for this crypto access list. If this is not configured, the router will accept any data flow identity proposed by the IPSec peer. However, if this is configured but the specified access list does not exist or is empty, the router will drop all packets."

  • Issue with cisco ONS 15310. Slot with Ethernet ports, designed for bridging.

    Hi, guys. I’ve got an issue with cisco ONS 15310 sdh optical network. I’ve got a special slot with Ethernet ports, designed for bridging. Assume, we’ve got to multiplexers, named A and B with ports A0 and B0 respectively. The ios console of these slots says, the configuration is as follows:
    no ip address set on these ports
    Ports are administratively up
    Auto mdix
    Bridge groups are the same on these ports.
    Dot1q tunnel.
    I’m trying to monitor a device with an ip-address connected to port B0. It answers ping if I connect the notebook directly to a device. But if I connect the notebook to port A0 and ping the device pluged in port B0 through the optical network, it doesn’t answer. I tried connections with straight and cross cable.
    Guys, who set the network said, it should work as a point to point bridge with no extra configuration. But it doesn’t. I used wireshark sniffer to lookup what’s happening on port A0. All I see is cdp-s from port A0 and self-announcements of the notebook.
    Any suggestions? Thank you in advance.

    B
    Building configuration...
    Current configuration : 3712 bytes
    ! Last configuration change at
    version 12.2
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname B
    boot-start-marker
    boot-end-marker
    enable password -
    clock timezone -
    ip subnet-zero
    no ip domain-lookup
    no mpls traffic-eng auto-bw timers frequency 0
    bridge 100 protocol ieee
    bridge 140 protocol ieee
    bridge 141 protocol ieee
    bridge 142 protocol ieee
    bridge 143 protocol ieee
    bridge 144 protocol ieee
    interface Loopback0
    ip address 192.x.0.x 255.255.255.255
    interface FastEthernet0
    description -
    no ip address
    mode dot1q-tunnel
    bridge-group 140
    bridge-group 140 spanning-disabled
    interface FastEthernet1
    description --- B0 ---
    no ip address
    mode dot1q-tunnel
    bridge-group 141
    bridge-group 141 spanning-disabled
    interface FastEthernet2
    description -
    no ip address
    mode dot1q-tunnel
    bridge-group 142
    bridge-group 142 spanning-disabled
    interface FastEthernet3
    description -
    no ip address
    mode dot1q-tunnel
    bridge-group 143
    bridge-group 143 spanning-disabled
    interface FastEthernet4
    description -
    no ip address
    mode dot1q-tunnel
    bridge-group 144
    bridge-group 144 spanning-disabled
    interface FastEthernet5
    no ip address
    shutdown
    interface FastEthernet6
    no ip address
    shutdown
    interface FastEthernet7
    description -
    no ip address
    shutdown
    mode dot1q-tunnel
    bridge-group 100
    bridge-group 100 spanning-disabled
    interface POS0
    description -
    no ip address
    crc 32
    interface POS0.1
    encapsulation dot1Q 141
    no snmp trap link-status
    bridge-group 141
    interface POS0.2
    encapsulation dot1Q 142
    no snmp trap link-status
    bridge-group 142
    interface POS0.3
    encapsulation dot1Q 143
    no snmp trap link-status
    bridge-group 143
    interface POS0.4
    encapsulation dot1Q 144
    no snmp trap link-status
    bridge-group 144
    interface POS0.5
    description -
    encapsulation dot1Q 140
    no snmp trap link-status
    bridge-group 140
    interface POS1
    no ip address
    crc 32
    interface POS1.1
    encapsulation dot1Q 100
    no snmp trap link-status
    bridge-group 100
    router ospf 100
    log-adjacency-changes
    network 192.x.0.x 0.0.0.0 area 0
    ip default-gateway [x.x.x.x]
    ip classless
    no ip http server
    snmp-server community public RO
    snmp-server ifindex persist
    snmp-server trap link ietf
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    snmp-server enable traps tty
    snmp-server enable traps config
    snmp-server enable traps cpu threshold
    snmp-server enable traps entity
    snmp-server enable traps syslog
    snmp-server enable traps hsrp
    snmp-server enable traps config-copy
    snmp-server enable traps bridge
    snmp-server enable traps ospf state-change
    snmp-server enable traps ospf errors
    snmp-server enable traps ospf retransmit
    snmp-server enable traps ospf lsa
    snmp-server enable traps ospf cisco-specific state-change
    snmp-server enable traps ospf cisco-specific errors
    snmp-server enable traps ospf cisco-specific retransmit
    snmp-server enable traps ospf cisco-specific lsa
    snmp-server enable traps bgp
    snmp-server enable traps pim neighbor-change rp-mapping-change invalid-pim-message
    snmp-server enable traps ipmulticast
    snmp-server enable traps rtr
    snmp-server enable traps mpls traffic-eng
    snmp-server enable traps mpls ldp
    snmp-server enable traps rsvp
    snmp-server enable traps l2tun session
    snmp-server enable traps mpls vpn
    snmp-server host x.x.x.x public
    control-plane
    line con 0
    line vty 0 4
    password -
    logging synchronous level 4
    login
    end

  • RSVP Hello for Fast Reroute

    Hi,
    i am trying to set up TE tunnels with Fast Reroute protection. As i am using FastEthernet and GigabitEthernet links i need to use RSVP Hello for link or node failure detection.
    I have a little problem understanding and properly configuring the rsvp hello feature. The topology looks as follows:
    PE1 - P1 - PE2
      |                |
    P3 ----------- P4
    I am trying to set up fast reroute to  protect the connection PE1-P1-PE2 with backup path PE1-P3-P4-PE2. Both primary and backup tunnels are set up and working. I configure RSVP Hello on the link between PE1 and P1 with following commands on  PE1 and P1:
    PE1#configure terminal
    PE1(config)#interface Fastethernet 0/0
    PE1(config-if)ip rsvp signalling hello
    PE1(config-if)ip rsvp signalling hello refresh interval 50
    P1#configure terminal
    P1(config)#interface Fastethernet 0/0
    P1(config-if)ip rsvp signalling hello
    P1(config-if)ip rsvp signalling hello refresh interval 50
    After issuing the sh ip rsvp hello instance detail command on PE1 i can see that the RSVP hello session is active:
    Neighbor 195.10.3.1 (router ID: 3.3.3.3)  Source  195.10.3.254
        Type: Active    (sending requests)
        I/F:  FastEthernet0/0
        State:   Up        (Since: 2012 January Thursday 12 00:14:22 )
        Clients: Fast Reroute
        LSPs protecting: 1
        Missed acks: 4, IP DSCP: 0x30
        Refresh Interval (msec)
          Configured: 50
    However on the P1 router the output shows different values:
    Neighbor 195.10.3.254 (router ID: 33.33.33.33)  Source  195.10.3.1
        Type: Active    (sending requests)
        I/F:  FastEthernet0/0
        State:   Up        (Since: 2012 January Wednesday 11 23:43:18 )
        Clients: ReRoute
        LSPs protecting: 3
        Missed acks: 4, IP DSCP: 0x30
        Refresh Interval (msec)
          Configured: 2000
    The configuration guide for IOS 12.2SR refers to active instances:
    If a neighbor is unreachable when an LSP is ready  to be fast  rerouted, an active Hello instance is needed. Create an  active Hello  instance for each neighbor with at least one LSP in this  state.
    and to passive instances:
    Passive  Hello instances respond to Hello Request  messages (sending Ack  messages), but do not initiate Hello Request  messages and do not cause  LSPs to be fast rerouted.
    At this point i am not sure if i configured the RSVP Hello properly. After shuting the interface FastEthernet 0/0 on P1 down i do get the backup tunnel active and rerouted, but the convergence time is too slow. I would expect the convergence time to be 4xRSVP Hello interval which is 4x50=200ms. However, the testing revealed the convergence time to be round 2,5 seconds. My goal is to get the convergence time under 300ms.
    The question is, what is the actual difference between active and passive rsvp hello session? What does the Clients statement in the sh ip rsvp hello instance detail command mean and shoud i see the same interval on both ends of the link?
    If you need any other specification, i will provide any other show command outputs necessary.
    Thank you for any help or clarifiation.
    Adrian

    Adrian,
    Would it be possible to post the relevant tunnel configurations from your PE routers? From what you described, I am not sure if you want to achieve an MPLS path protection, MPLS link protection (NHOP) or MPLS node protection (NNHOP) here.
    Best regards,
    Peter

  • RSVP Configuration?

    I have a question regarding RSVP configuration for TE. On all of my interfaces, I am not specifying an actual bandwidth for reservation, but instead using the "ip rsvp bandwidth" command alone.
    Are there any issues one should be aware of when doing this in a TE environment?
    The reason I ask is because every example and guide I have gotten my hands on has shown an actual bandwidth specification. I do not have any issues with tunnels coming up, but am more or less just curious about the operation of the command without a bandwidth specification.
    Thanks,
    shawn

    Michel
    To add to what Swaroop posted above , the ip rsvp bandwidth command takes the following format
    ip rsvp bandwidth   < max reservable bw per flow >
    If you do not specify the max reservable bw , then by default , it is 75% of interface bw or 75% of the bandwidth specified by the  'bandwidth' command on the interface.
    Whether or not you need to specify the max reservable bw depends on your requirement. If you are trying to build a TE tunnel that is requesting a certain amount of bw , then it may be necessary to specify this .
    For example lets say you are trying to build a tunnel requesting 80mbps across a path that has 100mbps links . This tunnel wont come up if you leave the default max-bw reservation ( which is only 75 mbps in this case ) . So in this case you would need "ip rsvp bandwidth 100000 " on all the 100mbps interfaces for the tunnel to come up.
    Hope this helps
    Mayuresh

  • RSVP path message query

    Hello All,
    The below query is regarding the RSVP path messages that are sent from the head end towards the tail.
    I have got below setup
    R1(1/0) --------- (1/0) R3 (3/0)------------- (1/0) R2
    The interface 1/0 on R3 has got a total rsvp reservable bandwidth of 100 Meg. While R1 and R2 interfaces have got the default value of 750 Meg ( all the interfaces are gig interfaces ).
    All the tunnels are being setup by using the explicit path option.
    The tunnel headend is configured at R2 and the tailend was R1. The first tunnel that was setup was of 50 Meg ( which got successfully setup as expected ).The second tunnel that i tried to setup was of 700 Meg from R2 towards R1. As expected the tunnel didnt establish because of the bottleneck at R3_1/0 ( this interface has only 50 Meg left ). But there was one thing that i noticed. R2 had still sent a Path message towards R3 with the destination ip of R1. THe moment R3 received this message, it rejected the path message with Admission control error ( as it couldnt support the requested bandwidth on 1/0 interface ) and sent Path error message back to R2. This is something that i was not expecting.  I can see in the TED on R2 that R3 had already updated its G1/0 now has only 50Meg remaining. I thought that R2 ( headend ) should be referring to this first to see if the tunnel can be setup by staisfying all the constraints. Once it knows that the bandwidth is not available, it should not send any path messages.
    Any idea if i missed out on anything?
    Regards,
    Shreeram

    iMessages began appearing on my iPad after I upgraded to iOS6 on my iphone.  I simply turned off the iMessage settings on my iPad again and that resolved the issue.

  • Transition issues in timeline...

    hey now,
    i have two issues/questions here...
    sometimes when i apply a transition to the project, i get a warning message indicating 'frames were dropped'.  sometimes when i try a different transition i don't get the message but at other times i do.  my question: should i keep trying different transitions until i don't get the message or will this be a problem when i try to burn the project to a disc?
    #2 -  sometimes when i apply a transition in the timeline, it's really small (thin?).  that is, it's not the same size as others in the timeline that i've already put in there.  why i let it play to see what it looks like, the transition appears but for only a brief period of time.  why does this happen?  it's not that big a deal, i can eventually insert one that isn't like this but i AM curious about this.
    rsvp...
    ~ tj

    yea,
    i'm in china...  some sites are blocked!!
    otherwise, i just remembered something.  when i get this 'warning', it's about frames that have been dropped.  it offers some suggestions when that box appears that i never tried (duh).  i have just been trying a different transition to see if it will apply - mostly because i didn't understand what the suggestions were saying!!  this project is finished so i'll come back if this occurs on my next project.
    thanks for your help!!
    ~ tj

  • IPhone Calendar Issues with Outlook/Exchange

    When I receive a new meeting invitation it shows up in my iPhone as a new invitation (correctly) and also in my desktop Outlook client as a meeting invitation (correctly). However, I then experience the following two issues...
    1) If I accept the invitation through the iPhone, it sends the "accept" to the meeting organizer either as a "tentative" OR it sends it as an "accept" but shows the tentative question mark icon.
    2) If I accept the invitation from the desktop Outlook client, the invitation is not removed from the iPhone and I then would have to go in and also accept from the iPhone which would send a duplicate email to the meeting organizer.
    I searched other threads but couldn't find answers to these two issues. Anyone know why it sends the wrong "accept" icon to the meeting organizer when accepting from the phone or the calendar doesn't synch correctly and remove the invitation when I have already accepted from Outlook?
    (iPhone 3G, Outlook 2003, Exchange 2007, WinXP)

    but sometimes the iphone invite is removed and updated perfectly fine and sometimes it isn't. maybe there is something i can do to ensure it updates properly (such as open the invite so it's not "new" on iphone) then close then accept through outlook or something?
    also don't see why sending the rsvp as yes back formats the icon as a tentative instead of accept when the email says accept - sounds like a bug not a ".ics is not supported" problem?

  • Ical invite issues

    I have been trying to send invitations using Ical to a event. Unfortunately the other people get the invite but are not receiving the RSVP part of the invite. So all it does is enter the event information onto their ical or calender. I thought ical allows RSVP as well... am I mistaken? If it is possible to do so then is there a setting I need to change? Any help would be greatly appreciated!

    i'm having a similar issue. i'm writing a caldav server and can't get ical to recognize that i own events can therefor rsvp to them.
    what does iCal expect in order to rsvp to event via caldav?
    thanks.
    -alex

  • Cisco Router View issue

    Dear All,
    I have configured ZFS 6.5 on Netware
    I have a Cisco 2500 Router, configured SNMP like -
    snmp-server community public RW
    snmp-server enable traps snmp
    snmp-server enable traps isdn call-information
    snmp-server enable traps isdn layer-2
    snmp-server enable traps hsrp
    snmp-server enable traps config
    snmp-server enable traps entity
    snmp-server enable traps bgp
    snmp-server enable traps rsvp
    snmp-server enable traps frame-relay
    snmp-server enable traps rtr
    snmp-server host 192.168.10.2 public
    My ZFS server's ip is 192.168.10.2, i have given Router's Lan ip to
    NetExplorer's Router Seed also now my Router is been discovered via ZFS and
    it is shown in Atlas View also, I have tried to double click on it, then it
    shows Services within Services i can see Switch/Bridge, but by Double
    Clicking it a "Unified Port Traffic View" Dialog Box Appears which says,
    "Discovery could not retrieve the complete property of this node".
    Now what to do by which it should start giving information..
    Regards
    Vikas

    Vjohari,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • MPLS-TE Tunnel (FRR) Issue

    Hi
    Need some discussion on MPLS - TE tunnel issue.
    One of Tunnel with FRR configured, creates problem after a while affects the traffic running on the link until I shut the tunnel manually.
    Configs are ok because same configurations made for different cities to authenticate to a AAA server located in one of city.
    following is the generic diagram and complete config for respective links in all 3 cities but the tunnel on link highlighted with RED arrow creates problem after a while not at once until I shut the tunnel,
    The Platform is Cisco CISCO7609-S and all links are on 7600-SIP-400 module
    interface GigabitEthernet2/2/0
    description *** Physical Interface ***
    dampening
    mtu 9216
    ip address x.x.x.x x.x.x.x
    no ip redirects
    no ip proxy-arp
    ip ospf message-digest-key 1 md5 7 xxx
    ip ospf network point-to-point
    load-interval 30
    carrier-delay msec 0
    negotiation auto
    mpls traffic-eng tunnels
    mpls traffic-eng backup-path Tunnel2300
    mpls ip
    service-policy output egress_policy
    hold-queue 4096 in
    hold-queue 4096 out
    ip rsvp bandwidth percent 95
    ip rsvp signalling dscp 48
    end
    x.x.x.x#sh running-config int tun 1300
    Building configuration...
    Current configuration : 377 bytes
    interface Tunnel1300
    description *** Primary Tunnel ***
    ip unnumbered Loopback0
    shutdown
    mpls ip
    tunnel destination x.x.x.x
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng autoroute announce
    tunnel mpls traffic-eng path-option 10 explicit name path-1300
    tunnel mpls traffic-eng fast-reroute
    end
    x.x.x.x#sh running-config int tun 2300
    Building configuration...
    Current configuration : 332 bytes
    interface Tunnel2300
    description *** Backup Tunnel ***
    ip unnumbered Loopback0
    shutdown
    mpls ip
    tunnel destination x.x.x.x
    tunnel mode mpls traffic-eng
    tunnel mpls traffic-eng path-option 10 explicit name path-2300
    tunnel mpls traffic-eng record-route
    end

    Hi,
    Issue was figured out, the traffic was dropping dut to EF tagged traffic in the service policy applied under the physical interface.
    The limit of EF tagged traffic was defined less as per actual traffic which was causing drop in peak hours

  • MPLS TE: Fastreroute issue/question IOS XR

    I have MPLS TE tunnels configured to protect long distance links between routers in the core of the network. I have primary tunnel UP and also the backup tunnel UP, the problem is that when I try to see if fastreroute is ready it seems that is not there. I have to mention that I haven't configured the autoroute announce command on the primary tunnel (haven't done the traffic migration yet).
    The configuration is the following:
    interface tunnel-te1
    ipv4 unnumbered Loopback0
    signalled-bandwidth 5000000
    destination x.x.x.x
    fast-reroute
    path-option 1 explicit name primary
    interface tunnel-te2
    ipv4 unnumbered Loopback0
    backup-bw 4000000
    destination x.x.x.x
    path-option 1 explicit name backup
    mpls traffic-eng
    interface TenGigE0/1/0/0
    backup-path tunnel-te 2
    interface TenGigE0/2/0/0
    Every thing else is already configured (rsvp, osfp-mpls-te)
    The output of the show commands are:
    RP/0/9/CPU0:router#show mpls traffic-eng fast-reroute database summary
    Status Count
    Active 0
    Ready 0
    Partial 0
    RP/0/9/CPU0:router#show mpls traffic-eng tunnels backup
    tunnel-te2
    Admin: up, Oper: up
    Src: y.y.y.y, Dest: x.x.x.x, Instance: 222
    Fast Reroute Backup Provided:
    Protected LSPs: 0
    Backup BW: any-class; limit: 4000000 kbps, Inuse: 0 kbps
    Protected i/fs: TenGigE0/1/0/0
    Is there anything I should be worried about? is this a normal behaviour knowing that the autoroute command is not configured yet?
    Many thanks for your help.

    As you can see in the "show mpls traffic-eng tunnels" output it says that fastreroute is enabled, but I can not see it in the fastreroute database.
    RP/0/9/CPU0:P-MTY01#sh mpls traffic-eng tunnels 1
    Name: tunnel-te1 Destination: x.x.x.x
    Status:
    Admin: up Oper: up Path: valid Signalling: connected
    path option 1, type explicit primary (Basis for Setup, path weight 10000)
    G-PID: 0x0800 (derived from egress interface properties)
    Config Parameters:
    Bandwidth: 5000000 kbps (CT0) Priority: 7 7 Affinity: 0x0/0xffff
    Metric Type: TE (default)
    AutoRoute: disabled LockDown: disabled Policy class: not set
    Loadshare: 0 equal loadshares
    Auto-bw: disabled(0/0) 0 Bandwidth Requested: 5000000
    Direction: unidirectional
    Endpoint switching capability: unknown, encoding type: unassigned
    Transit switching capability: unknown, encoding type: unassigned
    Fast Reroute: Enabled, Protection Desired: Any
    History:
    Tunnel has been up for: 00:49:17
    Current LSP:
    Uptime: 00:49:17
    Prior LSP:
    ID: path option 1 [435]
    Removal Trigger: path verification failed
    Path info (OSPF 1000 area 0):
    Hop0: y.y.y.y
    Hop1: z.z.z.z
    Do you think this is an issue I should be worried about?

  • H323 Bind issues

    (config-subif)#h323-gateway voip bind srcaddr xxx.xxx.xxx.xxx
    Bind IP Address configured. Please remove before reconfiguring
    I am getting this message despite no bind address configured. anyone seen this issues before?
    RTR#sh run   | include bind
    RTR#
    Any advise will be much appreciated.

    version 15.0
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime localtime show-timezone
    service password-encryption
    service compress-config
    hostname RTR
    boot-start-marker
    boot system flash:c2900-universalk9-mz.SPA.150-1.M4.bin
    boot-end-marker
    card type e1 0 1
    logging buffered 4096
    aaa new-model
    aaa session-id common
    network-clock-participate wic 1
    no ipv6 cef
    no ip source-route
    ip cef
    ip vrf 3RD_PARTY
     rd
     route-target export
     route-target import
    ip vrf DATA
     rd
     route-target export
     route-target import
    ip vrf forwarding
    no ip dhcp use vrf connected
    no ip dhcp conflict logging
    ip dhcp excluded-address 172.27.165.1 172.27.165.25
    ip dhcp excluded-address 172.27.165.129
    ip dhcp pool VLAN1
       network 172.27.165.0 255.255.255.192
       dns-server xxx.xxx.xxx.xxx
       default-router 172.27.165.1
       option 150 ip XXX.XXX.XXX
       lease 3
    ip dhcp pool VLAN133
       network 172.27.165.128 255.255.255.192
       default-router 172.27.165.129
       lease 0 3
    no ip domain lookup
    multilink bundle-name authenticated
    isdn switch-type primary-net5
    crypto pki token default removal timeout 0
    voice-card 0
    voice rtp send-recv
    voice service voip
     fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
     modem passthrough nse codec g711ulaw
    voice class codec 1
     codec preference 1 g729r8
     codec preference 2 g711ulaw
    voice class h323 1
      h225 timeout tcp establish 3
      call start fast
    voice translation-rule 100
     rule 1 /^.*/ /xxxxxxxxx/
    voice translation-profile MAPOUTSIDE
     translate calling 100
    hw-module pvdm 0/0
    redundancy
    controller E1 0/1/0
     line-termination 75-ohm
     pri-group timeslots 1-31
     description ### PABX ###
    controller E1 0/1/1
    interface GigabitEthernet0/0
     description ### Trunk  ###
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0/0.1
     description ### Managment, Server and Voice network ###
     encapsulation dot1Q 1 native
     ip address 192.168.1.1 255.255.255.0 secondary
     ip address 172.27.165.1 255.255.255.192
     no ip redirects
    interface GigabitEthernet0/0.2
     description ### Lan ###
     encapsulation dot1Q 800
     ip vrf forwarding DATA
     no ip redirects
     ip tcp adjust-mss 1400
     bridge-group 2
     bridge-group 2 input-address-list 702
    interface GigabitEthernet0/0.5
     description ### Riverbed AUX Port ###
     encapsulation dot1Q 5
     no ip redirects
     ip nat outside
     ip virtual-reassembly
    interface GigabitEthernet0/0.133
     description ### Internet Wifi ###
     encapsulation dot1Q 133
     ip vrf forwarding 3RD_PARTY
     no ip redirects
     ip accounting output-packets
     bridge-group 33
     bridge-group 33 input-address-list 733
     bridge-group 33 output-address-list 733
    interface GigabitEthernet0/1
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0/2
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0/2.950
      bandwidth 1024
     encapsulation dot1Q 950
     ip address 172.27.165.254 255.255.255.252
     ip flow ingress
     ip flow egress
    interface GigabitEthernet0/2.951
      bandwidth 768
     encapsulation dot1Q 951
     ip vrf forwarding DATA
     ip address 172.27.165.250 255.255.255.252
     ip flow ingress
     ip flow egress
     rate-limit output 768000 8000 8000 conform-action transmit exceed-action drop
    interface GigabitEthernet0/2.952
     bandwidth 256
     encapsulation dot1Q 952
     ip vrf forwarding 3RD_PARTY
     ip address 172.27.165.246 255.255.255.252
     ip flow ingress
     ip flow egress
     rate-limit output 256000 8000 8000 conform-action transmit exceed-action drop
    interface GigabitEthernet0/2.959
     encapsulation dot1Q 959 native
     ip address 172.27.165.242 255.255.255.252
     ip flow ingress
     ip flow egress
    interface Serial0/0/0
     bandwidth 1024
     no ip address
     encapsulation frame-relay
     load-interval 30
     no keepalive
     priority-group 1
     ignore dcd
     no clock rate 2000000
    interface Serial0/0/1
     no ip address
     shutdown
     clock rate 2000000
    interface Serial0/1/0:15
     no ip address
     encapsulation hdlc
     isdn switch-type primary-net5
     isdn timer T310 120000
     isdn protocol-emulate network
     isdn incoming-voice voice
     no cdp enable
    interface BVI2
     ip vrf forwarding DATA
     ip address 192.168.1.1 255.255.255.0 secondary
     ip address 172.16.199.1 255.255.255.0
     no ip redirects
     ip accounting output-packets
     ip nbar protocol-discovery
     ip tcp adjust-mss 1400
    interface BVI33
     ip vrf forwarding 3RD_PARTY
     ip address 172.27.165.129 255.255.255.192
     ip accounting output-packets
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip flow-top-talkers
     top 20
     sort-by bytes
     cache-timeout 30000
    ip nat inside source list 150 interface GigabitEthernet0/0.5 overload
    ip route 0.0.0.0 0.0.0.0 172.27.165.253 name default
    ip route vrf 3RD_PARTY 0.0.0.0 0.0.0.0 172.27.165.245 name Default
    ip route vrf DATA 0.0.0.0 0.0.0.0 172.27.165.249 name Default
    control-plane
    bridge 2 protocol ieee
    bridge 2 route ip
    bridge 33 protocol ieee
    bridge 33 route ip
    no call rsvp-sync
    voice-port 0/1/0:15
    voice-port 0/2/0
    voice-port 0/2/1
    voice-port 0/2/2
    voice-port 0/2/3
    dial-peer voice 100 pots
     description ### PABX ###
     destination-pattern XXXXXXXX
     port 0/1/0:15
     forward-digits all
    dial-peer voice 2000 voip
     preference 2
     destination-pattern .T
     progress_ind setup enable 3
     session target ipv4:xxx.xxx.xxx.xxx
     voice-class codec 1
     voice-class h323 1
     dtmf-relay h245-alphanumeric
     playout-delay nominal 130
     playout-delay mode fixed
     fax-relay ecm disable
     fax rate 9600
     fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
     clid network-number XXXXXXXX
     no vad
    dial-peer voice 2001 voip
     preference 1
     destination-pattern .T
     progress_ind setup enable 3
     session target ipv4:xxx.xxx.xxx.xxx
     voice-class codec 1
     voice-class h323 1
     dtmf-relay h245-alphanumeric
     playout-delay nominal 130
     playout-delay mode fixed
     fax-relay ecm disable
     fax rate 9600
     fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
     clid network-number XXXXXXXX
     no vad

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

Maybe you are looking for

  • Opening RAW images in PSE5

    What can I do to be able to open RAW (nef.) files in PSE 5?  I tried downloading the ACR 4.0 a couple of times, and Photoshop Elements still won't let me open the nef. files.  What else could I do?

  • Original Lightning cable doesn't work

    Hi , first of all sorry for my bad english. I bought an original Lightning cable with the apple logo and all the stuff printed on the box, but when I tried on my phone it doesn't work. And a pop-up appear with the text: "the accessory may not be cert

  • VNC not showing up in ARD 3.0

    I have windows XP machines running realvnc on my network. When I run ARD 3.0 they don't show up in the scanner, however when I run ARD 2 on another machine they do show up. I have reinstalled ARD and VNC, and even tried tightVNC. Is there someother w

  • CANT GET MY CAMERA TO UPLOAD VIDEO!

    So i got a Kodak EasyShare C813, ive already put about 1000 pics on iPhoto but when i try to import my video clips to iMovie it says theres no camera connected. Is the camera too advanced for OS X 10.2.8? or is there something i can do? i dont really

  • Can I issue this command in PL/SQL: EXECUTE IMMEDIATE '@filename.sql';

    can I issue this command in PL/SQL: EXECUTE IMMEDIATE '@filename.sql';