-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error While Deploying SR Tunnel using Pathman #12
Comments
The router failed the setup - timeout I would guess.
Next I would look in the router and see what it logs for pce.
If you are using IOS-XR, what version? Cheers, |
Below are the things your required. kindly advice the next step. IOS-XR version is XRv 6.1.1 Note: I am using 2 Edge routers for which i have configured PCE peer. when path is being deployed it shows below error on pathman. Logs for PCE on Edge Router: RP/0/0/CPU0:PE1#show mpls traffic-eng pce trace last 100 |
I would recommend trying another version than IOS XR 6.1.1 and 6.1.2, I have seen the no-ack-issue with these. I don't keep a list of tested versions, but:
Cheers, |
Thank you for your support. i will try these tested versions and will revert if found any issue. |
i have tried 6.1.1 and after configuring below command, everything is working fine. further can you please confirm if we can do auto failover using any bandwidth threshold or link/node failure( FRR). ipv4 unnumbered mpls traffic-eng Loopback0 |
@nikmon2 **i meet with the same problem when i deploy path which is listed in the compute path on the pathmen SR. IOS XRv9000 version is 7.5.2 Logs below:** And the ODL can ping all nodes loopback: And i have configured the below command: |
why i still failed to deploy path, and the router seems not support. RP/0/RP0/CPU0:PE1#sh mpls traffic-eng pce trace last 10 Can u share your runtime information and configuration for me ? @mshehroze |
Hello Guys,
I am getting error while deploying path using pathman. below is the error which i got in pathman.log file. Can someone please look into this and guide me.
Pathman is UP and running:
056 2018-03-17 11:53:20.818 UTC root:rest_interface_parser INFO: Commands Relieved: {u'option': u'topo'}
6056 2018-03-17 11:53:20.833 UTC root:get_url INFO: Url get Status: 200
6056 2018-03-17 11:53:20.844 UTC root:get_url INFO: Url get Status: 200
6056 2018-03-17 11:53:21.044 UTC root:add_node INFO: New node: Node(name=u'33686018', id=u'33686018', loopback=u'2.2.2.2', portlist=[u'10.10.10.13', u'10.10.10.2', u'10.10.10.5'], pcc='', pcep_type='', prefix=[u'10.10.10.0/30', u'10.10.10.12/30', u'10.10.10.4/30', u'2.2.2.2/32'], sid='')
6056 2018-03-17 11:53:21.249 UTC root:add_node INFO: New node: Node(name=u'67372036', id=u'67372036', loopback=u'4.4.4.4', portlist=[u'10.10.10.14', u'10.10.10.17'], pcc='', pcep_type='', prefix=[u'10.10.10.12/30', u'10.10.10.16/30', u'192.168.0.0/24', u'4.4.4.4/32'], sid='')
6056 2018-03-17 11:53:21.453 UTC root:add_node INFO: New node: Node(name=u'84215045', id=u'84215045', loopback=u'5.5.5.5', portlist=[u'10.10.10.10'], pcc=u'pcc://5.5.5.5', pcep_type='07', prefix=[u'10.10.10.8/30', u'5.5.5.5/32'], sid='')
6056 2018-03-17 11:53:21.657 UTC root:add_node INFO: New node: Node(name=u'50529027', id=u'50529027', loopback=u'3.3.3.3', portlist=[u'10.10.10.18', u'10.10.10.6', u'10.10.10.9'], pcc='', pcep_type='', prefix=[u'10.10.10.16/30', u'10.10.10.4/30', u'10.10.10.8/30', u'3.3.3.3/32'], sid='')
6056 2018-03-17 11:53:21.802 UTC root:add_node INFO: New node: Node(name=u'16843009', id=u'16843009', loopback=u'1.1.1.1', portlist=[u'10.10.10.1'], pcc=u'pcc://1.1.1.1', pcep_type='07', prefix=[u'1.1.1.1/32', u'10.10.10.0/30'], sid='')
6056 2018-03-17 11:53:21.802 UTC root:node_structure INFO: [Node(name=u'33686018', id=u'33686018', loopback=u'2.2.2.2', portlist=[u'10.10.10.13', u'10.10.10.2', u'10.10.10.5'], pcc='', pcep_type='', prefix=[u'10.10.10.0/30', u'10.10.10.12/30', u'10.10.10.4/30', u'2.2.2.2/32'], sid=''), Node(name=u'67372036', id=u'67372036', loopback=u'4.4.4.4', portlist=[u'10.10.10.14', u'10.10.10.17'], pcc='', pcep_type='', prefix=[u'10.10.10.12/30', u'10.10.10.16/30', u'192.168.0.0/24', u'4.4.4.4/32'], sid=''), Node(name=u'84215045', id=u'84215045', loopback=u'5.5.5.5', portlist=[u'10.10.10.10'], pcc=u'pcc://5.5.5.5', pcep_type='07', prefix=[u'10.10.10.8/30', u'5.5.5.5/32'], sid=''), Node(name=u'50529027', id=u'50529027', loopback=u'3.3.3.3', portlist=[u'10.10.10.18', u'10.10.10.6', u'10.10.10.9'], pcc='', pcep_type='', prefix=[u'10.10.10.16/30', u'10.10.10.4/30', u'10.10.10.8/30', u'3.3.3.3/32'], sid=''), Node(name=u'16843009', id=u'16843009', loopback=u'1.1.1.1', portlist=[u'10.10.10.1'], pcc=u'pcc://1.1.1.1', pcep_type='07', prefix=[u'1.1.1.1/32', u'10.10.10.0/30'], sid='')]
6056 2018-03-17 11:53:21.803 UTC root:pseudo_net_build INFO: []
6056 2018-03-17 11:53:21.816 UTC root:_get_url INFO: status code: 200
6056 2018-03-17 11:53:21.817 UTC root:node_sr_update INFO: SR sid updated for: 33686018 from bgp
6056 2018-03-17 11:53:21.818 UTC root:node_sr_update INFO: SR sid updated for: 67372036 from bgp
6056 2018-03-17 11:53:21.818 UTC root:node_sr_update INFO: SR sid updated for: 84215045 from bgp
6056 2018-03-17 11:53:21.818 UTC root:node_sr_update INFO: SR sid updated for: 50529027 from bgp
6056 2018-03-17 11:53:21.818 UTC root:node_sr_update INFO: SR sid updated for: 16843009 from bgp
6056 2018-03-17 11:53:21.820 UTC root:topoCheck INFO: Nodes not in topo_data.py: set([u'50529027', u'16843009', u'33686018', u'67372036', u'84215045'])
6056 2018-03-17 11:53:21.820 UTC root:topoCheck INFO: Nodes not used: set(['sjc', 'bos', 'san', 'WA', 'DE', 'por', 'ME', 'WI', 'WV', 'HI', 'sea', 'FL', 'dxb', 'WY', 'NH', 'KS', 'NJ', 'NM', 'TX', 'LA', 'mia', 'chi', 'NC', 'ND', 'NE', 'sfc', 'TN', 'NY', 'PA', 'arn', 'nyc', 'MO', 'CT', 'sin', 'NV', 'VA', 'CO', 'alb', 'CA', 'AL', 'hst', 'AR', 'VT', 'IL', 'GA', 'IN', 'IA', 'MA', 'AZ', 'kcy', 'ID', 'nrt', 'jfk', 'MD', 'wdc', 'OK', 'dme', 'OH', 'UT', 'atl', 'MN', 'MI', 'RI', 'AK', 'MT', 'mvd', 'min', 'MS', 'SC', 'lax', 'KY', 'OR', 'SD'])
6056 2018-03-17 11:53:21.820 UTC root:topoCheck INFO: node: {'y': 547.632538305046, 'name': 'sjc', 'x': -558.254079540255, 'latitude': 36.137242513163, 'type': 'transit', 'ipaddress': 'df2a::10', 'site': 'sjc', 'longitude': -120.754451723841, 'icon': 'router'}
6056 2018-03-17 11:53:21.820 UTC root:topoCheck INFO: node: {'y': 378.785947351863, 'name': 'bos', 'x': 1341.94009483763, 'latitude': 42.3584, 'type': 'transit', 'ipaddress': 'df2a::0f', 'site': 'bos', 'longitude': -71.0598, 'icon': 'router'}
6056 2018-03-17 11:53:21.821 UTC root:topoCheck INFO: node: {'y': 1180.13722822491, 'name': 'san', 'x': -400.12790706029, 'latitude': 32.7153, 'type': 'transit', 'ipaddress': 'df2a::0e', 'site': 'san', 'longitude': -117.157, 'icon': 'router'}
6056 2018-03-17 11:53:21.821 UTC root:topoCheck INFO: node: {'y': 550.31264292335, 'name': 'WA', 'x': -1021.91217850693, 'latitude': '47.039231', 'type': 'transit', 'ipaddress': 'df2a::45', 'site': 'Olympia', 'longitude': '-122.891366', 'icon': 'router'}
6056 2018-03-17 11:53:21.821 UTC root:topoCheck INFO: node: {'y': 550.31264292335, 'name': 'DE', 'x': -1021.91217850693, 'latitude': '39.158035', 'type': 'transit', 'ipaddress': 'df2a::1a', 'site': 'Dover', 'longitude': '-75.524734', 'icon': 'router'}
6056 2018-03-17 11:53:21.821 UTC root:getTopo INFO: Topo build with 5 nodes
6056 2018-03-17 11:53:21.821 UTC root:post INFO: {"response": [{"option": "topo", "success": true, "topology": {"nodes": [{"site": "16843009", "y": 378.785947351863, "prefix": ["1.1.1.1/32", "10.10.10.0/30"], "sr_enabled": true, "pcep_enabled": true, "ipaddress": "1.1.1.1", "icon": "router", "x": 1341.94009483763, "name": "16843009", "longitude": -71.0598, "sid": 16001, "latitude": 42.3584, "pcc": "pcc://1.1.1.1", "type": "transit"}, {"site": "33686018", "y": 1180.13722822491, "prefix": ["10.10.10.0/30", "10.10.10.12/30", "10.10.10.4/30", "2.2.2.2/32"], "sr_enabled": true, "pcep_enabled": false, "ipaddress": "2.2.2.2", "icon": "router", "x": -400.12790706029, "name": "33686018", "longitude": -117.157, "sid": 16002, "latitude": 32.7153, "pcc": "", "type": "transit"}, {"site": "50529027", "y": 547.632538305046, "prefix": ["10.10.10.16/30", "10.10.10.4/30", "10.10.10.8/30", "3.3.3.3/32"], "sr_enabled": true, "pcep_enabled": false, "ipaddress": "3.3.3.3", "icon": "router", "x": -558.254079540255, "name": "50529027", "longitude": -120.754451723841, "sid": 16003, "latitude": 36.137242513163, "pcc": "", "type": "transit"}, {"site": "67372036", "y": 550.31264292335, "prefix": ["10.10.10.12/30", "10.10.10.16/30", "192.168.0.0/24", "4.4.4.4/32"], "sr_enabled": true, "pcep_enabled": false, "ipaddress": "4.4.4.4", "icon": "router", "x": -1021.91217850693, "name": "67372036", "longitude": "-122.891366", "sid": 16004, "latitude": "47.039231", "pcc": "", "type": "transit"}, {"site": "84215045", "y": 550.31264292335, "prefix": ["10.10.10.8/30", "5.5.5.5/32"], "sr_enabled": true, "pcep_enabled": true, "ipaddress": "5.5.5.5", "icon": "router", "x": -1021.91217850693, "name": "84215045", "longitude": "-75.524734", "sid": 16005, "latitude": "39.158035", "pcc": "pcc://5.5.5.5", "type": "transit"}], "links": [{"source": "50529027", "metric": {"te": {"rx": 1, "tx": 1}, "igp": {"rx": 1, "tx": 1}}, "target": "84215045"}, {"source": "50529027", "metric": {"te": {"rx": 1, "tx": 1}, "igp": {"rx": 1, "tx": 1}}, "target": "67372036"}, {"source": "50529027", "metric": {"te": {"rx": 1, "tx": 1}, "igp": {"rx": 1, "tx": 1}}, "target": "33686018"}, {"source": "16843009", "metric": {"te": {"rx": 1, "tx": 1}, "igp": {"rx": 1, "tx": 1}}, "target": "33686018"}, {"source": "67372036", "metric": {"te": {"rx": 1, "tx": 1}, "igp": {"rx": 1, "tx": 1}}, "target": "33686018"}]}}]}
6056 2018-03-17 11:53:21.824 UTC root:initialize INFO: Init 2 done - debug saved
6056 2018-03-17 11:53:21.824 UTC root:rest_interface_parser INFO: Commands Relieved: {u'option': u'list_all'}
6056 2018-03-17 11:53:21.833 UTC root:get_url INFO: Url get Status: 200
6056 2018-03-17 11:53:21.833 UTC root:listAllLsp INFO: list: [], formatted: []
6056 2018-03-17 11:53:21.833 UTC root:post INFO: {"response": [{"list": [], "option": "list_all", "success": true}]}
After Deploying Path, getting Below Error:
6056 2018-03-17 11:55:49.628 UTC root:initialize INFO: Init 2 done - debug saved
6056 2018-03-17 11:55:49.629 UTC root:rest_interface_parser INFO: Commands Relieved: {u'src': u'16843009', u'dst': u'84215045', u'option': u'path', u'metric': u'te'}
6056 2018-03-17 11:55:49.630 UTC root:post INFO: {"response": [{"path": [["16843009", "33686018", "50529027", "84215045"], ["16843009", "33686018", "67372036", "50529027", "84215045"]], "metric": [3, 4], "option": "path", "success": true}]}
6056 2018-03-17 11:55:54.538 UTC root:initialize INFO: Init 2 done - debug saved
6056 2018-03-17 11:55:54.538 UTC root:rest_interface_parser INFO: Commands Relieved: {u'path': [u'16843009', u'33686018', u'67372036', u'50529027', u'84215045'], u'option': u'create', u'name': u'16843009 -> 84215045'}
6056 2018-03-17 11:55:54.539 UTC root:get_loop_list INFO: Path: [u'16843009', u'33686018', u'67372036', u'50529027', u'84215045']
6056 2018-03-17 11:55:54.539 UTC root:get_loop_list INFO: Loop list: [u'2.2.2.2', u'4.4.4.4', u'3.3.3.3', u'5.5.5.5']
6056 2018-03-17 11:55:54.539 UTC root:get_sid_list INFO: Path: [u'16843009', u'33686018', u'67372036', u'50529027', u'84215045']
6056 2018-03-17 11:55:54.539 UTC root:get_sid_list INFO: SID list: [16002, 16004, 16003, 16005]
6056 2018-03-17 11:56:24.572 UTC root:createSRtunnel INFO: Create SR Tunnel response: {u'output': {u'failure': u'no-ack'}}
6056 2018-03-17 11:56:26.575 UTC root:post INFO: {"response": [{"cause": {"failure": "no-ack"}, "option": "create", "success": false}]}
6056 2018-03-17 11:56:26.589 UTC root:initialize INFO: Init 2 done - debug saved
The text was updated successfully, but these errors were encountered: