[Contents] [Prev] [Next] [Index] [Report an Error]


Monitoring Layer 2 Services over GRE

You can monitor layer 2 services over GRE using the following show cbf connection, show frame-relay subinterface tunnel, and show gre tunnel commands.

    show cbf connection

host1#show cbf connection
   serial 5/1:1.1 <--> tunnel gre:tunnel0.1
         serial 5/1:1.2 <--> tunnel gre:tunnel1.1
host1#show cbf connection all
     serial 5/1:1.1 --> tunnel gre:tunnel0.1
     serial 5/1:1.2 --> tunnel gre:tunnel1.1
     tunnel gre:tunnel1.1 --> serial 5/1:1.2
     tunnel gre:tunnel0.1 --> serial 5/1:1.1

    show frame-relay subinterface tunnel

host1#show frame-relay subinterface tunnel gre:tunnel0.1
Frame relay sub-interface tunnel gre:tunnel0.1, status is up
Number of sub-interface down transitions is 0
Time since last status change 01:42:15
  In bytes: 0                      Out bytes: 0
  In frames: 0                     Out frames: 0
  In errors: 0                     Out errors: 0
  In discards: 0                   Out discards: 0
  In unknown protos: 0

host1#show frame-relay subinterface brief
Frame relay sub-interface hssi2/0.1, status is up
Frame relay sub-interface hssi2/1.1, status is up
Frame relay sub-interface hssi4/0.1, status is up
Frame relay sub-interface tunnel gre:ser60.1, status is up
Frame relay sub-interface tunnel gre:ser61.1, status is up
Frame relay sub-interface hssi4/1.1, status is up

    show gre tunnel

host1#show gre tunnel detail
GRE tunnel ser60 is Up
Tunnel operational configuration
  Tunnel mtu is '10240'
  Tunnel source address is '20.0.0.1'
  Tunnel destination address is '20.0.0.2'
  Tunnel transport virtual router is default
  Tunnel checksum option is disabled
  Tunnel sequence number option is enabled (628 tx / 628 rx)
  Tunnel up/down trap is enabled
  Tunnel-server location is 3/0
  Tunnel administrative state is Up
Statistics    packets              octets               discards   errors
  Data rx     627                  97381                0          0
  Data tx     628                  97423                0          0
GRE tunnel ser61 is Up
Tunnel operational configuration
  Tunnel mtu is '10240'
  Tunnel source address is '20.0.0.2'
  Tunnel destination address is '20.0.0.1'
  Tunnel transport virtual router is vr1
  Tunnel checksum option is disabled
  Tunnel sequence number option is enabled (628 tx / 628 rx)
  Tunnel up/down trap is enabled
  Tunnel-server location is 3/0
  Tunnel administrative state is Up
Statistics    packets              octets               discards   errors
  Data rx     627                  97381                0          0
  Data tx     628                  97381                1          0
2 GRE tunnels found

[Contents] [Prev] [Next] [Index] [Report an Error]