Skip to content
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

BGP Tickets created without remote_addr #387

Open
runborg opened this issue Dec 12, 2024 · 0 comments
Open

BGP Tickets created without remote_addr #387

runborg opened this issue Dec 12, 2024 · 0 comments

Comments

@runborg
Copy link

runborg commented Dec 12, 2024

In some instances i see tickets are created without the remote_addr field.
The origin of this issue is unknown.
Example ticket from zino-state.json

"11459": {
  "id": 11459,
  "router": "XXXXXX",
  "type": "bgp",
  "state": "open",
  "opened": "2024-08-22T15:44:57.817240Z",
  "updated": "2024-09-03T22:51:39.680282Z",
  "priority": 100,
  "lastevent": "peer was reset (now up)",
  "log": [
    {
      "timestamp": "2024-08-22T15:44:57.817228Z",
      "message": "XXXXX AS 64696 is down (running)"
    },
    {
      "timestamp": "2024-08-22T18:06:19.486323Z",
      "message": "XXXXXX AS 64696 was reset (now up)"
    },
    {
      "timestamp": "2024-09-03T22:08:02.563404Z",
      "message": "XXXXXX  AS 64696 is down (running)"
    },
    {
      "timestamp": "2024-09-03T22:16:23.918023Z",
      "message": "XXXXXX  AS 64696 was reset (now up)"
    },
    {
      "timestamp": "2024-09-03T22:42:51.731228Z",
      "message": "XXXXXX  AS 64696 is down (running)"
    },
    {
      "timestamp": "2024-09-03T22:51:39.680282Z",
      "message": "XXXXXX  AS 64696 was reset (now up)"
    }
  ],
  "history": [
    {
      "timestamp": "2024-08-22T15:44:57.817245Z",
      "message": "state change embryonic -> open (monitor)"
    }
  ],
  "polladdr": "xxxxxx",
  "remote_as": 64696,
  "peer_uptime": 311,
  "operational_state": "established",
  "admin_status": "running"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant