show router-configuration

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Shows dynamic routing configuration.

Syntax

show router-configuration <category>

Press the TAB key to see the available options.

Category

Description

aggregate

Shows the Route Aggregation configuration.

as

Shows the Autonomous System configuration.

bgp

Shows the BGP configuration.

igmp

Shows the IGMP configuration.

kernel-routes

Shows the configuration for kernel routes.

max-path-splits

Shows the configuration for path splits.

ospf

Shows the OSPF configuration.

pim

Shows the PIM configuration.

protocol-rank

Shows the protocol rank configuration.

rip

Shows the RIP configuration.

route-redistribution

Shows the Route Redistribution configuration.

routemap

Shows the configuration for a specific Route Map.

routemaps

Shows the configuration for all Route Maps.

router-id

Shows the Router ID configuration.

router-options

Shows the configuration for Router Options.

static-mroute

Shows the configuration for static multicast route.

static-route

Shows the static routes (takes time to show the result).

trace

Shows the Trace configuration.

tracefile

Shows the Tracefile configuration.

Example 1

Gaia> show router-configuation bgp

set bgp internal on

set bgp internal local-address 192.168.200.1 on

set bgp internal protocol all on

set bgp internal interface all on

Example 2

Gaia> show router-configuration

# Aggregate

# As

set as 5

# BGP

set bgp internal on

set bgp internal local-address 192.168.200.1 on

set bgp internal protocol all on

set bgp internal interface all on

#IGMP

# Kernel Routes

# max-path-splits

set max-path-splits 8

# OSPF

set ospf instance default area backbone on

# PIM

# Protocol Rank

# RIP

set rip update-interval default gateway set rip expire-interval default

... ... (truncated for brevity) ... ...