BGPView Shell Command Reference BGPView Beta Version 0.39 Kuniaki Kondo Copyright (C) 2000 - 2002 Internet Initiative Japan Inc. Copyright (C) 2003-2005 Intec NetCore, Inc. Copyright (C) 2006-2007 Mahoroba Kobo. 26 Jan 2007 1. Connect to BGPView Shell BGPView Shell (hereinafter referred to as "BVS") is connected by using as telnet command. Connecting method is configured by SHELL_PORT, SHELL_MAXCON and SHELL_PASSWD in BGPView configuration file as bgpview.cfg. Connecting to BVS is used TCP port 3000 in default. Following is sample connecting command. % telnet 3000 Established connection to BVS, it require to input password. So, input password which is configured by SHELL_PASSWD. After logged in, it will print follwing prompt, and becoming waiting for inputing any commands. 2. Using BVS BVS support some line edit functions for inputing command. 1) Auto Complete Inputting commands, when you don't enter complete command words, if BPGView recognize commands, then BGPView supplement to complete command automatically. As an example, a case of inputting 'exit' command, the command is only one that the first spell is 'e', BGPView will execute 'exit' command when BGPView is inputted e. And, If you input just 'e' and input TAB key, then BGPView supplment to 'exit'. 2) History BVS remember seven previous commands which is inputed by use. These saved commands can call and . When is inputed, BVS back to previous command. When is inputed, BVS forward to next command. 3) Command line edition BVS support following functions for command line edition. Ctrl+U : Line delete Ctrl+W : Word delete from cursor to left Ctrl+D : One character delete at cursor Ctrl+A : Moving cursor to top of line Ctrl+F : Moving cursor one character to left Ctrl+B : Moving cursor one character to right Ctrl+k : Deletion characters from cursor to right Ctrl+L : Clear screen 4) Printing help When inputting command, if you don't know command which is supported BVS, then you can see help if you type '?'. BVS list supported commands. 3. Command Reference 3.1 exit/quit commands exit quit Logout BVS. 3.2 BGPView proccess managing commands shutdown Shutdown BGPView process. reboot
Reboot BGPView process. 3.3 show commands show cron list Showing current cron status show ip bgp [detail] show ip bgp [active|inactive] [detail] Showing all routes which is received from peer. When this command is specified 'active', it display only active routes. When this command is specified 'inactive', it display only inactive route. When this command is specfied 'detail' parameter, it desplay route histories. show ip bgp
Showing routes which is specified by
. show ip bgp summary Showing all peer list. show ip bgp neighbor routes show ip bgp neighbor [active|inactive] routes Showing all routes from specified neighbor address When this command is specified 'active', it display only active routes. When this command is specified 'inactive', it display only inactive route. show ip bgp statics Showing communication status such as a number of received messages from specified neighbor address. show ip bgp neighbor Showing status and configuration for specified neighbor address. show ip bgp route time