Skip to content

Commit

Permalink
notebooks: Update after batfish/batfish#8783 (#894)
Browse files Browse the repository at this point in the history
update a notebook to reflect recent batfish updates
  • Loading branch information
millstein committed Sep 15, 2023
1 parent eb41285 commit c8e8a34
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions jupyter_notebooks/Introduction to BGP Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,21 @@
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>13</th>\n",
" <td>as2border2</td>\n",
" <td>default</td>\n",
" <td>2</td>\n",
" <td>None</td>\n",
" <td>2.1.1.2</td>\n",
" <td>2</td>\n",
" <td>as2core2</td>\n",
" <td>None</td>\n",
" <td>2.1.2.2</td>\n",
" <td>['IPV4_UNICAST']</td>\n",
" <td>IBGP</td>\n",
" <td>ESTABLISHED</td>\n",
" </tr>\n",
" <tr>\n",
" <th>20</th>\n",
" <td>as2core2</td>\n",
" <td>default</td>\n",
Expand All @@ -1413,13 +1428,16 @@
"</div>"
],
"text/plain": [
" Node VRF Local_AS Local_Interface Local_IP Remote_AS Remote_Node \\\n",
"20 as2core2 default 2 None 2.1.2.2 2 as2border2 \n",
" Node VRF Local_AS Local_Interface Local_IP Remote_AS \\\n",
"13 as2border2 default 2 None 2.1.1.2 2 \n",
"20 as2core2 default 2 None 2.1.2.2 2 \n",
"\n",
" Remote_Interface Remote_IP Address_Families Session_Type \\\n",
"20 None 2.1.1.2 ['IPV4_UNICAST'] IBGP \n",
" Remote_Node Remote_Interface Remote_IP Address_Families Session_Type \\\n",
"13 as2core2 None 2.1.2.2 ['IPV4_UNICAST'] IBGP \n",
"20 as2border2 None 2.1.1.2 ['IPV4_UNICAST'] IBGP \n",
"\n",
" Established_Status \n",
"13 ESTABLISHED \n",
"20 ESTABLISHED "
]
},
Expand Down Expand Up @@ -2435,7 +2453,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.11"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit c8e8a34

Please sign in to comment.